Kelverion.Freshservice.dll-Help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems xmlns="http://msh" schema="maml">
    <!--Edited with: SAPIEN PowerShell HelpWriter 2018 v2.2.38-->
    <!--Generated by: SAPIEN PowerShell HelpWriter 2017 v2.1.34-->
    <!--
        Module: Kelverion.Freshservice
        Version: 1.0
    -->
    <!--All Commands-->
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!--Command-->
        <command:details>
            <command:name>Add-FreshserviceTicketNote</command:name>
            <maml:description>
                <maml:para>Add a note to an existing ticket.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Add</command:verb>
            <command:noun>FreshserviceTicketNote</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para></maml:para>
        </maml:description>
        <command:syntax>
            <!--Parameter Sets-->
            <command:syntaxItem parametersetname="__AllParameterSets">
                <!--NAME: __AllParameterSets-->
                <maml:name>Add-FreshserviceTicketNote</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>DisplayId</maml:name>
                    <maml:description>
                        <maml:para>Identifies the ticket the note is to be added to.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int64[]</command:parameterValue>
                    <dev:type>
                        <maml:name>Int64[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Values</maml:name>
                    <maml:description>
                        <maml:para>Field values for the ticket note. Example: @{'body'='&lt;note text&gt;';'source'='Chat'}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>AttachmentFileName</maml:name>
                    <maml:description>
                        <maml:para>Specifies a file name for the attachment, when also adding an attachment with the note.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>AttachmentContent</maml:name>
                    <maml:description>
                        <maml:para>Specifies the attachment to be added with the note.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Byte[]</command:parameterValue>
                    <dev:type>
                        <maml:name>Byte[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--All Parameters-->
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>DisplayId</maml:name>
                <maml:description>
                    <maml:para>Identifies the ticket the note is to be added to.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int64[]</command:parameterValue>
                <dev:type>
                    <maml:name>Int64[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>Values</maml:name>
                <maml:description>
                    <maml:para>Field values for the ticket note. Example: @{'body'='&lt;note text&gt;';'source'='Chat'}</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>AttachmentFileName</maml:name>
                <maml:description>
                    <maml:para>Specifies a file name for the attachment, when also adding an attachment with the note.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>AttachmentContent</maml:name>
                <maml:description>
                    <maml:para>Specifies the attachment to be added with the note.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Byte[]</command:parameterValue>
                <dev:type>
                    <maml:name>Byte[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!--Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe ticket Dispay IDs to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!--Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Int64</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>Note ID for the newly created ticket note.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!--Command-->
        <command:details>
            <command:name>Get-FreshserviceAgent</command:name>
            <maml:description>
                <maml:para>Retrieves and filters agent users.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>FreshserviceAgent</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para></maml:para>
        </maml:description>
        <command:syntax>
            <!--Parameter Sets-->
            <command:syntaxItem parametersetname="ByState">
                <!--NAME: ByState-->
                <maml:name>Get-FreshserviceAgent</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>State</maml:name>
                    <maml:description>
                        <maml:para>Specifies the state for agents to be retrieved. Valid values are: full-time, occasional.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="ByEmail">
                <!--NAME: ByEmail-->
                <maml:name>Get-FreshserviceAgent</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Email</maml:name>
                    <maml:description>
                        <maml:para>Specifies the email for an agent to be retrieved.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="ByPhone">
                <!--NAME: ByPhone-->
                <maml:name>Get-FreshserviceAgent</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Phone</maml:name>
                    <maml:description>
                        <maml:para>Specifies the work phone number for an agent to be retrieved.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="ByAgentId" default="true">
                <!--TAG: DEFAULT-->
                <!--NAME: ByAgentId-->
                <maml:name>Get-FreshserviceAgent</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>AgentId</maml:name>
                    <maml:description>
                        <maml:para>Specifies the ID for an agent to be retrieved.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int64[]</command:parameterValue>
                    <dev:type>
                        <maml:name>Int64[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--All Parameters-->
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>State</maml:name>
                <maml:description>
                    <maml:para>Specifies the state for agents to be retrieved. Valid values are: full-time, occasional.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Email</maml:name>
                <maml:description>
                    <maml:para>Specifies the email for an agent to be retrieved.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Phone</maml:name>
                <maml:description>
                    <maml:para>Specifies the work phone number for an agent to be retrieved.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>AgentId</maml:name>
                <maml:description>
                    <maml:para>Specifies the ID for an agent to be retrieved.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int64[]</command:parameterValue>
                <dev:type>
                    <maml:name>Int64[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!--Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe agent IDs to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!--Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>Address - User address.
AgentId - Agent identifier.
Created - Time when user was created.
Deleted - Indicates if the user is deleted.
Email - User email.
ExternalId - External identifier.
JobTitle - User job title.
Language - User language.
MobilePhone - User mobile phone number.
Name - User name.
Occasional - Indicates if this an occasional agent or not.
TicketPermission - Ticket permission give to the user.
TimeZone - User time zone.
Updated - Time when user record was last updated.
UserId - User identifier.
Verified - Indicates if the user has been verified.
WorkPhone - User work phone.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!--Command-->
        <command:details>
            <command:name>Get-FreshserviceRequester</command:name>
            <maml:description>
                <maml:para>Retrieves and filters requester users.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>FreshserviceRequester</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para></maml:para>
        </maml:description>
        <command:syntax>
            <!--Parameter Sets-->
            <command:syntaxItem parametersetname="ByState">
                <!--NAME: ByState-->
                <maml:name>Get-FreshserviceRequester</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>State</maml:name>
                    <maml:description>
                        <maml:para>Specifies the state for requesters to be retrieved. Valid values are: all, deleted, unverified, verified.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="ByEmail">
                <!--NAME: ByEmail-->
                <maml:name>Get-FreshserviceRequester</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>State</maml:name>
                    <maml:description>
                        <maml:para>Specifies the state for requesters to be retrieved. Valid values are: all, deleted, unverified, verified.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Email</maml:name>
                    <maml:description>
                        <maml:para>Specifies the email for a requester to be retrieved.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="ByPhone">
                <!--NAME: ByPhone-->
                <maml:name>Get-FreshserviceRequester</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>State</maml:name>
                    <maml:description>
                        <maml:para>Specifies the state for requesters to be retrieved. Valid values are: all, deleted, unverified, verified.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Phone</maml:name>
                    <maml:description>
                        <maml:para>Specifies the phone for a requester to be retrieved.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="ByMobilePhone">
                <!--NAME: ByMobilePhone-->
                <maml:name>Get-FreshserviceRequester</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>State</maml:name>
                    <maml:description>
                        <maml:para>Specifies the state for requesters to be retrieved. Valid values are: all, deleted, unverified, verified.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>MobilePhone</maml:name>
                    <maml:description>
                        <maml:para>Specifies the mobile phone for a requester to be retrieved.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="ByUserId" default="true">
                <!--NAME: ByUserId-->
                <!--TAG: DEFAULT-->
                <maml:name>Get-FreshserviceRequester</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>UserId</maml:name>
                    <maml:description>
                        <maml:para>Specifies the ID for a requester to be retrieved.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int64[]</command:parameterValue>
                    <dev:type>
                        <maml:name>Int64[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--All Parameters-->
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>State</maml:name>
                <maml:description>
                    <maml:para>Specifies the state for requesters to be retrieved. Valid values are: all, deleted, unverified, verified.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Email</maml:name>
                <maml:description>
                    <maml:para>Specifies the email for a requester to be retrieved.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Phone</maml:name>
                <maml:description>
                    <maml:para>Specifies the phone for a requester to be retrieved.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>MobilePhone</maml:name>
                <maml:description>
                    <maml:para>Specifies the mobile phone for a requester to be retrieved.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>UserId</maml:name>
                <maml:description>
                    <maml:para>Specifies the ID for a requester to be retrieved.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int64[]</command:parameterValue>
                <dev:type>
                    <maml:name>Int64[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!--Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe user IDs to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!--Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>Address - User address.
Created - Time when user was created.
Deleted - Indicates if the user is deleted.
Email - User email.
ExternalId - External identifier.
JobTitle - User job title.
Language - User language.
MobilePhone - User mobile phone number.
Name - User name.
TimeZone - User time zone.
Updated - Time when user record was last updated.
UserId - User identifier.
Verified - Indicates if the user has been verified.
WorkPhone - User work phone.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!--Command-->
        <command:details>
            <command:name>Get-FreshserviceTicket</command:name>
            <maml:description>
                <maml:para>Retrieves and filters tickets.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>FreshserviceTicket</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para></maml:para>
        </maml:description>
        <command:syntax>
            <!--Parameter Sets-->
            <command:syntaxItem parametersetname="ByFilter">
                <!--NAME: ByFilter-->
                <maml:name>Get-FreshserviceTicket</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Filter</maml:name>
                    <maml:description>
                        <maml:para>Specifies a pre-defined Freshservice filter to be used when retrieving tickets. Valid values are: All Tickets, All Unresolved Tickets, Incidents, New &amp; My Open Tickets, Service Requests, Spam, Tickets I Requested, Tickets I’m Watching, Trash.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="ByEmail">
                <!--NAME: ByEmail-->
                <maml:name>Get-FreshserviceTicket</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Filter</maml:name>
                    <maml:description>
                        <maml:para>Specifies a pre-defined Freshservice filter to be used when retrieving tickets. Valid values are: All Tickets, All Unresolved Tickets, Incidents, New &amp; My Open Tickets, Service Requests, Spam, Tickets I Requested, Tickets I’m Watching, Trash.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Email</maml:name>
                    <maml:description>
                        <maml:para>Specifies a requester for which tickets are to be retrieved.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="ByRequesterId">
                <!--NAME: ByRequesterId-->
                <maml:name>Get-FreshserviceTicket</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>RequesterId</maml:name>
                    <maml:description>
                        <maml:para>Specifies a requester for which tickets are to be retrieved.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
                    <dev:type>
                        <maml:name>Int64</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="ByDisplayId" default="true">
                <!--TAG: DEFAULT-->
                <!--NAME: ByDisplayId-->
                <maml:name>Get-FreshserviceTicket</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>DisplayId</maml:name>
                    <maml:description>
                        <maml:para>Specifies a Freshservice account specific ticket identifier.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int64[]</command:parameterValue>
                    <dev:type>
                        <maml:name>Int64[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="ByViewId">
                <!--NAME: ByViewId-->
                <maml:name>Get-FreshserviceTicket</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>ViewId</maml:name>
                    <maml:description>
                        <maml:para>Specifies the ID of a pre-defined Freshservice view to be used when retrieving tickets.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--All Parameters-->
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="0">
                <maml:name>Filter</maml:name>
                <maml:description>
                    <maml:para>Specifies a pre-defined Freshservice filter to be used when retrieving tickets. Valid values are: All Tickets, All Unresolved Tickets, Incidents, New &amp; My Open Tickets, Service Requests, Spam, Tickets I Requested, Tickets I’m Watching, Trash.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Email</maml:name>
                <maml:description>
                    <maml:para>Specifies a requester for which tickets are to be retrieved.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>RequesterId</maml:name>
                <maml:description>
                    <maml:para>Specifies a requester for which tickets are to be retrieved.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
                <dev:type>
                    <maml:name>Int64</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>DisplayId</maml:name>
                <maml:description>
                    <maml:para>Specifies a Freshservice account specific ticket identifier.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int64[]</command:parameterValue>
                <dev:type>
                    <maml:name>Int64[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>ViewId</maml:name>
                <maml:description>
                    <maml:para>Specifies the ID of a pre-defined Freshservice view to be used when retrieving tickets.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!--Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe ticket Display IDs to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!--Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>AssociatedAssetId - ID of the asset associated with the ticket.
AssociatedChangeCauseId - ID of the change causing the ticket.
AssociatedChangeId - ID of the change initiating the ticket.
AssociatedProblemId - ID of the problem associated with the ticket.
Category - Ticket category.
Created - Time when ticket was created.
Deleted - True if the ticket is deleted/trashed. Deleted tickets will not be considered in any views except Deleted/Trash filter.
Department - Department name for the ticket.
Description - Ticket description.
DescriptionHTML - HTML content of the ticket.
DisplayId - Freshservice account specific Ticket ID.
DueBy - Ticket due-by time.
GroupId - Group ID to which the ticket is assigned.
Id - Ticket unique ID.
Impact - Impact of the ticket.
IsEscalated - True if an escalation was sent.
ItemCategory - Ticket item category.
Priority - Priority of the ticket.
RequesterId - User ID of the requester.
RequesterName - Name of the requester.
RequesterStatus - Status of the requester.
ResponderId - User ID of the responder.
ResponderName - Name of the responder.
Source - The channel through which the ticket was created.
Spam - True if the ticket is marked as spam.
Status - Status of the ticket.
SubCategory - Ticket sub-category.
Subject - Ticket subject.
TicketType - Type of ticket.
Updated - Time when ticket was last modified.
Urgency - Urgency of the ticket.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!--Command-->
        <command:details>
            <command:name>Get-FreshserviceTicketNote</command:name>
            <maml:description>
                <maml:para>Retrieves ticket notes associated with a ticket.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>FreshserviceTicketNote</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para></maml:para>
        </maml:description>
        <command:syntax>
            <!--Parameter Sets-->
            <command:syntaxItem parametersetname="__AllParameterSets" default="true">
                <!--NAME: __AllParameterSets-->
                <!--TAG: DEFAULT-->
                <maml:name>Get-FreshserviceTicketNote</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>DisplayId</maml:name>
                    <maml:description>
                        <maml:para>Specifies a Freshservice account specific ticket identifier for which notes are to be retrieved.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
                    <dev:type>
                        <maml:name>Int64</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--All Parameters-->
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>DisplayId</maml:name>
                <maml:description>
                    <maml:para>Specifies a Freshservice account specific ticket identifier for which notes are to be retrieved.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
                <dev:type>
                    <maml:name>Int64</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!--Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe ticket Display IDs to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!--Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>Id - Ticket note unique ID
NoteText - Note text
NoteTextHtml - Note HTML text
Private - Specifies if the note is private or public.
Source - The channel through which the note is created.
UserId - ID of the user who creates the note.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!--Command-->
        <command:details>
            <command:name>New-FreshserviceTicket</command:name>
            <maml:description>
                <maml:para>Creates a new ticket.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>FreshserviceTicket</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para></maml:para>
        </maml:description>
        <command:syntax>
            <!--Parameter Sets-->
            <command:syntaxItem parametersetname="__AllParameterSets">
                <!--NAME: __AllParameterSets-->
                <maml:name>New-FreshserviceTicket</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Values</maml:name>
                    <maml:description>
                        <maml:para>Field values for the new ticket. Example: @{'category'='Hardware';'department_id'='IT';'description'='My ticket'}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--All Parameters-->
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>Values</maml:name>
                <maml:description>
                    <maml:para>Field values for the new ticket. Example: @{'category'='Hardware';'department_id'='IT';'description'='My ticket'}</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!--Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>None</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!--Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Int64</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>Ticket display ID for the newly created ticket.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!--Command-->
        <command:details>
            <command:name>Remove-FreshserviceTicket</command:name>
            <maml:description>
                <maml:para>Deletes a ticket.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>FreshserviceTicket</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para></maml:para>
        </maml:description>
        <command:syntax>
            <!--Parameter Sets-->
            <command:syntaxItem parametersetname="_AllParameterSets" default="true">
                <!--NAME: _AllParameterSets-->
                <!--TAG: DEFAULT-->
                <maml:name>Remove-FreshserviceTicket</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>DisplayId</maml:name>
                    <maml:description>
                        <maml:para>Identifies the ticket to be deleted.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int64[]</command:parameterValue>
                    <dev:type>
                        <maml:name>Int64[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--All Parameters-->
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>DisplayId</maml:name>
                <maml:description>
                    <maml:para>Identifies the ticket to be deleted.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int64[]</command:parameterValue>
                <dev:type>
                    <maml:name>Int64[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!--Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe ticket Display IDs to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!--Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Int64</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>Ticket display ID for the ticket that was deleted. The ID is no longer valid.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!--Command-->
        <command:details>
            <command:name>Set-FreshserviceTicket</command:name>
            <maml:description>
                <maml:para>Update an existing ticket.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>FreshserviceTicket</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para></maml:para>
        </maml:description>
        <command:syntax>
            <!--Parameter Sets-->
            <command:syntaxItem parametersetname="__AllParameterSets">
                <!--NAME: __AllParameterSets-->
                <maml:name>Set-FreshserviceTicket</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>DisplayId</maml:name>
                    <maml:description>
                        <maml:para>Identifies the ticket to be updated.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int64[]</command:parameterValue>
                    <dev:type>
                        <maml:name>Int64[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Values</maml:name>
                    <maml:description>
                        <maml:para>Field values for the updated ticket. Example: @{'category'='Hardware';'department_id'='IT';'description'='My ticket'}</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>AssetName</maml:name>
                    <maml:description>
                        <maml:para>Name of an asset to be associated with the ticket.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--All Parameters-->
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>DisplayId</maml:name>
                <maml:description>
                    <maml:para>Identifies the ticket to be updated.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int64[]</command:parameterValue>
                <dev:type>
                    <maml:name>Int64[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>Values</maml:name>
                <maml:description>
                    <maml:para>Field values for the updated ticket. Example: @{'category'='Hardware';'department_id'='IT';'description'='My ticket'}</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies connection information to the Freshservice site. For example:
@{
ServerUrl='&lt;Freshservice Site URL&gt;';
User='&lt;user&gt;';
ApiKey='&lt;user API key&gt;';
LicenseKey='&lt;license key&gt;';
SkipCertificateValidation=$false
}</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>AssetName</maml:name>
                <maml:description>
                    <maml:para>Name of an asset to be associated with the ticket.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!--Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe ticket Display IDs to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!--Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Int64</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>Ticket display ID for the updated created ticket.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <!--Generated by: SAPIEN PowerShell HelpWriter 2017 v2.1.34-->
</helpItems>