Devolutions.PowerShell.dll-Help.xml

<helpItems xmlns="http://msh" schema="maml">
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-RDMMessageAttachment</command:name>
      <gl:group>RDMMessageAttachment</gl:group>
      <maml:description>
        <maml:para>Create an attachment for a message.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>RDMMessageAttachment</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create an attachment for the command Send-RDMMessage. To attach a private entry, simply use the Get-RDMPrivateSession cmdlet instead of this one.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-RDMMessageAttachment</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Credentials</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Title</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-RDMMessageAttachment</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>File</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Credentials</maml:name>
        <maml:description>
          <maml:para>The credentials Username/Password are attached to the message with a title to identify them.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>File</maml:name>
        <maml:description>
          <maml:para>The attachment is a file.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>The password of the credentials.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>The path to the file to attach to the message.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Title</maml:name>
        <maml:description>
          <maml:para>The title of the credentials.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Username</maml:name>
        <maml:description>
          <maml:para>The username of the credentials.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSMessageAttachment</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>A object representing a single message received</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-RDMMessageAttachment -detailed". For technical information, type "Get-Help New-RDMMessageAttachment -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $cred = New-RDMMessageAttachment -Credentials -Title 'ForSomething' -Username 'ABC' -Password (ConvertTo-SecureString -AsPlainText passw0rd); Send-RDMMessage -To 'First Last' -Subject 'Required credentials' -Attachment $cred</dev:code>
        <dev:remarks>
          <maml:para>Create a simple Username/Password attachment. That attachment is sent in a message to 'First Last'.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $file = New-RDMMessageAttachment -File -Path C:\mypath\filename.extension; $file.Name = 'renamedFile.extension'; Send-RDMMessage -To 'First Last' -Subject 'A File' -Attachment $file</dev:code>
        <dev:remarks>
          <maml:para>Create an attachment from a file. The user rename the file from filename.extension to renamedFile.extension. That attachment is sent in a message to 'First Last'.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Send-RDMMessage</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-RDMPort</command:name>
      <gl:group>RDMPort</gl:group>
      <maml:description>
        <maml:para>Generate port number(s) based on the specified parameters.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>RDMPort</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Generate port number(s) based on the specified parameters.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-RDMPort</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Count</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ExcludePort</maml:name>
          <command:parameterValue required="true">Int32[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeWellKnownPorts</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeRegisteredPorts</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludePortsUsedByOthersSessions</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Maximum</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Minimum</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Count</maml:name>
        <maml:description>
          <maml:para>Number of ports to be generated. Default value is 1.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>ExcludePort</maml:name>
        <maml:description>
          <maml:para>Those ports will not be generated.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludePortsUsedByOthersSessions</maml:name>
        <maml:description>
          <maml:para>Allows ports used by others sessions to be generated.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeRegisteredPorts</maml:name>
        <maml:description>
          <maml:para>Allows registered ports to be generated. For a list of registered ports, see: https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers#Registered_ports</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeWellKnownPorts</maml:name>
        <maml:description>
          <maml:para>Allows well known ports to be generated. For a list of well known ports, see: https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers#Well-known_ports</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Maximum</maml:name>
        <maml:description>
          <maml:para>Maximum port value generated. By default, the boundary is set at the absolute maximum 65 535.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Minimum</maml:name>
        <maml:description>
          <maml:para>Minimum port value generated. By default, the boundary is set at 0. A recommended value is 1024.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-RDMPort -detailed". For technical information, type "Get-Help New-RDMPort -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $port = New-RDMPort -Minimum 50 -Maximum 2048 -IncludeWellKnownPorts -IncludeRegisteredPorts -IncludePortsUsedByOthersSessions</dev:code>
        <dev:remarks>
          <maml:para>Generate a port between 50 and 2048. The port can be already used by another session, or be a well known or registered port.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $port = New-RDMPort -Minimum 10 -Maximum 15 -IncludeWellKnownPorts -IncludeRegisteredPorts -ExcludePort 11,12,13</dev:code>
        <dev:remarks>
          <maml:para>The port will have a value of either 10, 14 or 15. If another session use one of the ports, that port will be excluded from the possibilities.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $ports = New-RDMPort -Count 10</dev:code>
        <dev:remarks>
          <maml:para>10 ports will be generated and stored in $ports.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; $sess = Get-RDMSession -Name ARemotePwsh; $sess.PowerShell.Port = New-RDMPort -Minimum 1024; Set-RDMSession -Session $sess -Refresh</dev:code>
        <dev:remarks>
          <maml:para>The user fetch an existing remote powershell session called ARemotePwsh and change its port. The new port in at least 1024, not a well known port, not a registered port and unused by other sessions. The user save the modification.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-Secret</command:name>
      <gl:group>Secret</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>Secret</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-Secret</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VaultName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AdditionalParameters</maml:name>
          <command:parameterValue required="true">Hashtable</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AdditionalParameters</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultName</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-Secret -detailed". For technical information, type "Get-Help Get-Secret -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-SecretInfo</command:name>
      <gl:group>SecretInfo</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>SecretInfo</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-SecretInfo</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Filter</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VaultName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AdditionalParameters</maml:name>
          <command:parameterValue required="true">Hashtable</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AdditionalParameters</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Filter</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultName</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-SecretInfo -detailed". For technical information, type "Get-Help Get-SecretInfo -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-Secret</command:name>
      <gl:group>Secret</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>Secret</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-Secret</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VaultName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AdditionalParameters</maml:name>
          <command:parameterValue required="true">Hashtable</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AdditionalParameters</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultName</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-Secret -detailed". For technical information, type "Get-Help Remove-Secret -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-Secret</command:name>
      <gl:group>Secret</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>Secret</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-Secret</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Metadata</maml:name>
          <command:parameterValue required="true">Hashtable</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Secret</maml:name>
          <command:parameterValue required="true">Object</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VaultName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AdditionalParameters</maml:name>
          <command:parameterValue required="true">Hashtable</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AdditionalParameters</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Metadata</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Secret</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultName</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-Secret -detailed". For technical information, type "Get-Help Set-Secret -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-SecretInfo</command:name>
      <gl:group>SecretInfo</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>SecretInfo</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-SecretInfo</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Metadata</maml:name>
          <command:parameterValue required="true">Hashtable</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VaultName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AdditionalParameters</maml:name>
          <command:parameterValue required="true">Hashtable</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AdditionalParameters</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Metadata</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultName</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-SecretInfo -detailed". For technical information, type "Get-Help Set-SecretInfo -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Test-SecretVault</command:name>
      <gl:group>SecretVault</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Test</command:verb>
      <command:noun>SecretVault</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Test-SecretVault</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>VaultName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AdditionalParameters</maml:name>
          <command:parameterValue required="true">Hashtable</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AdditionalParameters</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultName</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Test-SecretVault -detailed". For technical information, type "Get-Help Test-SecretVault -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Close-DSSession</command:name>
      <gl:group>DSSession</gl:group>
      <maml:description>
        <maml:para>Terminate the connection with your Devolutions Server instance.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Close</command:verb>
      <command:noun>DSSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Terminate the connection with your Devolutions Server by clearing global variables required to keep it up and running.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Close-DSSession -detailed". For technical information, type "Get-Help Close-DSSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\\&gt; Close-DSSession</dev:code>
        <dev:remarks>
          <maml:para>Terminate the connection with your Devolutions Server instance. </maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSIsLogged</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSIsLogged</command:name>
      <gl:group>DSIsLogged</gl:group>
      <maml:description>
        <maml:para>Verify if the session is etablished.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSIsLogged</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Verify if the session is etablished by a previous call to New-DSSession.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Object representing the server response with a boolean in the data property.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSIsLogged -detailed". For technical information, type "Get-Help Get-DSIsLogged -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSIsLogged</dev:code>
        <dev:remarks>
          <maml:para>Verify if the session is still established.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Close-DSSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-DSSession</command:name>
      <gl:group>DSSession</gl:group>
      <maml:description>
        <maml:para>Establishes a connection with your Devolutions Server instance.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>DSSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Establishes a connection with your Devolutions Server by retrieving server informations and setting global variables that are required for accessing the API.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-DSSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Credential</maml:name>
          <command:parameterValue required="true">PSCredential</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AsApplication</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>BaseUri</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DomainId</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-DSSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>WindowsAuthentication</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AsApplication</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>BaseUri</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DomainId</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AsApplication</maml:name>
        <maml:description>
          <maml:para>Required when using an application user to authenticate</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>BaseUri</maml:name>
        <maml:description>
          <maml:para>URL to your Devolutions Server instance</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Credential</maml:name>
        <maml:description>
          <maml:para>PSCredential with your Devolutions Server username and password</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>PSCredential</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DomainId</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>WindowsAuthentication</maml:name>
        <maml:description>
          <maml:para>Use Windows Authentication. Must be on Windows.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-DSSession -detailed". For technical information, type "Get-Help New-DSSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $SecurePassword = ConvertTo-SecureString 'YourPassword' -AsPlainText -Force;
        $SessionData = @{
            BaseURI = "Your/DVLS/Instance/URL"
            Credentials = New-Object System.Management.Automation.PSCredential ($YourUsername, $SecurePassword)
        };

        New-DSSession @SessionData</dev:code>
        <dev:remarks>
          <maml:para>Authenticate with the splatting of the hash table containing the required parameters.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $SecurePassword = ConvertTo-SecureString $YourPassword -AsPlainText -Force
        $Credentials = New-Object System.Management.Automation.PSCredential ($YourUsername, $SecurePassword)
        $BaseURI = "Your/DVLS/Instance/URL"

        New-DSSession -Credentials $Credentials -BaseURI $URI</dev:code>
        <dev:remarks>
          <maml:para>Authenticate by using the parameters.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $SecurePassword = ConvertTo-SecureString $YourPassword -AsPlainText -Force
        $Credentials = New-Object System.Management.Automation.PSCredential ($YourUsername, $SecurePassword)
        $BaseURI = "Your/DVLS/Instance/URL"

        New-DSSession -Credentials $Credentials -BaseURI $URI</dev:code>
        <dev:remarks>
          <maml:para>Authenticate using an application user.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; New-DSSession -BaseURI "Your/DVLS/Instance/URL" -WindowsAuthentication</dev:code>
        <dev:remarks>
          <maml:para>A Windows user authenticates himself with his logged account.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Close-DSSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSIsLogged</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Add-RDMPrivateSessionAttachment</command:name>
      <gl:group>RDMPrivateSessionAttachment</gl:group>
      <maml:description>
        <maml:para>Add a new attachment to a session</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Add</command:verb>
      <command:noun>RDMPrivateSessionAttachment</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Add a new attachment to a session</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Add-RDMPrivateSessionAttachment</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Title</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Filename</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>SecurityGroup</maml:name>
          <command:parameterValue required="true">PSSecurityGroupInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="6">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Attachment description.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>Filename</maml:name>
        <maml:description>
          <maml:para>Attachment filename.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="6">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Attachment password.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>SecurityGroup</maml:name>
        <maml:description>
          <maml:para>Attachment security group.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PSSecurityGroupInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSSecurityGroupInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Session to add the attachment to.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Title</maml:name>
        <maml:description>
          <maml:para>Attachment title.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Add-RDMPrivateSessionAttachment -detailed". For technical information, type "Get-Help Add-RDMPrivateSessionAttachment -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Add-RDMRoleRepositoryAccess</command:name>
      <gl:group>RDMRoleRepositoryAccess</gl:group>
      <maml:description>
        <maml:para>Add repository access to a role</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Add</command:verb>
      <command:noun>RDMRoleRepositoryAccess</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Add repository access to a role</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Add-RDMRoleRepositoryAccess</maml:name>
        <command:parameter required="true" position="2">
          <maml:name>Repository</maml:name>
          <command:parameterValue required="true">PSRepositoryInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Role</maml:name>
          <command:parameterValue required="true">PSRoleInfo</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>Repository</maml:name>
        <maml:description>
          <maml:para>Repository the role will be granted access</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSRepositoryInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSRepositoryInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Role</maml:name>
        <maml:description>
          <maml:para>Role that will be granted access to a repository</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSRoleInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSRoleInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSRoleInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Role that will be granted access to a repository</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSRepositoryInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Repository the role will be granted access</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Add-RDMRoleRepositoryAccess -detailed". For technical information, type "Get-Help Add-RDMRoleRepositoryAccess -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Add-RDMRoleRepositoryAccess -Role $role -Repository $repo;Set-RDMRole $role</dev:code>
        <dev:remarks>
          <maml:para>Add a repository access to a role.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Add-RDMSessionAttachment</command:name>
      <gl:group>RDMSessionAttachment</gl:group>
      <maml:description>
        <maml:para>Add a new attachment to a session</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Add</command:verb>
      <command:noun>RDMSessionAttachment</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Add a new attachment to a session</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Add-RDMSessionAttachment</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Title</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Filename</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>SecurityGroup</maml:name>
          <command:parameterValue required="true">PSSecurityGroupInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="6">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Attachment description.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>Filename</maml:name>
        <maml:description>
          <maml:para>Attachment filename.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="6">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Attachment password.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>SecurityGroup</maml:name>
        <maml:description>
          <maml:para>Attachment security group.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PSSecurityGroupInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSSecurityGroupInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Session to add the attachment to.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Title</maml:name>
        <maml:description>
          <maml:para>Attachment title.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Add-RDMSessionAttachment -detailed". For technical information, type "Get-Help Add-RDMSessionAttachment -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Add-RDMUserRepositoryAccess</command:name>
      <gl:group>RDMUserRepositoryAccess</gl:group>
      <maml:description>
        <maml:para>Add repository access to an user</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Add</command:verb>
      <command:noun>RDMUserRepositoryAccess</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Add repository access to an user</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Add-RDMUserRepositoryAccess</maml:name>
        <command:parameter required="true" position="2">
          <maml:name>Repository</maml:name>
          <command:parameterValue required="true">PSRepositoryInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>User</maml:name>
          <command:parameterValue required="true">PSUserInfo</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>Repository</maml:name>
        <maml:description>
          <maml:para>Repository the user will be granted access</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSRepositoryInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSRepositoryInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>User</maml:name>
        <maml:description>
          <maml:para>User that will be granted access to a repository</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSUserInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSUserInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSUserInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>User that will be granted access to a repository</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSRepositoryInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Repository the user will be granted access</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Add-RDMUserRepositoryAccess -detailed". For technical information, type "Get-Help Add-RDMUserRepositoryAccess -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Add-RDMUserRepositoryAccess -User $user -Repository $repo;Set-RDMUser $user</dev:code>
        <dev:remarks>
          <maml:para>Add repository access to an user.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Add-RDMRoleToUser</command:name>
      <gl:group>RDMRoleToUser</gl:group>
      <maml:description>
        <maml:para>Add role to an user</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Add</command:verb>
      <command:noun>RDMRoleToUser</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Add role to an user</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Add-RDMRoleToUser</maml:name>
        <command:parameter required="true" position="2">
          <maml:name>RoleName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>UserName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Add-RDMRoleToUser</maml:name>
        <command:parameter required="true" position="2">
          <maml:name>RoleName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>UserObject</maml:name>
          <command:parameterValue required="true">PSUserInfo</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Add-RDMRoleToUser</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>RoleObject</maml:name>
          <command:parameterValue required="true">PSRoleInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>UserObject</maml:name>
          <command:parameterValue required="true">PSUserInfo</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Add-RDMRoleToUser</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>RoleObject</maml:name>
          <command:parameterValue required="true">PSRoleInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>UserName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>RoleName</maml:name>
        <maml:description>
          <maml:para>Role name</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RoleObject</maml:name>
        <maml:description>
          <maml:para>Role object, must be retrieved from Get-RDMRole or created via New-RDMRole.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSRoleInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSRoleInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>UserName</maml:name>
        <maml:description>
          <maml:para>User name</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>UserObject</maml:name>
        <maml:description>
          <maml:para>User object, must be retrieved from Get-RDMSecurityGroup or created via New-RDMUser.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSUserInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSUserInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The name of the role and/or user</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSRoleInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The Role to which the user will be assigned</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSUserInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The user to which a role will be assigned</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Add-RDMRoleToUser -detailed". For technical information, type "Get-Help Add-RDMRoleToUser -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Add-RDMRoleToUser -RoleObject $role -UserObject $user;Set-RDMUser $user</dev:code>
        <dev:remarks>
          <maml:para>Add role to an user.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Start-RDMInstance</command:name>
      <gl:group>RDMInstance</gl:group>
      <maml:description>
        <maml:para>Initialize a Remote Desktop Manager PowerShell module instance</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Start</command:verb>
      <command:noun>RDMInstance</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Initialize a Remote Desktop Manager PowerShell module instance</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Start-RDMInstance -detailed". For technical information, type "Get-Help Start-RDMInstance -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Close-RDMSession</command:name>
      <gl:group>RDMSession</gl:group>
      <maml:description>
        <maml:para>Close a session</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Close</command:verb>
      <command:noun>RDMSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Close a session</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Close-RDMSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Forces close of the Session without confirmation by the user. Optional.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to be closed.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Guid</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Session ID to close</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Close-RDMSession -detailed". For technical information, type "Get-Help Close-RDMSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Close-RDMSession -ID 00000000-0000-0000-0000-000000000000</dev:code>
        <dev:remarks>
          <maml:para>Close a session.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Copy-RDMSession</command:name>
      <gl:group>RDMSession</gl:group>
      <maml:description>
        <maml:para>Copy a session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Copy</command:verb>
      <command:noun>RDMSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Copy a session.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Copy-RDMSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>PSConnection</maml:name>
          <command:parameterValue required="true">PSConnection[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>DontChangeID</maml:name>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>IncludePasswordHistory</maml:name>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>IncludeSubConnections</maml:name>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>ResolveVariables</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>DontChangeID</maml:name>
        <maml:description>
          <maml:para>Copy the session without changing the ID</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>IncludePasswordHistory</maml:name>
        <maml:description>
          <maml:para>Include password history in the session copy</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>IncludeSubConnections</maml:name>
        <maml:description>
          <maml:para>Include sub connections in the session copy</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>PSConnection</maml:name>
        <maml:description>
          <maml:para>Session to copy</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSConnection[]</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>ResolveVariables</maml:name>
        <maml:description>
          <maml:para>Resolve variables in the session copy</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Session to copy</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Session copied</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Copy-RDMSession -detailed". For technical information, type "Get-Help Copy-RDMSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Edit-RDMUserTemplate</command:name>
      <gl:group>RDMUserTemplate</gl:group>
      <maml:description>
        <maml:para>Add or default vaults in the User Template of the System Settings for a specific data source. New users created in that data source will gain or lose access to those vaults.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Edit</command:verb>
      <command:noun>RDMUserTemplate</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Add or default vaults in the User Template of the System Settings for a specific data source. New users created in that data source will gain or lose access to those vaults.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Edit-RDMUserTemplate</maml:name>
        <command:parameter required="true" position="2">
          <maml:name>AddRepository</maml:name>
          <command:parameterValue required="true">Object[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>DataSource</maml:name>
          <command:parameterValue required="true">Object</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CaseSensitive</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Edit-RDMUserTemplate</maml:name>
        <command:parameter required="true" position="2">
          <maml:name>RemoveRepository</maml:name>
          <command:parameterValue required="true">Object[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>DataSource</maml:name>
          <command:parameterValue required="true">Object</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CaseSensitive</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>AddRepository</maml:name>
        <maml:description>
          <maml:para>Add the default vaults in the User Template of the System Settings. Allows to find repositories by ID (Guid), by name (supports wildcards), and repositories (PSRepositoryInfo).</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CaseSensitive</maml:name>
        <maml:description>
          <maml:para>Case sensitive when searching the data source or the repositories by name</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>DataSource</maml:name>
        <maml:description>
          <maml:para>DataSource whose settings will be modified. Allows to find the data source by ID (Guid), by name (supports wildcard), and data source (PSDataSource).</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>RemoveRepository</maml:name>
        <maml:description>
          <maml:para>Remove the default vaults in the User Template of the System Settings. Allows to find repositories by ID (Guid), by name (supports wildcards), and repositories (PSRepositoryInfo). Removing all default vaults is possible.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.PSObject</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The data source whose system settings will be modified. Allows to find the data source by ID (Guid), by name (supports wildcard), and data source (PSDataSource).</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.PSObject</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The repositories to add or remove to the User Template. Allows to find repositories by ID (Guid), by name (supports wildcards), and repositories (PSRepositoryInfo).</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The name of the data source and the repositories will be a case sensitive search is this switch is present.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Edit-RDMUserTemplate -detailed". For technical information, type "Get-Help Edit-RDMUserTemplate -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Edit-RDMUserTemplate -DataSource ADataSource -AddRepository ACommonVault;</dev:code>
        <dev:remarks>
          <maml:para>Add ACommonVault in the User Template in the System Settings of the data source "ADataSource".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Edit-RDMUserTemplate -DataSource ADataSource -RemoveRepository *;</dev:code>
        <dev:remarks>
          <maml:para>Remove all the repositories in the User Template in the System Settings of the data source ADataSource.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMDataSource -Name "ADataSource" | Edit-RDMUserTemplate -RemoveRepository CommonVault[ab] -CaseSensitive;</dev:code>
        <dev:remarks>
          <maml:para>Remove the repositories CommonVaulta and CommonVaultb in the User Template in the System Settings of the data source "ADataSource". The case sensitive switch is not impacting the term [ab], meaning a repository CommonVaultA would not be affected.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; Edit-RDMUserTemplate -DataSource ADataSource -Repository UserVault? -CaseSensitive;</dev:code>
        <dev:remarks>
          <maml:para>Add all repositories UserVault? such as UserVaultA and UserVault1 in the User Template in the System Settings of the data source "ADataSource". The search for the data source and the repositories wll be case sensitive.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMCurrentDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMCurrentRepository</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMRepository</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Export-RDMActivityLogsReport</command:name>
      <gl:group>RDMActivityLogsReport</gl:group>
      <maml:description>
        <maml:para>Export the activity logs for the current data source.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Export</command:verb>
      <command:noun>RDMActivityLogsReport</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Export the activity logs for the current data source. The content can be filtered with parameters. If a file exists at the specified path, it will be overwritten. To use this cmdlet, the user must have the rights to access reports.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Export-RDMActivityLogsReport</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Theme</maml:name>
          <command:parameterValue required="true">Light | Dark</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>After</maml:name>
          <command:parameterValue required="true">DateTime</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Before</maml:name>
          <command:parameterValue required="true">DateTime</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DateFilter</maml:name>
          <command:parameterValue required="true">LastWeek | Today | Yesterday | Custom | LastMonth | CurrentMonth | Last7Days | Last30Days | Last31Days | Last60Days | Last90Days</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Descending</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>EntryName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Folder</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>MachineName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Message</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>OnCloseComment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>OnOpenComment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SortField</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketID</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Type</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UserName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UTC</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>After</maml:name>
        <maml:description>
          <maml:para>Set the inclusive custom lower limit date for the logs included in the report.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>DateTime</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Before</maml:name>
        <maml:description>
          <maml:para>Set the inclusive custom upper limit date for the logs included in the report.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>DateTime</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DateFilter</maml:name>
        <maml:description>
          <maml:para>Filter the logs based on predefined value for the date, such as Today. If not specified, it will be custom, allowing the use of the parameters Before and After.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateFilter</command:parameterValue>
        <dev:type>
          <maml:name>DateFilter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Descending</maml:name>
        <maml:description>
          <maml:para>Sort in the descending order.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntryName</maml:name>
        <maml:description>
          <maml:para>Filter the logs for a specific entry.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Folder</maml:name>
        <maml:description>
          <maml:para>Filter the logs for a specific folder.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>MachineName</maml:name>
        <maml:description>
          <maml:para>Filter the logs by the machine name.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Message</maml:name>
        <maml:description>
          <maml:para>Filter the logs by the message.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>OnCloseComment</maml:name>
        <maml:description>
          <maml:para>Filter the logs by the close prompt comment.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>OnOpenComment</maml:name>
        <maml:description>
          <maml:para>Filter the logs by the open prompt comment.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>Path where the file will be the saved. Must end with:</maml:para>
          <maml:para />
          <maml:para>"CSV: .csv", "HTML: .html", "XML: .xml"</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SortField</maml:name>
        <maml:description>
          <maml:para>Field on which the sort will be applied</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Theme</maml:name>
        <maml:description>
          <maml:para>Specify the theme of the report. If not specified, the RDM theme will be used.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Theme</command:parameterValue>
        <dev:type>
          <maml:name>Theme</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketID</maml:name>
        <maml:description>
          <maml:para>Filter the logs by the ticket number.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Type</maml:name>
        <maml:description>
          <maml:para>Specify the file type of the export. CSV, HTML and XLM are supported.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserName</maml:name>
        <maml:description>
          <maml:para>Filter the logs by the user name.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UTC</maml:name>
        <maml:description>
          <maml:para>Use UTC time for the parameters 'After' and 'Before'.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultID</maml:name>
        <maml:description>
          <maml:para>Filter the logs by the vault ID.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Export-RDMActivityLogsReport -detailed". For technical information, type "Get-Help Export-RDMActivityLogsReport -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Export-RDMActivityLogsReport Html C:\my\path\name.html -DateFilter Last30Days</dev:code>
        <dev:remarks>
          <maml:para>Generate an html report at the location C:\my\path\name.html for all activities that occured in the last 30 days.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Export-RDMActivityLogsReport Csv C:\my\path\name.csv -EntryName VIPEntry -Theme Dark</dev:code>
        <dev:remarks>
          <maml:para>Generate an csv report at the location C:\my\path\name.csv for all activities that occured on the entry VIPEntry. The report will have a dark background.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Export-RDMOptionFile</command:name>
      <gl:group>RDMOptionFile</gl:group>
      <maml:description>
        <maml:para>Export a RemoteDesktopManager configuration file</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Export</command:verb>
      <command:noun>RDMOptionFile</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Export a RemoteDesktopManager configuration file</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Export-RDMOptionFile</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>ClearApplicationLockInformation</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CloudCredentials</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Datasources</maml:name>
          <command:parameterValue required="true">PSDataSource[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ForceAlwaysRetrieveNewRegistration</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DataSourceCredentials</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxySettings</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>RegistrationEmail</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>RegistrationKey</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>RegistrationName</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SavedInstallationPaths</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SavedTemplates</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ClearApplicationLockInformation</maml:name>
        <maml:description>
          <maml:para>Clear the application lock information in the configuration file. </maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CloudCredentials</maml:name>
        <maml:description>
          <maml:para>Include the Devolutions Account credentials in the configuration file. </maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DataSourceCredentials</maml:name>
        <maml:description>
          <maml:para>Include your data source credentials.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>Datasources</maml:name>
        <maml:description>
          <maml:para>PSDataSource objects, must be retrieved from Get-RDMCurrentDataSource or Get-RDMDatasource, or created via New-RDMDataSource.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">PSDataSource[]</command:parameterValue>
        <dev:type>
          <maml:name>PSDataSource[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ForceAlwaysRetrieveNewRegistration</maml:name>
        <maml:description>
          <maml:para>Include the force always new registration in the configuration file.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>Path where the file will be the saved. Must be different from the current configuaration file and end with .cfg</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxySettings</maml:name>
        <maml:description>
          <maml:para>Includes your proxy settings.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RegistrationEmail</maml:name>
        <maml:description>
          <maml:para>Include the registration email in the configuration file.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RegistrationKey</maml:name>
        <maml:description>
          <maml:para>Registration keys are now stored in the datasource. Avoid using this parameter. Include the registration key in the configuration file.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RegistrationName</maml:name>
        <maml:description>
          <maml:para>Include the registration name in the configuration file.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SavedInstallationPaths</maml:name>
        <maml:description>
          <maml:para>Preserve your installation paths configured for the external application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SavedTemplates</maml:name>
        <maml:description>
          <maml:para>Include the local templates in the configuration file.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>File path</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Export-RDMOptionFile -detailed". For technical information, type "Get-Help Export-RDMOptionFile -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Export-RDMOptionFile -Path C:\MyPath\Filename.cfg</dev:code>
        <dev:remarks>
          <maml:para>Retrieve the current configuration and export it to a cfg file at C:\MyPath\Filename.cfg</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Export-RDMOptionFile -Path C:\MyPath\Filename.cfg -DataSources (Get-RDMDataSource | Where-Object {$_.Name -like "Test*"})</dev:code>
        <dev:remarks>
          <maml:para>Retrieve the current configuration with only the datasources whose name beginning with Test and export it to a cfg file at C:\MyPath\Filename.cfg</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Export-RDMOptionFile -Path C:\MyPath\Filename.cfg -ProxySettings -RegistrationName -RegistrationEmail -RegistrationKey -DataSources @()</dev:code>
        <dev:remarks>
          <maml:para>Retrieve the current configuration file including the proxy settings and the registration information and without datasources and export it to a cfg file at C:\MyPath\Filename.cfg</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Export-RDMPasswordAnalyzerReport</command:name>
      <gl:group>RDMPasswordAnalyzerReport</gl:group>
      <maml:description>
        <maml:para>Export an entry security analyzer report of the current data source</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Export</command:verb>
      <command:noun>RDMPasswordAnalyzerReport</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Export an entry security analyzer report of the current data source to the specfied path. The user must have access to the reports to use the command.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Export-RDMPasswordAnalyzerReport</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>ShowAllEntries</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ShowPwnedPassword</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ShowVPNAnalysis</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Theme</maml:name>
          <command:parameterValue required="true">Light | Dark</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="3">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>ExportType</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Private</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>ReportType</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>Status</maml:name>
          <command:parameterValue required="true">ShowAll | Default | Locked | Disabled | Warning | Expired</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>ExportType</maml:name>
        <maml:description>
          <maml:para>Specify the file type of the export. CSV, HTML and XLM are supported.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>Path where the file will be the saved. Must end with:</maml:para>
          <maml:para />
          <maml:para>"CSV: .csv", "HTML: .html", "XML: .xml"</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Private</maml:name>
        <maml:description>
          <maml:para>The report will cover the list of available sessions from the user private vault.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ReportType</maml:name>
        <maml:description>
          <maml:para>Specify the report type to export. Only PasswordAnalyzer (Entry Security Analyzer) is supported for now.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ShowAllEntries</maml:name>
        <maml:description>
          <maml:para>Show also the entries without a password</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ShowPwnedPassword</maml:name>
        <maml:description>
          <maml:para>Show the compromised (pwned) passwords</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ShowVPNAnalysis</maml:name>
        <maml:description>
          <maml:para>Show the VPN analysis</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>Status</maml:name>
        <maml:description>
          <maml:para>Filter the connections based on their status. The filter "Default" keeps the connections whose status is not specified.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ConnectionStatusFilter</command:parameterValue>
        <dev:type>
          <maml:name>ConnectionStatusFilter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Theme</maml:name>
        <maml:description>
          <maml:para>Specify the theme of the report. If not specified, the RDM theme will be used.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Theme</command:parameterValue>
        <dev:type>
          <maml:name>Theme</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Export-RDMPasswordAnalyzerReport -detailed". For technical information, type "Get-Help Export-RDMPasswordAnalyzerReport -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Export-RDMPasswordAnalyzerReport -ExportType Html -Path C:\mypath\filename.html -Status Expired -Verbose</dev:code>
        <dev:remarks>
          <maml:para>Export the Password Analyzer report in a html format at the location C:\mypath\filename.html. Only the connections with expired password will be include in the report. If the report does not contain an entry, a verbose message will indicates that the report is empty. In that case, the report will not be generated.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMDataSource -Name ADataSource | Set-RDMCurrentDataSource; Export-RDMPasswordAnalyzerReport -ExportType Html -Path C:\mypath\filename.html -ShowAllEntries -ShowVPNAnalysis -ShowPwnedPassword -Private</dev:code>
        <dev:remarks>
          <maml:para>Change the current data source to ADataSource and export the Password Analyzer report in a html format at the location C:\mypath\filenmae.html. The report will contain all connections, even those without a password, the VPN analysis, and will identified the compromised passwords.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $original = Get-RDMCurrentDataSource; $ds = Get-RDMDataSource; $ds.ForEach({Set-RDMCurrentDataSource -DataSource $_; Export-RDMPasswordAnalyzerReport -ExportType Html -Path C:\mypath\$($_.Name).html -ShowPwnedPassword -Private}); Set-RDMCurrentDataSource -DataSource $original</dev:code>
        <dev:remarks>
          <maml:para>For all the data sources, export the Password Analyzer report of the private vault in a html format in the directory C:\mypath\ where the file name will be the same as the data source name. The initial current data source will be set again as the current one.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Export-RDMSession</command:name>
      <gl:group>RDMSession</gl:group>
      <maml:description>
        <maml:para>Export a list of sessions to a file</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Export</command:verb>
      <command:noun>RDMSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Export a list of sessions to a file. The user must have the right to export. The sessions must come from the current data source or they will be ignored. If user vault export is disabled, the sessions from the private vault will be ignored.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Export-RDMSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>CSV</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Sessions</maml:name>
          <command:parameterValue required="true">PSConnection[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Export-RDMSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>HTML</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Sessions</maml:name>
          <command:parameterValue required="true">PSConnection[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ExcludeSessionPassword</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Export-RDMSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>XML</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Sessions</maml:name>
          <command:parameterValue required="true">PSConnection[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeCredentials</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeAttachements</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeSecurityGroups</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CSV</maml:name>
        <maml:description>
          <maml:para>Export the sessions into a CSV file</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ExcludeSessionPassword</maml:name>
        <maml:description>
          <maml:para>Don't export the password in the connections exported</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HTML</maml:name>
        <maml:description>
          <maml:para>Export the sessions into a HTML file</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeAttachements</maml:name>
        <maml:description>
          <maml:para>Include attachements in the export (Only available for the XML type).</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeCredentials</maml:name>
        <maml:description>
          <maml:para>Include credentials in the export (Only available for the XML type).</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeSecurityGroups</maml:name>
        <maml:description>
          <maml:para>Include Security Groups in the export (Only available for the XML type).</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Password.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>Path where the file will be the saved. Must end with:</maml:para>
          <maml:para />
          <maml:para>"CSV: .zip", "HTML: .html", "XML: .xml", "RDM: .rdm"</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>Sessions</maml:name>
        <maml:description>
          <maml:para>Sessions.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSConnection[]</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>XML</maml:name>
        <maml:description>
          <maml:para>Export the sessions into a XML file</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>File path</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Security.SecureString</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Password used to protect the file</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection[]</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Sessions to export into the file</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Export-RDMSession -detailed". For technical information, type "Get-Help Export-RDMSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $sessions = get-rdmsession; $password = read-host -assecurestring "Password"; Export-RDMSession -XML -Path C:\MyPath\MyFilename.xml -Sessions $sessions -Password $password</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and export them to a xml file at C:\MyPath\Filename.xml.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMCommand</command:name>
      <gl:group>RDMCommand</gl:group>
      <maml:description>
        <maml:para>Retrieve the Remote Desktop Manager executable path</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMCommand</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the Remote Desktop Manager executable path</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMCommand</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Edition</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Edition</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Remote Desktop Manager executable path</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMCommand -detailed". For technical information, type "Get-Help Get-RDMCommand -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $execPath = Get-RDMCommand</dev:code>
        <dev:remarks>
          <maml:para />
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMCurrentDataSource</command:name>
      <gl:group>RDMCurrentDataSource</gl:group>
      <maml:description>
        <maml:para>Retrieve the active data source.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMCurrentDataSource</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the active data source.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSDataSource</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Data source object</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMCurrentDataSource -detailed". For technical information, type "Get-Help Get-RDMCurrentDataSource -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMCurrentDataSource</dev:code>
        <dev:remarks>
          <maml:para>The current active data sources.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMCurrentRepository</command:name>
      <gl:group>RDMCurrentRepository</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMCurrentRepository</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMCurrentRepository -detailed". For technical information, type "Get-Help Get-RDMCurrentRepository -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $repository = Get-RDMCurrentRepository</dev:code>
        <dev:remarks>
          <maml:para>Get the current repository.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMDataSource</command:name>
      <gl:group>RDMDataSource</gl:group>
      <maml:description>
        <maml:para>Retrieve the list of available data sources.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMDataSource</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the list of available data sources.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMDataSource</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>CaseSensitive</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CaseSensitive</maml:name>
        <maml:description>
          <maml:para>Case sensitive</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Data source name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMDataSource -detailed". For technical information, type "Get-Help Get-RDMDataSource -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMDataSource</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available data sources.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMDataSource; $list[0]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available data sources and displays the first item.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMDataSource; Set-RDMDataSource $list[1].ID</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available data sources and sets the current data source the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMDatasourceProperty</command:name>
      <gl:group>RDMDatasourceProperty</gl:group>
      <maml:description>
        <maml:para>Get the value of property given for a dataSource.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMDatasourceProperty</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Protected values will always return null.</maml:para>
      <maml:para>Non value types will always return ".ToString()".</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMDatasourceProperty</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>DataSource</maml:name>
          <command:parameterValue required="true">PSDataSource</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="3">
          <maml:name>Property</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>DataSource</maml:name>
        <maml:description>
          <maml:para>Specifies the datasource</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSDataSource</command:parameterValue>
        <dev:type>
          <maml:name>PSDataSource</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Property</maml:name>
        <maml:description>
          <maml:para>Property to set.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSDataSource</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Data source object</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Property name</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Property value</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMDatasourceProperty -detailed". For technical information, type "Get-Help Get-RDMDatasourceProperty -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMDiagnostic</command:name>
      <gl:group>RDMDiagnostic</gl:group>
      <maml:description>
        <maml:para>Retrieve the latest version download url</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMDiagnostic</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the latest version download url</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Management.Automation.PSCustomObject</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Remote Desktop Manager download url and version</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMDiagnostic -detailed". For technical information, type "Get-Help Get-RDMDiagnostic -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $package = Get-RDMPackage</dev:code>
        <dev:remarks>
          <maml:para />
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMInstance</command:name>
      <gl:group>RDMInstance</gl:group>
      <maml:description>
        <maml:para>Get the instance info</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMInstance</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the instance info</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSRDMInstanceInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Instance infos</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMInstance -detailed". For technical information, type "Get-Help Get-RDMInstance -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMLicense</command:name>
      <gl:group>RDMLicense</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMLicense</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMLicense</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Serial</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Serial</maml:name>
        <maml:description>
          <maml:para>License serial</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>License serial</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSLicenseInfo[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>License array</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMLicense -detailed". For technical information, type "Get-Help Get-RDMLicense -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMOffline</command:name>
      <gl:group>RDMOffline</gl:group>
      <maml:description>
        <maml:para>Get the current data source offline</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMOffline</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the current data source offline</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMOffline -detailed". For technical information, type "Get-Help Get-RDMOffline -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMOnline</command:name>
      <gl:group>RDMOnline</gl:group>
      <maml:description>
        <maml:para>Get the current data source online</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMOnline</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the current data source online</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMOnline -detailed". For technical information, type "Get-Help Get-RDMOnline -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMOpenedSession</command:name>
      <gl:group>RDMOpenedSession</gl:group>
      <maml:description>
        <maml:para>Retrieve the list of opened sessions of the current data source.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMOpenedSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the list of opened sessions. of the current data source</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Data source object</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Session object</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMOpenedSession -detailed". For technical information, type "Get-Help Get-RDMOpenedSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMOpenedSession</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available data sources of the current data source.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMOpenedSession; $list[0]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of the opened sessions and displays the first item.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMPackage</command:name>
      <gl:group>RDMPackage</gl:group>
      <maml:description>
        <maml:para>Retrieve the latest or specified version download url</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMPackage</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the latest or specified version download url</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMPackage</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Edition</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Platform</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>RequiredVersion</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Edition</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Platform</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>RequiredVersion</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Management.Automation.PSCustomObject</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Remote Desktop Manager download url and version</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMPackage -detailed". For technical information, type "Get-Help Get-RDMPackage -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $package = Get-RDMPackage</dev:code>
        <dev:remarks>
          <maml:para />
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMPersonalCredentials</command:name>
      <gl:group>RDMPersonalCredentials</gl:group>
      <maml:description>
        <maml:para>Get the connection representing 'MyPersonalCredentials'.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMPersonalCredentials</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the connection representing 'MyPersonalCredentials'. All the pertinent informations are in the property Credentials. On Windows, the policy DisableMyPersonalCredentials prevent using this cmdlet.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>The connection representing 'MyPersonalCredentials'. All the pertinent informations are in the property Credentials.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMPersonalCredentials -detailed". For technical information, type "Get-Help Get-RDMPersonalCredentials -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $persoCreds = Get-RDMPersonalCredentials</dev:code>
        <dev:remarks>
          <maml:para>Store the personal credentials in the variable $persoCreds. Access the desired values in $persoCreds.Credentials.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $perso = Get-RDMPersonalCredentials; $perso.Credentials.SecretServerPassword = (ConvertTo-SecureString -AsPlainText 'aPassword'); $perso.Credentials.SecretServerUsername = 'aPassword'; $perso.Credentials.SecretServerDomain = 'aDomain'; Set-RDMPersonalCredentials -Session $perso</dev:code>
        <dev:remarks>
          <maml:para>Fetch the personal credentials. Modify the Secret Server's domain, password and username value. Save the modificatons. The password modification can be seen in the value change of the field SafeSecretServerPassword.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPersonalCredentials</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMPlaylistLocal</command:name>
      <gl:group>RDMPlaylistLocal</gl:group>
      <maml:description>
        <maml:para>Get the local playlists of the current data source</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMPlaylistLocal</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the local playlists of the current data source</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMPlaylistLocal</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>ExportConnection</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ExportConnection</maml:name>
        <maml:description>
          <maml:para>Export the playlist connections.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSPlaylistLocal[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Local playlists array</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMPlaylistLocal -detailed". For technical information, type "Get-Help Get-RDMPlaylistLocal -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $playlists = Get-RDMPlaylistLocal</dev:code>
        <dev:remarks>
          <maml:para>Get the local playlists of the current data source.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMPlaylistShared</command:name>
      <gl:group>RDMPlaylistShared</gl:group>
      <maml:description>
        <maml:para>Get the shared playlists of the current data source</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMPlaylistShared</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the shared playlists of the current data source</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMPlaylistShared</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>ExportConnections</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ExportConnections</maml:name>
        <maml:description>
          <maml:para>Export the playlist connections.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSPlaylistShared[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Shared playlists array</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMPlaylistShared -detailed". For technical information, type "Get-Help Get-RDMPlaylistShared -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $playlists = Get-RDMPlaylistShared</dev:code>
        <dev:remarks>
          <maml:para>Get the shared playlists of the current data source.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMPowerShellOverride</command:name>
      <gl:group>RDMPowerShellOverride</gl:group>
      <maml:description>
        <maml:para>Retrieve the module override values</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMPowerShellOverride</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the module override values</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSPowerShellOverride</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>PowerShell Override object</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMPowerShellOverride -detailed". For technical information, type "Get-Help Get-RDMPowerShellOverride -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $override = Get-RDMPowerShellOverride</dev:code>
        <dev:remarks>
          <maml:para />
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMPrivateSessionAttachment</command:name>
      <gl:group>RDMPrivateSessionAttachment</gl:group>
      <maml:description>
        <maml:para>Get session attachments</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMPrivateSessionAttachment</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get session attachments</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMPrivateSessionAttachment</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the connection to get the attachments from.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMPrivateSessionAttachment -detailed". For technical information, type "Get-Help Get-RDMPrivateSessionAttachment -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMPrivateSession</command:name>
      <gl:group>RDMPrivateSession</gl:group>
      <maml:description>
        <maml:para>Retrieve the list of available sessions from the user private vault.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMPrivateSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the list of available sessions from the user private vault for the current selected data source.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMPrivateSession</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>GroupName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeSubFolders</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeDocumentsStoredInDatabase</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeLocalPlaylists</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeUserSpecificSettings</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CaseSensitive</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CaseSensitive</maml:name>
        <maml:description>
          <maml:para>Case sensitive</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupName</maml:name>
        <maml:description>
          <maml:para>GroupName</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>ID of the desired session</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeDocumentsStoredInDatabase</maml:name>
        <maml:description>
          <maml:para>Include attachment from documents</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeLocalPlaylists</maml:name>
        <maml:description>
          <maml:para>Include dependable connections and local playlists from playlist connection</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeSubFolders</maml:name>
        <maml:description>
          <maml:para>Include subfolders from the group name</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeUserSpecificSettings</maml:name>
        <maml:description>
          <maml:para>Include user specific settings</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="true" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Session name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Session from the private vault</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMPrivateSession -detailed". For technical information, type "Get-Help Get-RDMPrivateSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMPrivateSessionCredentials</command:name>
      <gl:group>RDMPrivateSessionCredentials</gl:group>
      <maml:description>
        <maml:para>Returns the session credentials</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMPrivateSessionCredentials</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Returns the session credentials</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMPrivateSessionCredentials</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>PSConnection</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>GetID</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GetID</maml:name>
        <maml:description>
          <maml:para>Get the credential ID.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PSConnection</maml:name>
        <maml:description>
          <maml:para>Specifies the connection to get credentials from.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Session type or ID</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMPrivateSessionCredentials -detailed". For technical information, type "Get-Help Get-RDMPrivateSessionCredentials -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMPrivateSessionDocumentStoredInDatabase</command:name>
      <gl:group>RDMPrivateSessionDocumentStoredInDatabase</gl:group>
      <maml:description>
        <maml:para>Get documents stored in database</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMPrivateSessionDocumentStoredInDatabase</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get documents stored in database</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnectionDocument</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Document session</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMPrivateSessionDocumentStoredInDatabase -detailed". For technical information, type "Get-Help Get-RDMPrivateSessionDocumentStoredInDatabase -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMPrivateSessionDomain</command:name>
      <gl:group>RDMPrivateSessionDomain</gl:group>
      <maml:description>
        <maml:para>Get the domain from the specified session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMPrivateSessionDomain</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the domain from the specified session.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMPrivateSessionDomain</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-RDMPrivateSessionDomain</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the domain from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session to set the domain to</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMPrivateSessionDomain -detailed". For technical information, type "Get-Help Get-RDMPrivateSessionDomain -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMUserVaultSessionDomain "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Get the domain from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMUserVaultSession; Get-RDMUserVaultSessionDomain $list[1].ID</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and gets the domain from the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSessionUserName</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionUsername</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMPrivateSessionOTP</command:name>
      <gl:group>RDMPrivateSessionOTP</gl:group>
      <maml:description>
        <maml:para>Get the One Time Password from the specified session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMPrivateSessionOTP</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the One Time Password from the specified session.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMPrivateSessionOTP</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Comment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketID</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-RDMPrivateSessionOTP</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Comment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketID</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Comment</maml:name>
        <maml:description>
          <maml:para>Comment for the credential viewed log.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the OTP from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session to get the OTP from</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketID</maml:name>
        <maml:description>
          <maml:para>Ticket number for the credential viewed log</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Guid</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>ID of the OTP entry</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>OTP entry obtained from Get-RDMPrivateSession</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Management.Automation.PSCustomObject</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>OTP object</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMPrivateSessionOTP -detailed". For technical information, type "Get-Help Get-RDMPrivateSessionOTP -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMUserVaultSessionOTP "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Get the OTP from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMUserVaultSession; Get-RDMUserVaultSessionOTP $list[1]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and gets the OTP from the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMPrivateSession -Name AnOTPCred | Get-RDMPrivateSessionOTP -TicketID 123 -Comment "It is a comment."</dev:code>
        <dev:remarks>
          <maml:para>Get the OTP from the session AnOTPCred while filling the credential viewed log, avoiding the prompt.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSessionUserName</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionUsername</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionOTP</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMPrivateSessionPassword</command:name>
      <gl:group>RDMPrivateSessionPassword</gl:group>
      <maml:description>
        <maml:para>Get the password from the specified session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMPrivateSessionPassword</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the password from the specified session. Session must be marked as "Allow show credentials" if not null is returned.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMPrivateSessionPassword</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>AsPlainText</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Comment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketID</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-RDMPrivateSessionPassword</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>AsPlainText</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Comment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketID</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>AsPlainText</maml:name>
        <maml:description>
          <maml:para>Returns the password as plain text.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Comment</maml:name>
        <maml:description>
          <maml:para>Comment for the credential viewed log.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the password from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session to get the password from.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketID</maml:name>
        <maml:description>
          <maml:para>Ticket number for the credential viewed log</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMPrivateSessionPassword -detailed". For technical information, type "Get-Help Get-RDMPrivateSessionPassword -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMUserVaultSessionPassword "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Get the password from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMUserVaultSession; Get-RDMUserVaultSessionPassword $list[1].ID</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and gets the password from the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSessionUserName</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionUsername</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMPrivateSessionProperty</command:name>
      <gl:group>RDMPrivateSessionProperty</gl:group>
      <maml:description>
        <maml:para>Get the value of property given a session ID and path.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMPrivateSessionProperty</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Protected values will always return null.</maml:para>
      <maml:para>Non value types will always return ".ToString()".</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMPrivateSessionProperty</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="3">
          <maml:name>Property</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the password from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>The path to the property being read (refernce RDM export xml). If top level property do not sepcify parameter or pass empty string [""] or $null</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Property</maml:name>
        <maml:description>
          <maml:para>Property to read(get).</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMPrivateSessionProperty -detailed". For technical information, type "Get-Help Get-RDMPrivateSessionProperty -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMUserVaultSessionProperty -ID "{00000000-0000-0000-0000-000000000000}" -Property "Group"</dev:code>
        <dev:remarks>
          <maml:para>Get the Group value from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMUserVaultSessionProperty "{00000000-0000-0000-0000-000000000000}" "MetaInformation" "OS"</dev:code>
        <dev:remarks>
          <maml:para>Get the MetaInformation.OS value from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMUserVaultSession; Get-RDMUserVaultSessionProperty -ID $list[1].ID -Path "MetaInformation" -Property "OS"</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and then returns MetaInformation.OS value of the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionProperty</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMPrivateSessionStatus</command:name>
      <gl:group>RDMPrivateSessionStatus</gl:group>
      <maml:description>
        <maml:para>Get the status from the specified session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMPrivateSessionStatus</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the status from the specified session.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMPrivateSessionStatus</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-RDMPrivateSessionStatus</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the status from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session to set the status to</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMPrivateSessionStatus -detailed". For technical information, type "Get-Help Get-RDMPrivateSessionStatus -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMUserVaultSessionStatus "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Get the status from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMUserVaultSession; Get-RDMUserVaultSessionStatus $list[1]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and gets the status from the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSessionUserName</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionUsername</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionStatus</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMPrivateSessionUserName</command:name>
      <gl:group>RDMPrivateSessionUserName</gl:group>
      <maml:description>
        <maml:para>Get the username from the specified session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMPrivateSessionUserName</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the username from the specified session.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMPrivateSessionUserName</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-RDMPrivateSessionUserName</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the username from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session to set the username to.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMPrivateSessionUserName -detailed". For technical information, type "Get-Help Get-RDMPrivateSessionUserName -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMUserVaultSessionUserName "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Get the username from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMUserVaultSession; Get-RDMUserVaultSessionUserName $list[1].ID</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and gets the password from the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionUsername</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMPrivilegedAccount</command:name>
      <gl:group>RDMPrivilegedAccount</gl:group>
      <maml:description>
        <maml:para>Get the connection representing 'My Privileged Account'.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMPrivilegedAccount</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the connection representing 'My Privileged Account'. All the pertinent informations are in the property Credentials. On Windows, the policy DisableMyPrivilegedAccount prevent using this cmdlet.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>The connection representing 'My Privileged Account'. All the pertinent informations are in the property Credentials.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMPrivilegedAccount -detailed". For technical information, type "Get-Help Get-RDMPrivilegedAccount -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $privAcc = Get-RDMPrivilegedAccount</dev:code>
        <dev:remarks>
          <maml:para>Store the privileged account in the variable $privAcc. Access the desired values in $privAcc.Credentials.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $privAcc = Get-RDMPrivilegedAccount; $privAcc.Credentials.SecretServerPassword = (ConvertTo-SecureString -AsPlainText 'aPassword'); $privAcc.Credentials.SecretServerUsername = 'aPassword'; $privAcc.Credentials.SecretServerDomain = 'aDomain'; Set-RDMPrivilegedAccount -Session $privAcc</dev:code>
        <dev:remarks>
          <maml:para>Fetch the privileged account. Modify the Secret Server's domain, password and username value. Save the modificatons. The password modification can be seen in the value change of the field SafeSecretServerPassword.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivilegedAccount</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMProcess</command:name>
      <gl:group>RDMProcess</gl:group>
      <maml:description>
        <maml:para>Get RemoteDesktopManager process</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMProcess</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get RemoteDesktopManager process</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMProcess -detailed". For technical information, type "Get-Help Get-RDMProcess -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMRepository</command:name>
      <gl:group>RDMRepository</gl:group>
      <maml:description>
        <maml:para>Retrieve the list of available repositories.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMRepository</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the list of available repositories for the current selected data source.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMRepository</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>CaseSensitive</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CaseSensitive</maml:name>
        <maml:description>
          <maml:para>Case sensitive</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Repository name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Repository name</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSRepositoryInfo[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Repository array</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMRepository -detailed". For technical information, type "Get-Help Get-RDMRepository -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMRepository</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available repository.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMRepository; $list[0]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available repositories and displays the first item.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMRepository; $list[1].Name = "New Name";Set-RDMRepository $list[1]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available respositories, modify the name of the second role, update the repository.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMRole</command:name>
      <gl:group>RDMRole</gl:group>
      <maml:description>
        <maml:para>Retrieve the list of available roles.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMRole</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the list of available roles for the current selected data source..</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMRole</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>CaseSensitive</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CaseSensitive</maml:name>
        <maml:description>
          <maml:para>Case sensitive</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Role name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Role name</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSRoleInfo[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Roles array</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMRole -detailed". For technical information, type "Get-Help Get-RDMRole -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMRole</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available role.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMRole; $list[0]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available roles and displays the first item.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMRole; $list[1].Name = "New Name";Set-RDMRole $list[1]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available roles, modify the name of the second role, update the role.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Set-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMRoleProperty</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMRootSession</command:name>
      <gl:group>RDMRootSession</gl:group>
      <maml:description>
        <maml:para>Retrieve the root session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMRootSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMRootSession -detailed". For technical information, type "Get-Help Get-RDMRootSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMRootSession</dev:code>
        <dev:remarks>
          <maml:para>Retrieve the root session.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMSecurityGroup</command:name>
      <gl:group>RDMSecurityGroup</gl:group>
      <maml:description>
        <maml:para>Retrieve the list of available security groups.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMSecurityGroup</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the list of available security groups for the current selected data source. Security group list contains a column "Session" that can be directly manipulated then updated. (see Set-RDMSessionCommand for more detail).</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMSecurityGroup</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>CaseSensitive</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CaseSensitive</maml:name>
        <maml:description>
          <maml:para>Case sensitive</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Security group name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Security group name</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSSecurityGroupInfo[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Security groups array</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMSecurityGroup -detailed". For technical information, type "Get-Help Get-RDMSecurityGroup -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMSecurityGroup</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available security groups.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSecurityGroup; $list[0]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available security groups and displays the first item.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSecurityGroup; $list[1].Name = "New Name";Set-RDMSecurityGroup $list[1]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available security groups, modify the name of the second security group, update the security group.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSecurityGroup</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSecurityGroup</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSecurityGroupProperty</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMSecurityGroup</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMSecurityGroup</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMSessionAttachment</command:name>
      <gl:group>RDMSessionAttachment</gl:group>
      <maml:description>
        <maml:para>Get session attachments</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMSessionAttachment</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get session attachments</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMSessionAttachment</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the connection to get the attachments from.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMSessionAttachment -detailed". For technical information, type "Get-Help Get-RDMSessionAttachment -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMSession</command:name>
      <gl:group>RDMSession</gl:group>
      <maml:description>
        <maml:para>Retrieve the list of available sessions.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the list of available sessions for the current selected data source.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMSession</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>GroupName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeSubFolders</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeDocumentsStoredInDatabase</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeLocalPlaylists</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeUserSpecificSettings</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CaseSensitive</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Type</maml:name>
          <command:parameterValue required="true">Undefined | RDPConfigured | RDPFilename | CommandLine | VNC | WebBrowser | LogMeIn | TeamViewer | Putty | Ftp | VirtualPC | Radmin | Dameware | VMWare | PCAnywhere | ICA | XWindow | HyperV | AddOn | RemoteAssistance | VPN | VirtualBox | VMRC | XenServer | WindowsVirtualPC | Group | Credential | HpRgs | Desktone | ApplicationTool | SessionTool | Contact | DataEntry | DataReport | Agent | Computer | DropBox | S3 | AzureStorage | CitrixWeb | PowerShell | HostSessionTool | Shortcut | IntelAMT | Azure | Document | VMWareConsole | InventoryReport | SkyDrive | ScreenConnect | AzureTableStorage | AzureQueueStorage | TemplateGroup | Host | Database | Customer | ADConsole | Aws | SNMPReport | Sync | Gateway | PlayList | TerminalConsole | PSExec | AppleRemoteDesktop | Spiceworks | DeskRoll | SecureCRT | Iterm | Sheet | Splunk | PortForward | TeamViewerConsole | ScreenHero | Telnet | Serial | SSHTunnel | SSHShell | ResetPassword | Wayk | ControlUp | DataSource | ChromeRemoteDesktop | RDCommander | IDrac | Ilo | WebDav | BeyondTrustPasswordSafeConsole | DevolutionsProxy | FtpNative | PowerShellRemoteConsole | ProxyTunnel | Root | BeyondTrustPasswordSafe | FileExplorer | Scp | Sftp | AzureBlobStorage | TFtp | GoToAssist | IPTable | Hub | GoogleDrive | GoogleCloud | NoVNC | Splashtop | JumpDesktop | BoxNet | MSPAnywhere | Repository | CyberArkPSM | CloudBerryRemoteAssistant | ITGlue | SmartFolder | CyberArkJump | WindowsAdminCenter | DevolutionsGateway | WaykDenConsole | RDGatewayConsole | CyberArkDashboard | DVLSPamDashboard | SMB | AppleRemoteManagement | RustDesk | PAM | ITManager | CustomImage | AzureBastion | WindowsTerminal</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CaseSensitive</maml:name>
        <maml:description>
          <maml:para>Case sensitive</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupName</maml:name>
        <maml:description>
          <maml:para>GroupName</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>ID of the desired session</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeDocumentsStoredInDatabase</maml:name>
        <maml:description>
          <maml:para>Include attachment from documents</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeLocalPlaylists</maml:name>
        <maml:description>
          <maml:para>Include dependable connections and local playlists from playlist connection</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeSubFolders</maml:name>
        <maml:description>
          <maml:para>Include subfolders from the group name</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeUserSpecificSettings</maml:name>
        <maml:description>
          <maml:para>Include user specific settings</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="true" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Session name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Type</maml:name>
        <maml:description>
          <maml:para>Filter the result by the connection type</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ConnectionType</command:parameterValue>
        <dev:type>
          <maml:name>ConnectionType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Session object</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMSession -detailed". For technical information, type "Get-Help Get-RDMSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMSession</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; $list[0]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and displays the first item.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; $list[1].Name = "New Name";Set-RDMSession $list[1]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions, modify the name of the second session, update the session.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMSessionCredentials</command:name>
      <gl:group>RDMSessionCredentials</gl:group>
      <maml:description>
        <maml:para>Returns the session credentials</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMSessionCredentials</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Returns the session credentials</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMSessionCredentials</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>PSConnection</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>GetID</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GetID</maml:name>
        <maml:description>
          <maml:para>Get the credential ID.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PSConnection</maml:name>
        <maml:description>
          <maml:para>Specifies the connection to get credentials from.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Session type or ID</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMSessionCredentials -detailed". For technical information, type "Get-Help Get-RDMSessionCredentials -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMSessionDocumentation</command:name>
      <gl:group>RDMSessionDocumentation</gl:group>
      <maml:description>
        <maml:para>Get documentation from a session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMSessionDocumentation</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Must have the right to export. All information of the documentation pages are accessible.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMSessionDocumentation</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Page</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Filter</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-RDMSessionDocumentation</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Page</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Filter</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-RDMSessionDocumentation</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Page</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Filter</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Filter</maml:name>
        <maml:description>
          <maml:para>Filter the pages by looking for the value in the page's name and content. The value of the filter is case insensitive.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Current data source session`s ID from which to extract the documentation.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Current data source session`s name from which to extract the documentation.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Page</maml:name>
        <maml:description>
          <maml:para>Filter the handbook pages by the name.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Session from which to extract the documentation.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSHandbook</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Documentation object containing the property Pages</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMSessionDocumentation -detailed". For technical information, type "Get-Help Get-RDMSessionDocumentation -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMRootSession | Get-RDMSessionDocumentation</dev:code>
        <dev:remarks>
          <maml:para>Get the documentation of the root session in the current data source.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMSession -Name "ASession" | Get-RDMSessionDocumentation -Name "APage"</dev:code>
        <dev:remarks>
          <maml:para>Get the documentation page "APage" of the session ASession.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMSessionDocumentation -ID "{00000000-0000-0000-0000-000000000000}" -Name "APage"</dev:code>
        <dev:remarks>
          <maml:para>Get the documentation page "APage" of the session with ID = "{00000000-0000-0000-0000-000000000000}" of the current data source.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMRootSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionDocumentation</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMSessionDocumentation</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMSessionDocumentStoredInDatabase</command:name>
      <gl:group>RDMSessionDocumentStoredInDatabase</gl:group>
      <maml:description>
        <maml:para>Get documents stored in database</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMSessionDocumentStoredInDatabase</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get documents stored in database</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnectionDocument</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Document session</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMSessionDocumentStoredInDatabase -detailed". For technical information, type "Get-Help Get-RDMSessionDocumentStoredInDatabase -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMSessionDomain</command:name>
      <gl:group>RDMSessionDomain</gl:group>
      <maml:description>
        <maml:para>Get the domain from the specified session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMSessionDomain</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the domain from the specified session.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMSessionDomain</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-RDMSessionDomain</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the domain from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session to set the domain to</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMSessionDomain -detailed". For technical information, type "Get-Help Get-RDMSessionDomain -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMSessionDomain "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Get the domain from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; Get-RDMSessionDomain $list[1].ID</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and gets the domain from the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionUserName</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionUsername</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMSessionOTP</command:name>
      <gl:group>RDMSessionOTP</gl:group>
      <maml:description>
        <maml:para>Get the One Time Password from the specified session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMSessionOTP</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the One Time Password from the specified session. If a required log field is not provided (ticket number or comment) with the corresponding parameter, a prompt will occur to obtain both fields.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMSessionOTP</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Comment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketID</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-RDMSessionOTP</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Comment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketID</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Comment</maml:name>
        <maml:description>
          <maml:para>Comment for the credential viewed log.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the OTP from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session to get the OTP from</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketID</maml:name>
        <maml:description>
          <maml:para>Ticket number for the credential viewed log</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Guid</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>ID of the OTP entry</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>OTP entry obtained from Get-RDMSession</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Management.Automation.PSCustomObject</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>OTP object</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMSessionOTP -detailed". For technical information, type "Get-Help Get-RDMSessionOTP -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMSessionOTP "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Get the OTP from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; Get-RDMSessionOTP $list[1]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and gets the OTP from the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMSession -Name AnOTPCred | Get-RDMSessionOTP -TicketID 123 -Comment "It is a comment."</dev:code>
        <dev:remarks>
          <maml:para>Get the OTP from the session AnOTPCred while filling the credential viewed log, avoiding the prompt.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionUserName</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionUsername</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSessionOTP</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMSessionPassword</command:name>
      <gl:group>RDMSessionPassword</gl:group>
      <maml:description>
        <maml:para>Get the password from the specified session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMSessionPassword</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the password from the specified session. Session must be marked as "Allow show credentials" if not null is returned.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMSessionPassword</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>AsPlainText</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Comment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketID</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-RDMSessionPassword</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>MyPersonalCredentials</maml:name>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>AsPlainText</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Comment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketID</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-RDMSessionPassword</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>MyPrivilegedAccount</maml:name>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>AsPlainText</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Comment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketID</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-RDMSessionPassword</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>AsPlainText</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Comment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketID</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>AsPlainText</maml:name>
        <maml:description>
          <maml:para>Returns the password as plain text.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Comment</maml:name>
        <maml:description>
          <maml:para>Comment for the credential viewed log.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the password from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>MyPersonalCredentials</maml:name>
        <maml:description>
          <maml:para>Obtain the password from 'My Personal Credentials'.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>MyPrivilegedAccount</maml:name>
        <maml:description>
          <maml:para>Obtain the password from 'My Privileged Account'.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session to get the password from.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketID</maml:name>
        <maml:description>
          <maml:para>Ticket number for the credential viewed log</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMSessionPassword -detailed". For technical information, type "Get-Help Get-RDMSessionPassword -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMSessionPassword "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Get the password from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; Get-RDMSessionPassword $list[1].ID</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and gets the password from the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $pwd = Get-RDMSessionPassword -MyPersonalCredentials -AsPlainText</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and gets the password from the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionUserName</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionUsername</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMSessionProperty</command:name>
      <gl:group>RDMSessionProperty</gl:group>
      <maml:description>
        <maml:para>Get the value of property given a session ID and path.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMSessionProperty</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Protected values will always return null.</maml:para>
      <maml:para>Non value types will always return ".ToString()".</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMSessionProperty</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="3">
          <maml:name>Property</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the password from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>The path to the property being read (refernce RDM export xml). If top level property do not sepcify parameter or pass empty string [""] or $null</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Property</maml:name>
        <maml:description>
          <maml:para>Property to read(get).</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMSessionProperty -detailed". For technical information, type "Get-Help Get-RDMSessionProperty -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMSessionProperty -ID "{00000000-0000-0000-0000-000000000000}" -Property "Group"</dev:code>
        <dev:remarks>
          <maml:para>Get the Group value from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMSessionProperty "{00000000-0000-0000-0000-000000000000}" "MetaInformation" "OS"</dev:code>
        <dev:remarks>
          <maml:para>Get the MetaInformation.OS value from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; Get-RDMSessionProperty -ID $list[1].ID -Path "MetaInformation" -Property "OS"</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and then returns MetaInformation.OS value of the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionProperty</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMSessionStatus</command:name>
      <gl:group>RDMSessionStatus</gl:group>
      <maml:description>
        <maml:para>Get the status from the specified session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMSessionStatus</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the status from the specified session.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMSessionStatus</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-RDMSessionStatus</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the status from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session to set the status to</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMSessionStatus -detailed". For technical information, type "Get-Help Get-RDMSessionStatus -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMSessionStatus "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Get the status from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; Get-RDMSessionStatus $list[1]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and gets the status from the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionUserName</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionUsername</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionStatus</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMSessionUserName</command:name>
      <gl:group>RDMSessionUserName</gl:group>
      <maml:description>
        <maml:para>Get the username from the specified session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMSessionUserName</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the username from the specified session.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMSessionUserName</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-RDMSessionUserName</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the username from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session to set the username to.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMSessionUserName -detailed". For technical information, type "Get-Help Get-RDMSessionUserName -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMSessionUserName "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Get the username from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; Get-RDMSessionUserName $list[1].ID</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and gets the password from the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionUsername</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMTask</command:name>
      <gl:group>RDMTask</gl:group>
      <maml:description>
        <maml:para>Retrieve the list of tasks of the current data source.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMTask</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Allows to search tasks with differents parameters on the user's main and private vaults. This feature is only available for the following data sources: Devolutions Server, Azure SQL, SQL Server, and SQLite. If the data source does not support users, the parameter User will be simply ignored. If a virtual folder is involved, the user must have the add and edit rights to obtain the tasks.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMTask</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>CaseSensitive</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CreationDateEnd</maml:name>
          <command:parameterValue required="true">DateTime</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CreationDateStart</maml:name>
          <command:parameterValue required="true">DateTime</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Due</maml:name>
          <command:parameterValue required="true">LastWeek | Today | Yesterday | Custom | LastMonth | CurrentMonth | Last7Days | Last30Days | Last31Days | Last60Days | Last90Days</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DueDateEnd</maml:name>
          <command:parameterValue required="true">DateTime</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DueDateStart</maml:name>
          <command:parameterValue required="true">DateTime</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Entry</maml:name>
          <command:parameterValue required="true">Object</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Status</maml:name>
          <command:parameterValue required="true">TodoStatus[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>User</maml:name>
          <command:parameterValue required="true">Object[]</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CaseSensitive</maml:name>
        <maml:description>
          <maml:para>Case sensitive search when searching the name of the entry, task or user.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CreationDateEnd</maml:name>
        <maml:description>
          <maml:para>The upper bound for the task's creation date.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>DateTime</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CreationDateStart</maml:name>
        <maml:description>
          <maml:para>The lower bound for the task's creation date.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>DateTime</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Due</maml:name>
        <maml:description>
          <maml:para>Filter the tasks based on their due date.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateFilter</command:parameterValue>
        <dev:type>
          <maml:name>DateFilter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DueDateEnd</maml:name>
        <maml:description>
          <maml:para>The upper bound for a custom due date.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>DateTime</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DueDateStart</maml:name>
        <maml:description>
          <maml:para>The lower bound for a custom due date.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>DateTime</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Entry</maml:name>
        <maml:description>
          <maml:para>Entry the task is assigned to. It can be specified by ID, by name or by PSConnection. Entries in the private vault are accessible. For virtual folders, the add and edit rights are required to get the tasks.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="true" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Name of the task.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>Status</maml:name>
        <maml:description>
          <maml:para>Filter the tasks based on the specified status. Multiple status are equivalent to an OR condition.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">TodoStatus[]</command:parameterValue>
        <dev:type>
          <maml:name>TodoStatus[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="true" pipelineInput="false" position="1">
        <maml:name>User</maml:name>
        <maml:description>
          <maml:para>Task assigned to those user. The users can be specified with their name, their email address, their ID or their PSUserInfo.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSTask</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>An object representing the task and its attributes.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSTask[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>An array of objects where each one represents a task and its attributes.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMTask -detailed". For technical information, type "Get-Help Get-RDMTask -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $tasks = Get-RDMTask -Entry AnEntry -CaseSensitive</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the tasks of the current data source associated with the entry AnEntry (case sensitive) and stores it in the variable $tasks.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMTask -Name Task* -Due Today -Status Open, Assigned, InProgress, Default</dev:code>
        <dev:remarks>
          <maml:para>Obtain all the tasks of the current data source that are due Today and are still active.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMTask -CreationDateStart 2022/1/1 -CreationDateEnd 2022/2/1 -DueDateStart 2022/2/1 -DueDateEnd 2022/3/1</dev:code>
        <dev:remarks>
          <maml:para>Obtain all the tasks of the current data source that are due Today and are still active.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; $user = Get-RDMUser -Name AUser; Get-RDMTask -Status Assigned -User $user | Set-RDMTask -UnassignUser</dev:code>
        <dev:remarks>
          <maml:para>Unassign all the tasks assigned the user AUser.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMTask</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMTask</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMTask</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMTemplate</command:name>
      <gl:group>RDMTemplate</gl:group>
      <maml:description>
        <maml:para>Retrieve the list of available templates.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMTemplate</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the list of available templates. The current selected template is marked with an "X".</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMTemplate</maml:name>
        <command:parameter required="false" position="3">
          <maml:name>Type</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Type</maml:name>
        <maml:description>
          <maml:para>Type of templates</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMTemplate -detailed". For technical information, type "Get-Help Get-RDMTemplate -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMTemplate</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available templates.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMTemplate; $list[0]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available templates and displays the first item.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Set-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMUser</command:name>
      <gl:group>RDMUser</gl:group>
      <maml:description>
        <maml:para>Retrieve the list of available users.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMUser</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the list of available users for the current selected data source.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMUser</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>CaseSensitive</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CaseSensitive</maml:name>
        <maml:description>
          <maml:para>Case sensitive</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>User name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSUserInfo[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Users array</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMUser -detailed". For technical information, type "Get-Help Get-RDMUser -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMUser</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available user.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMUser; $list[0]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available users and displays the first item.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMUser; $list[1].Description = "New Description";Set-RDMUser $list[1]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available users, modify the name of the second user, update the user.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; $user = Get-RDMUser -Name MyUser;
        $user.UserInfo.UserProfile.Company = 'UsersCompany';
        $user.UserInfo.UserProfile.Department = 'UsersDepartment';
        $user.UserInfo.UserProfile.Address = '123 UsersAddress';
        $user.UserInfo.UserProfile.Phone = '555-0100';
        Set-RDMUser -User $user</dev:code>
        <dev:remarks>
          <maml:para>Update information about the user MyUser.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Set-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMUserProperty</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMUserRepositoryAccess</command:name>
      <gl:group>RDMUserRepositoryAccess</gl:group>
      <maml:description>
        <maml:para>Retrieve the list of available user vaults.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMUserRepositoryAccess</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the list of available vaults for the provided user.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMUserRepositoryAccess</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>CaseSensitive</maml:name>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-RDMUserRepositoryAccess</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>User</maml:name>
          <command:parameterValue required="true">PSUserInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>CaseSensitive</maml:name>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>CaseSensitive</maml:name>
        <maml:description>
          <maml:para>Case sensitive</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the GUID of the user to user.</maml:para>
          <maml:para />
          <maml:para>The value must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Vault's name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>User</maml:name>
        <maml:description>
          <maml:para>User object, must be retrieved from Get-RDMUser or created via New-RDMUser.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSUserInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSUserInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>User</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSRepositoryInfo[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Vaults array</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMUserRepositoryAccess -detailed". For technical information, type "Get-Help Get-RDMUserRepositoryAccess -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMUserVaultAccess</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available user vaults.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMUserVaultAccess $user; $list[0]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available user vaults and displays the first item. $user must be retrieved from Get-RDMUser or New-RDMUser.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMUserVaultAccess $user -Name Default</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the Default vault information if associated to $user. $user must be retrieved from Get-RDMUser or New-RDMUser.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Set-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMUserProperty</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMUserSpecificSettings</command:name>
      <gl:group>RDMUserSpecificSettings</gl:group>
      <maml:description>
        <maml:para>Get the session user specific settings</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMUserSpecificSettings</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the session user specific settings</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMUserSpecificSettings</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>PSConnection object, must be retrieved from Get-RDMSession or created via New-RDMSession.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>Devolutions.RemoteDesktopManager.Business.BaseConnectionOverride</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>User Specific settings object</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMUserSpecificSettings -detailed". For technical information, type "Get-Help Get-RDMUserSpecificSettings -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-RDMVersion</command:name>
      <gl:group>RDMVersion</gl:group>
      <maml:description>
        <maml:para>Retrieve the installed Remote Desktop Manager for Windows version</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>RDMVersion</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Retrieve the installed Remote Desktop Manager for Windows version</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RDMVersion</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Edition</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Edition</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Remote Desktop Manager version</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-RDMVersion -detailed". For technical information, type "Get-Help Get-RDMVersion -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $version = Get-RDMVersion</dev:code>
        <dev:remarks>
          <maml:para />
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Import-RDMDataSource</command:name>
      <gl:group>RDMDataSource</gl:group>
      <maml:description>
        <maml:para>Import RDM DataSource from a file</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Import</command:verb>
      <command:noun>RDMDataSource</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Import RDM DataSource from a file</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Import-RDMDataSource</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>Path where the file is loaded. Must end with .rdd</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Import-RDMDataSource -detailed". For technical information, type "Get-Help Import-RDMDataSource -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Import-RDMDataSource -Path "C:\MyFile.rdd" | Set-RDMDataSource</dev:code>
        <dev:remarks>
          <maml:para>Import the data source from a configuration and save it</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $ds = Import-RDMDataSource -Path "C:\MyFile.rdd"; $ds.Name = "ANewName"; Set-RDMDataSource -DataSource $ds</dev:code>
        <dev:remarks>
          <maml:para>Import the data source from a configuration file, rename it "ANewName" and save it</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Import-RDMSession</command:name>
      <gl:group>RDMSession</gl:group>
      <maml:description>
        <maml:para>Import RDM sessions from a file</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Import</command:verb>
      <command:noun>RDMSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Import RDM sessions from a file. This cmdlet does not save the sessions in the data source. To do so, the result must be passed to Set-RDMSession.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Import-RDMSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Group</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>DuplicateAction</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>DuplicateAction</maml:name>
        <maml:description>
          <maml:para>Action when a duplicate is found. Must be one of the following:</maml:para>
          <maml:para />
          <maml:para>"Add", "Overwrite", "Ignore"</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Group</maml:name>
        <maml:description>
          <maml:para>The group where the sessions will be saved.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Password to access a password protected file.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>Path where the file is loaded. Must be finish:</maml:para>
          <maml:para />
          <maml:para>"RDM: .rdm", "XML: .xml"</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Array of all sessions imported.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Import-RDMSession -detailed". For technical information, type "Get-Help Import-RDMSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $sessions = Import-RDMSession -Path "C:\MyFile.rdm" -Group "DestinationGroup" -DuplicateAction "Add"</dev:code>
        <dev:remarks>
          <maml:para>Obtain all sessions in the file "MyFile.rdm" and prepend their group with DestinationGroup. In case a session already existed, a new ID will be assigned to it.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $pwd = ConvertTo-SecureString "myPassword" -AsPlainText; $sessions = Import-RDMSession -Path "C:\MyFile.rdm" -Password $pwd | Set-RDMSession</dev:code>
        <dev:remarks>
          <maml:para>Obtain all sessions in the password protected file "MyFile.rdm". In case a session already existed, it will be ignored. All sessions are saved in the current data source.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Install-RDMPackage</command:name>
      <gl:group>RDMPackage</gl:group>
      <maml:description>
        <maml:para>Install the latest or specified version of Remote Desktop Manager</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Install</command:verb>
      <command:noun>RDMPackage</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Install the latest or specified version of Remote Desktop Manager</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Install-RDMPackage</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Edition</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>RequiredVersion</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>NoDesktopShortcut</maml:name>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>NoStartMenuShortcut</maml:name>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>Quiet</maml:name>
        </command:parameter>
        <command:parameter required="false" position="6">
          <maml:name>Force</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Edition</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="6">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>NoDesktopShortcut</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>NoStartMenuShortcut</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>Quiet</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>RequiredVersion</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Install-RDMPackage -detailed". For technical information, type "Get-Help Install-RDMPackage -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Install-RDMPackage</dev:code>
        <dev:remarks>
          <maml:para />
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Invoke-RDMCreateDataSourceDatabase</command:name>
      <gl:group>RDMCreateDataSourceDatabase</gl:group>
      <maml:description>
        <maml:para>Create a new Database</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Invoke</command:verb>
      <command:noun>RDMCreateDataSourceDatabase</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-RDMCreateDataSourceDatabase</maml:name>
        <command:parameter required="false" position="2">
          <maml:name>AzureDatabaseEdition</maml:name>
          <command:parameterValue required="true">Basic | Standard | Premium</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>AzureDatabaseMaxSize</maml:name>
          <command:parameterValue required="true">Size100MB | Size500MB | Size1GB | Size2GB | Size5GB | Size10GB | Size20GB | Size30GB | Size40GB | Size50GB | Size100GB | Size150GB | Size200GB | Size250GB | Size300GB | Size400GB | Size500GB</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>AzureDatabaseServiceObjective</maml:name>
          <command:parameterValue required="true">Basic | S0 | S1 | S2 | S3 | P1 | P2 | P3</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>DataSource</maml:name>
          <command:parameterValue required="true">PSDataSource</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>AzureDatabaseEdition</maml:name>
        <maml:description>
          <maml:para>Azure database edition.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">AzureDatabaseEdition</command:parameterValue>
        <dev:type>
          <maml:name>AzureDatabaseEdition</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4">
        <maml:name>AzureDatabaseMaxSize</maml:name>
        <maml:description>
          <maml:para>Azure database maximum size.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">AzureDatabaseMaxSize</command:parameterValue>
        <dev:type>
          <maml:name>AzureDatabaseMaxSize</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3">
        <maml:name>AzureDatabaseServiceObjective</maml:name>
        <maml:description>
          <maml:para>Azure database service objective.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">AzureDatabaseServiceObjective</command:parameterValue>
        <dev:type>
          <maml:name>AzureDatabaseServiceObjective</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>DataSource</maml:name>
        <maml:description>
          <maml:para>PSSession object, must be retrieved from Get-RDMSession or created via New-RDMSession that you want to unparented.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSDataSource</command:parameterValue>
        <dev:type>
          <maml:name>PSDataSource</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Invoke-RDMCreateDataSourceDatabase -detailed". For technical information, type "Get-Help Invoke-RDMCreateDataSourceDatabase -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $ds = New-RDMDataSource -SQLServer -Database 'PSTestCreation5' -Name 'PSSQLServerCreation' -Server 'localhost' -Username 'sa' -Password (ConvertTo-SecureString 'masterkey' �asplaintext �force); Invoke-RDMCreateDataSourceDatabase -DataSource $ds </dev:code>
        <dev:remarks>
          <maml:para>Create a SQL Server data source and create the database</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Invoke-RDMLoadFromInventorySession</command:name>
      <gl:group>RDMLoadFromInventorySession</gl:group>
      <maml:description>
        <maml:para>Invoke a Load from inventory action.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Invoke</command:verb>
      <command:noun>RDMLoadFromInventorySession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-RDMLoadFromInventorySession</maml:name>
        <command:parameter required="false" position="2">
          <maml:name>Credential</maml:name>
          <command:parameterValue required="true">PSCredential</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection[]</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>Credential</maml:name>
        <maml:description>
          <maml:para>PSCredential object.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>PSCredential</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>PSConnection object, must be retrieved from Get-RDMSession or created via New-RDMSession.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSConnection[]</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Invoke-RDMLoadFromInventorySession -detailed". For technical information, type "Get-Help Invoke-RDMLoadFromInventorySession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; Invoke-RDMLoadFromInventorySession -Session $list[0]; Set-RDMSession -Session $list[0] -Refresh</dev:code>
        <dev:remarks>
          <maml:para>Invoke a Load from inventory on the first session in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Invoke-RDMUnparentSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Invoke-RDMParentSession</command:name>
      <gl:group>RDMParentSession</gl:group>
      <maml:description>
        <maml:para>Invoke a refactoring action to move a connection under a parent connection.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Invoke</command:verb>
      <command:noun>RDMParentSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Move a session under a parent session.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-RDMParentSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>ParentSession</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UseParentCredentials</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UseInheritedVPN</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ParentSession</maml:name>
        <maml:description>
          <maml:para>PSConnection object, must be retrieved from Get-RDMSession or created via New-RDMSession that you will become the parent of the sessions.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>PSConnection object, must be retrieved from Get-RDMSession or created via New-RDMSession that will become a subconnection of the parent session.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSConnection[]</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>UseInheritedVPN</maml:name>
        <maml:description>
          <maml:para>Use inherited VPN.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>UseParentCredentials</maml:name>
        <maml:description>
          <maml:para>Use parent credentials.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Invoke-RDMParentSession -detailed". For technical information, type "Get-Help Invoke-RDMParentSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; $parent = $list[0]; $child = $list[1]; Invoke-RDMParentSession -ParentSession $parent -Session $child -Refresh</dev:code>
        <dev:remarks>
          <maml:para>Session in the variable $child becomes a subconnection of the session in the variable $parent and refresh the sessions.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Invoke-RDMUnparentSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Invoke-RDMUnparentSession</command:name>
      <gl:group>RDMUnparentSession</gl:group>
      <maml:description>
        <maml:para>Invoke a refactoring action to move out a connection under a parent connection.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Invoke</command:verb>
      <command:noun>RDMUnparentSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Move out a session under a parent session.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-RDMUnparentSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Refresh</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>PSSession object, must be retrieved from Get-RDMSession or created via New-RDMSession that you want to unparented.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSConnection[]</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Invoke-RDMUnparentSession -detailed". For technical information, type "Get-Help Invoke-RDMUnparentSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; $parent = $list[0]; Invoke-RDMUnparentSession -Session $parent.SubConnections -Refresh</dev:code>
        <dev:remarks>
          <maml:para>The subconnections in the session in the variable $parent are unparented.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Invoke-RDMUnparentSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Invoke-RDMUpdateDataSourceDatabase</command:name>
      <gl:group>RDMUpdateDataSourceDatabase</gl:group>
      <maml:description>
        <maml:para>Upgrade a Database</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Invoke</command:verb>
      <command:noun>RDMUpdateDataSourceDatabase</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-RDMUpdateDataSourceDatabase</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>DataSource</maml:name>
          <command:parameterValue required="true">PSDataSource</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>DataSource</maml:name>
        <maml:description>
          <maml:para>PSDataSource object, must be retrieved from Get-RDMDataSource.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSDataSource</command:parameterValue>
        <dev:type>
          <maml:name>PSDataSource</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Invoke-RDMUpdateDataSourceDatabase -detailed". For technical information, type "Get-Help Invoke-RDMUpdateDataSourceDatabase -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $ds = Get-RDMDataSource -Name SQLServerDataSourceName; Invoke-RDMUpdateDataSourceDatabase -DataSource $ds </dev:code>
        <dev:remarks>
          <maml:para>Get a SQL Server data source and upgrade the database</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-RDMDataSource</command:name>
      <gl:group>RDMDataSource</gl:group>
      <maml:description>
        <maml:para>Create a new datasource instance.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>RDMDataSource</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a new datasource instance. The instance has not yet been saved. Assign the result to a variable then call "Set-RDMDatasource $s" to save the datasource.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-RDMDataSource</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>SQLite</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Database</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetDatasource</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-RDMDataSource</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>SQLServer</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Database</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Server</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetDatasource</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-RDMDataSource</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>SQLServer</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Database</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IntegratedSecurity</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Server</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetDatasource</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-RDMDataSource</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Database</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetDatasource</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-RDMDataSource</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>SQLServer</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Database</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DontSavePassword</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Server</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UserEditable</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetDatasource</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-RDMDataSource</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>DOD</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Filename</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ScriptingApplicationPassword</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ScriptingTenantID</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetDatasource</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-RDMDataSource</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Dropbox</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Filename</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetDatasource</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-RDMDataSource</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>DVLS</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ScriptingApplicationPassword</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ScriptingTenantID</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Server</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetDatasource</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-RDMDataSource</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>DVLS</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IntegratedSecurity</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Server</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetDatasource</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-RDMDataSource</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>XML</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Filename</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetDatasource</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-RDMDataSource</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>MySQL</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Hostname</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Schema</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetDatasource</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-RDMDataSource</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>HubBusiness</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ScriptingApplicationPassword</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ScriptingTenantID</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Server</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetDatasource</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-RDMDataSource</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>HubPersonal</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetDatasource</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Database</maml:name>
        <maml:description>
          <maml:para>Indicates the filename of the SQLite database (.db).</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DOD</maml:name>
        <maml:description>
          <maml:para>Create a Devolutions Online Drive data source</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DontSavePassword</maml:name>
        <maml:description>
          <maml:para>Don't save the password in the SQL Server data source settings</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Dropbox</maml:name>
        <maml:description>
          <maml:para>Create a Dropbox data source</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DVLS</maml:name>
        <maml:description>
          <maml:para>Create a DVLS data source</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Filename</maml:name>
        <maml:description>
          <maml:para>XML Filename</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Hostname</maml:name>
        <maml:description>
          <maml:para>Name of the server where the data source will be store.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubBusiness</maml:name>
        <maml:description>
          <maml:para>Create a Hub Business data source</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubPersonal</maml:name>
        <maml:description>
          <maml:para>Create a Hub Personal data source</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IntegratedSecurity</maml:name>
        <maml:description>
          <maml:para>Specify to use Windows Integrated Authentication for authenticating to the data source</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>MySQL</maml:name>
        <maml:description>
          <maml:para>Create a MySQL data source</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Name of the data source.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Password used to encrypt the SQLite database (.db).</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Schema</maml:name>
        <maml:description>
          <maml:para>Name of the schema on the MySQL server for the utilization of Remote Desktop Manager.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ScriptingApplicationPassword</maml:name>
        <maml:description>
          <maml:para>Application password used to access the Devolutions Password Server instance.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ScriptingTenantID</maml:name>
        <maml:description>
          <maml:para>Application ID used to access the Devolutions Password Server instance.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Server</maml:name>
        <maml:description>
          <maml:para>Name of Devolutions Password Server instance.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SetDatasource</maml:name>
        <maml:description>
          <maml:para>Save the data source.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SQLite</maml:name>
        <maml:description>
          <maml:para>Create a SQLite data source</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SQLServer</maml:name>
        <maml:description>
          <maml:para>Create a SQL Server data source</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserEditable</maml:name>
        <maml:description>
          <maml:para>Editable username</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Username</maml:name>
        <maml:description>
          <maml:para>Username to access the Devolutions Password Server instance</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>XML</maml:name>
        <maml:description>
          <maml:para>Create a XML data source</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSDataSource</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>New Data source created object</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-RDMDataSource -detailed". For technical information, type "Get-Help New-RDMDataSource -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Set-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-RDMLicense</command:name>
      <gl:group>RDMLicense</gl:group>
      <maml:description>
        <maml:para>Create a new license instance.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>RDMLicense</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a license instance. The instance has not yet been saved. Assign the result to a variable then call "Set-RDMLicense $s" to save the license.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-RDMLicense</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Serial</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>SetLicense</maml:name>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>AutoAssign</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>AutoAssign</maml:name>
        <maml:description>
          <maml:para>Auto assign new users to automatically provide the Remote Desktop Manager serial to all newly created users. For others serials, it will be ignored.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Serial</maml:name>
        <maml:description>
          <maml:para>New license serial.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>SetLicense</maml:name>
        <maml:description>
          <maml:para>Save the new license.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSLicenseInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>New license created object</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-RDMLicense -detailed". For technical information, type "Get-Help New-RDMLicense -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; New-RDMLicense -Serial "a-valid-serial-123" -AutoAssign -SetLicense</dev:code>
        <dev:remarks>
          <maml:para>Create &amp; save a new license that will be automatically assigned to new users.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-RDMLogComment</command:name>
      <gl:group>RDMLogComment</gl:group>
      <maml:description>
        <maml:para>Create a log comment.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>RDMLogComment</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create and insert a new log comment.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-RDMLogComment</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Comment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Notes</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="4">
          <maml:name>StartDateTime</maml:name>
          <command:parameterValue required="true">DateTime</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>EndDateTime</maml:name>
          <command:parameterValue required="true">DateTime</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Comment</maml:name>
        <maml:description>
          <maml:para>Log comment.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>EndDateTime</maml:name>
        <maml:description>
          <maml:para>End date.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>DateTime</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Notes</maml:name>
        <maml:description>
          <maml:para>Log notes.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Session object, must be retrieved from Get-RDMSession or created via New-RDMSession.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>StartDateTime</maml:name>
        <maml:description>
          <maml:para>Start date.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>DateTime</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-RDMLogComment -detailed". For technical information, type "Get-Help New-RDMLogComment -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $sessions = Get-RDMSession;$date = Get-Date;New-RDMLogComment -Comment "MyComment" -Notes "MyNotes" -Session $sessions[2] -StartDateTime $date -EndDateTime $date.AddDays(3)</dev:code>
        <dev:remarks>
          <maml:para>Create &amp; save a new log comment.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-RDMPlaylistLocal</command:name>
      <gl:group>RDMPlaylistLocal</gl:group>
      <maml:description>
        <maml:para>Create a new local playlist</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>RDMPlaylistLocal</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a new local playlist</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-RDMPlaylistLocal</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="4">
          <maml:name>Connections</maml:name>
          <command:parameterValue required="true">Connection[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="3">
          <maml:name>WaitTime</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="6">
          <maml:name>ExportConnection</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="4">
        <maml:name>Connections</maml:name>
        <maml:description>
          <maml:para>Connections in the new playlist.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue>
        <dev:type>
          <maml:name>Connection[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>New local playlist description.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="6">
        <maml:name>ExportConnection</maml:name>
        <maml:description>
          <maml:para>Export the playlist connections.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>New local playlist name.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>WaitTime</maml:name>
        <maml:description>
          <maml:para>New local playlist wait time.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-RDMPlaylistLocal -detailed". For technical information, type "Get-Help New-RDMPlaylistLocal -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-RDMPlaylistShared</command:name>
      <gl:group>RDMPlaylistShared</gl:group>
      <maml:description>
        <maml:para>Create a new shared playlist</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>RDMPlaylistShared</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a new shared playlist</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-RDMPlaylistShared</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>ConnectionPlayList</maml:name>
          <command:parameterValue required="true">ConnectionPlayList</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>ExportConnections</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>ConnectionPlayList</maml:name>
        <maml:description>
          <maml:para>Connections in the new playlist.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">ConnectionPlayList</command:parameterValue>
        <dev:type>
          <maml:name>ConnectionPlayList</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3">
        <maml:name>ExportConnections</maml:name>
        <maml:description>
          <maml:para>Export the playlist connections.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>New shared playlist name.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-RDMPlaylistShared -detailed". For technical information, type "Get-Help New-RDMPlaylistShared -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-RDMRandomPassword</command:name>
      <gl:group>RDMRandomPassword</gl:group>
      <maml:description>
        <maml:para>Create a new random password</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>RDMRandomPassword</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a new random password</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-RDMRandomPassword</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-RDMRandomPassword</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>TemplateName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-RDMRandomPassword</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Mode</maml:name>
          <command:parameterValue required="true">Default | SpecifiedSettings | HumanReadable | Pattern | Pronounceable | Strong | Passphrase</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Mode</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PasswordGeneratorMode</command:parameterValue>
        <dev:type>
          <maml:name>PasswordGeneratorMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Generate a random password with the password complexity of that session</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TemplateName</maml:name>
        <maml:description>
          <maml:para>Generate a random password with the template settings.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-RDMRandomPassword -detailed". For technical information, type "Get-Help New-RDMRandomPassword -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $randomPassword = New-RDMRandomPassword</dev:code>
        <dev:remarks>
          <maml:para>Generate a random password with the default settings</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $randomPassword = New-RDMRandomPassword -TemplateName $templateName</dev:code>
        <dev:remarks>
          <maml:para>Generate a random password with the template settings</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $session = Get-RDMSession -Name MySession; $randomPassword = New-RDMRandomPassword -Session $session</dev:code>
        <dev:remarks>
          <maml:para>Generate a random password with the password complexity of the session</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; $pwd = New-RandomPassword -Mode Default -MinimumDigit 10 -MinimumLength 1</dev:code>
        <dev:remarks>
          <maml:para>Generate a random password composed of 10 digits.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 5-----------------------</maml:title>
        <dev:code>PS C:\&gt; $pwd = New-RandomPassword -Mode SpecifiedSettings -Digit 1 -Bracket 0 -Underline 1 -Lowercase 0 -Special 0 -Uppercase 0</dev:code>
        <dev:remarks>
          <maml:para>Generate a random password composed of at least 1 digit and 1 underline. The other characters are either a digit, a lowercase, an uppercase, a special symbol, a bracket , or an underline. High ANSI, minus and space characters are not present in the password. There is not guarantuee the password is XML Compliant.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 6-----------------------</maml:title>
        <dev:code>PS C:\&gt; $pwd = New-RandomPassword -Mode Passphrase -AppendNumber LastWord -CapitalizeFirstLetter FirstWord -PassphraseLength 10 -WordSeparator ""</dev:code>
        <dev:remarks>
          <maml:para>Generate a random password composed of 10 unspaced english words. Its first letter is the only one capitalized, and it ends with the only digit. </maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-RDMRepository</command:name>
      <gl:group>RDMRepository</gl:group>
      <maml:description>
        <maml:para>Create a new repository instance.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>RDMRepository</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a repository instance. The instance has not yet been saved. Assign the result to a variable then call "Set-RDMRepository $s" to save the repository.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-RDMRepository</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>IsAllowedOffline</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>SetRepository</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Repository description.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>IsAllowedOffline</maml:name>
        <maml:description>
          <maml:para>Is repository allowed offline. Default value: True</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>New repository name.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>SetRepository</maml:name>
        <maml:description>
          <maml:para>Save the new repository.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSRepositoryInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>New repository created object</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-RDMRepository -detailed". For technical information, type "Get-Help New-RDMRepository -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $role = New-RDMRepository -Name "New Repository" ;Set-RDMRepository $role</dev:code>
        <dev:remarks>
          <maml:para>Create &amp; save new repository.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-RDMRole</command:name>
      <gl:group>RDMRole</gl:group>
      <maml:description>
        <maml:para>Create a new role instance.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>RDMRole</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a role instance. The instance has not yet been saved. Assign the result to a variable then call "Set-RDMRole $s" to save the role.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-RDMRole</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>SetRole</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Role description.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>New role name.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>SetRole</maml:name>
        <maml:description>
          <maml:para>Save the new role.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSRoleInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>New role created object</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-RDMRole -detailed". For technical information, type "Get-Help New-RDMRole -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $role = New-RDMRole -Name "New Role" ;Set-RDMRole $role</dev:code>
        <dev:remarks>
          <maml:para>Create &amp; save new role.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMRoleProperty</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-RDMSecurityGroup</command:name>
      <gl:group>RDMSecurityGroup</gl:group>
      <maml:description>
        <maml:para>Create a new security group instance.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>RDMSecurityGroup</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a security group instance. The instance has not yet been saved. Assign the result to a variable then call "Set-RDMSecurityGroup $s" to save the security group.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-RDMSecurityGroup</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSecurityGroup</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Security group description.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>New security group name.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SetSecurityGroup</maml:name>
        <maml:description>
          <maml:para>Save the new security group.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSSecurityGroupInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>New security group created object</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-RDMSecurityGroup -detailed". For technical information, type "Get-Help New-RDMSecurityGroup -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $securityGroup = New-RDMSecurityGroup -Name "New SecurityGroup" ;Set-RDMSecurityGroup $securityGroup</dev:code>
        <dev:remarks>
          <maml:para>Create &amp; save new security group.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSecurityGroup</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSecurityGroup</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSecurityGroupProperty</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMSecurityGroup</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMSecurityGroup</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-RDMSession</command:name>
      <gl:group>RDMSession</gl:group>
      <maml:description>
        <maml:para>Create a new session instance.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>RDMSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a new session instance. The instance has not yet been saved. Assign the result to a variable then call "Set-RDMSession $s" to save the session.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-RDMSession</maml:name>
        <command:parameter required="false" position="3">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="8">
          <maml:name>Type</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Host</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Group</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="7">
          <maml:name>DocumentAttachment</maml:name>
          <command:parameterValue required="true">PSConnectionAttachment</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="6">
          <maml:name>DocumentFileName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>TemplateID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="7">
        <maml:name>DocumentAttachment</maml:name>
        <maml:description>
          <maml:para>New document attachement.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PSConnectionAttachment</command:parameterValue>
        <dev:type>
          <maml:name>PSConnectionAttachment</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="6">
        <maml:name>DocumentFileName</maml:name>
        <maml:description>
          <maml:para>New document file name.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Group</maml:name>
        <maml:description>
          <maml:para>Session group.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Host</maml:name>
        <maml:description>
          <maml:para>New Session host.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>New PSSession name.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>SetSession</maml:name>
        <maml:description>
          <maml:para>Save the session in the current data source.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>TemplateID</maml:name>
        <maml:description>
          <maml:para>Create PSSession from template.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="8">
        <maml:name>Type</maml:name>
        <maml:description>
          <maml:para>New session kind. Must be on of the following:</maml:para>
          <maml:para />
          <maml:para> "ADConsole", "AddOn", "AppleRemoteDesktop", "ApplicationTool", "Aws", "Azure", "AzureQueueStorage", "AzureStorage", "BeyondTrustPasswordSafeConsole", "ChromeRemoteDesktop"CitrixWeb", "CommandLine", "Computer", "Contact", "ControlUp", "Credential", "Customer", "CyberArkJump", "CyberArkPSM", "Dameware", "Database", "DataEntry", "DataReport", "DataSource", "DeskRoll", "Desktone", "DevolutionsProxy", "Document", "DropBox", "FileExplorer", "Ftp", "FtpNative", "Gateway", "Group", "Host", "HpRgs", "HyperV", "ICA", "IDrac", "Ilo", "IntelAMT", "InventoryReport", "Iterm", "LogMeIn", "PCAnywhere", "PlayList", "PortForward", "PowerShell", "PowerShellRemoteConsole", "ProxyTunnel", "PSExec", "Putty", "Radmin", "RDCommander", "RDPConfigured", "RDPFilename", "ResetPassword", "S3", "Scp","ScreenConnect", "ScreenHero", "SecureCRT", "Serial", "SessionTool" , "Sftp" , "Sheet" , "SkyDrive", "SNMPReport"),"Spiceworks", "Splunk", "SSHShell", "SSHTunnel", "Sync", "TeamViewer", "TeamViewerConsole", "Telnet",""TemplateGroup", "TerminalConsole", "TFtp","VirtualBox", "VirtualPC", "VMRC", "VMWare", "VMWareConsole", "VNC", "VPN", "Wayk", "WaykDenConsole", "WebBrowser", , "WebDav", "WindowsAdminCenter", "WindowsVirtualPC", "XenServer", "XWindow"</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>New session created object</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-RDMSession -detailed". For technical information, type "Get-Help New-RDMSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $session = New-RDMSession -Name "New Session" -Host "myServer" -Type "RDPConfigured";Set-RDMSession $session</dev:code>
        <dev:remarks>
          <maml:para>Create &amp; save new session.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-RDMSSHKey</command:name>
      <gl:group>RDMSSHKey</gl:group>
      <maml:description>
        <maml:para>Create an SSH key.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>RDMSSHKey</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create an SSH key. The public key will be returned. There is also the possiblity the save a public or private key file. A passphrase can be used to protect the private key file. In both cases, an existing file will be overwritten.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-RDMSSHKey</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Format</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>SavePrivateKey</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Algorithm</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Comment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Size</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-RDMSSHKey</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Format</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Passphrase</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>SavePrivateKey</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Algorithm</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Comment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Size</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-RDMSSHKey</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>SavePublicKey</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Algorithm</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Comment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Size</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Algorithm</maml:name>
        <maml:description>
          <maml:para>The algorithm used to generate the SSH key.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Comment</maml:name>
        <maml:description>
          <maml:para>The comment at the end of a public key. No space allowed.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Format</maml:name>
        <maml:description>
          <maml:para>The format used to store the private key.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Passphrase</maml:name>
        <maml:description>
          <maml:para>Passphrase used to protected the private key file. An empty SecureString is accepted, meaning no encryption will occur.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SavePrivateKey</maml:name>
        <maml:description>
          <maml:para>Save the private key in a file at the specified path. The supported extensions are: PKCS#1/OpenSSL (*.key), PKCS#8 (*.pri) and PuTTY (*ppk)</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SavePublicKey</maml:name>
        <maml:description>
          <maml:para>Save the public key in a file at the specified path. The supported extension is (*.pub).</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Size</maml:name>
        <maml:description>
          <maml:para>The number of bits in the key for RSA and ECDSA algorithms. For RSA, the default value is 2048 and the valid values are: 1024, 2048, 3072, 4096, 6144 and 8192. For ECDSA, the default value is 256 and the valid values are: 256, 384 and 521.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSSSHKey</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>PSSSHKey contains the public key, and MD5 and SHA1 fingerprints.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-RDMSSHKey -detailed". For technical information, type "Get-Help New-RDMSSHKey -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $pubKey = New-RDMSSHkey -Algorithm RSA -Comment username@hostname -Size 2048</dev:code>
        <dev:remarks>
          <maml:para>Create an SSH public key of 2048 bits using RSA and of format is Putty. The resulting key ends with the comment (username@hostname).</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $pubKey = New-RDMSSHkey ECDSA -Comment username@hostname -Size 256 -SavePublicKey C:\mypath\sshPublicKey.pub</dev:code>
        <dev:remarks>
          <maml:para>Create an SSH public key of 256 bits using ECDSA with the comment username@hostname. The key is saved in the file C:\mypath\sshPublicKey.pub. If the file exists, it will be overwritten.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $passwd = Read-Host -AsSecureString; $pubKey = New-RDMSSHkey -Algorithm ECDSA -Format PKCS8 -Encryption SHA1_RC4_128 -Size 521 -Round 64 -SavePrivateKey C:\mypath\sshPrivateKey.pri -Passphrase $passwd</dev:code>
        <dev:remarks>
          <maml:para>First, the password used to encrypt the file is generated from the input of the user. Create an SSH private key of 521 bits using ECDSA with an empty comment. The key is saved in the file C:\mypath\sshPrivateKey.pri. The format used is PKCS8 with encryption SHA1_RC4_128 and 64 rounds. If the passphrase used is empty, no encryption will occur.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; $pubKey = New-RDMSSHkey -Algorithm ECDSA -Comment username@hostname -Format PKCS8 -Size 521 -Round 64 -SavePrivateKey C:\mypath\sshPrivateKey.pri</dev:code>
        <dev:remarks>
          <maml:para>Create an SSH private key of 521 bits using ECDSA with the comment username@hostname. The key is saved in the file C:\mypath\sshPrivateKey.pri and is not encrypted.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-RDMTask</command:name>
      <gl:group>RDMTask</gl:group>
      <maml:description>
        <maml:para>Create a new task.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>RDMTask</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a new task. It must have a name and be associated to an entry. This feature is only available for the following data sources: Devolutions Server, Azure SQL, SQL Server, and SQLite. If the data source does not support users, the parameter User will be simply ignored. If a virtual folder is involved, the user must have the add and edit rights to save the task.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-RDMTask</maml:name>
        <command:parameter required="true" position="2">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="3">
          <maml:name>Entry</maml:name>
          <command:parameterValue required="true">Object</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Comment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DueDate</maml:name>
          <command:parameterValue required="true">DateTime</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Priority</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetTask</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Status</maml:name>
          <command:parameterValue required="true">TodoStatus</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>User</maml:name>
          <command:parameterValue required="true">Object</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Comment</maml:name>
        <maml:description>
          <maml:para>Add a comment to the task.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Add the description to the task.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DueDate</maml:name>
        <maml:description>
          <maml:para>Add a deadline to accomplish the task.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>DateTime</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3">
        <maml:name>Entry</maml:name>
        <maml:description>
          <maml:para>Entry the task is assigned to. It can be specified by ID, by name or by PSConnection. Entries in the private vault are accessible.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="true" pipelineInput="false" position="2">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Name of the task.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Priority</maml:name>
        <maml:description>
          <maml:para>Set the priority of the task. The default value is 1.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SetTask</maml:name>
        <maml:description>
          <maml:para>Save the task.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Status</maml:name>
        <maml:description>
          <maml:para>Set the status of the task. By default, the status is Open.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TodoStatus</command:parameterValue>
        <dev:type>
          <maml:name>TodoStatus</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>User</maml:name>
        <maml:description>
          <maml:para>Assign this user to the task. The user can be specified with his name, his email address, his ID or a PSUserInfo. The data source must support users.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The entry obtained from Get-RDMSession or Get-RDMPrivateSession can be piped to the parameter Entry.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSTask</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>An object representing the task and its attributes.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-RDMTask -detailed". For technical information, type "Get-Help New-RDMTask -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $task = New-RDMTask TaskName EntryName</dev:code>
        <dev:remarks>
          <maml:para>Create a task named TaskName and associated with the entry EntryName. This task is not saved yet, so it is stored in $task.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; New-RDMTask -Name ATask -Entry AnEntry -Description 'What To Do' -Priority 10 -User AUsername -Status Assigned -SetTask</dev:code>
        <dev:remarks>
          <maml:para>Create a task named ATask associated with the entry AnEntry. The task is assigned to AUsername and its status reflects it. It has a priority of 10 and a desciption of the task. This task is created in the data source.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $task = (Get-RDMPrivateSession -Name APrivateEntry | New-RDMTask -Name ATask -Comment 'For me only' -DueDate 2022/1/1)</dev:code>
        <dev:remarks>
          <maml:para>Create a task named ATask associated with the private entry APrivateEntry. The task is not assigned and its status is the default value 'Open'. Its due date is the fist day of the year 2022. This task is not saved yet, so it is stored in $task.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; New-RDMTask -Name ATask -Entry AnEntry | Set-RDMTask -Force</dev:code>
        <dev:remarks>
          <maml:para>Save a newly created task named ATask and associated with AnEntry without any confirmation prompt.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 5-----------------------</maml:title>
        <dev:code>PS C:\&gt; $user = Get-RDMUser -Name Username; New-RDMTask -Name ATask -Entry AnEntry -User $user.Name -Status Assigned -SetTask</dev:code>
        <dev:remarks>
          <maml:para>Save a newly created task named ATask and associated with AnEntry. The task is assigned to Username and its status reflects it.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMTask</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMTask</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMTask</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-RDMTemplate</command:name>
      <gl:group>RDMTemplate</gl:group>
      <maml:description>
        <maml:para>Create a new template instance.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>RDMTemplate</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a new template instance. The instance has not yet been saved. Assign the result to a variable then call "Set-RDMTemplate $s" to save the template.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-RDMTemplate</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="3">
          <maml:name>Type</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>SetTemplate</maml:name>
        </command:parameter>
        <command:parameter required="true" position="3">
          <maml:name>Destination</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Destination</maml:name>
        <maml:description>
          <maml:para>Template destination</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>New PSSession name.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>SetTemplate</maml:name>
        <maml:description>
          <maml:para>Save the session in the current data source</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Type</maml:name>
        <maml:description>
          <maml:para>New session kind. Must be on of the following:</maml:para>
          <maml:para />
          <maml:para> "ADConsole", "AddOn", "AppleRemoteDesktop", "ApplicationTool", "Aws", "Azure", "AzureQueueStorage", "AzureStorage", "BeyondTrustPasswordSafeConsole", "ChromeRemoteDesktop"CitrixWeb", "CommandLine", "Computer", "Contact", "ControlUp", "Credential", "Customer", "Dameware", "Database", "DataEntry", "DataReport", "DataSource", "DeskRoll", "Desktone", "DevolutionsProxy", "Document", "DropBox", "Ftp", "Gateway", "Group", "Host", "HpRgs", "HyperV", "ICA", "IDrac", "Ilo", "IntelAMT", "InventoryReport", "Iterm", "LogMeIn", "PCAnywhere", "PlayList", "PortForward", "PowerShell", "PowerShellRemoteConsole", "ProxyTunnel", "PSExec", "Putty", "Radmin", "RDCommander", "RDPConfigured", "RDPFilename", "ResetPassword", "S3", "ScreenConnect", "ScreenHero", "SecureCRT", "Serial", "SessionTool" , "Sheet" , "SkyDrive", "SNMPReport"),"Spiceworks", "Splunk", "SSHShell", "SSHTunnel", "Sync", "TeamViewer", "TeamViewerConsole", "Telnet",""TemplateGroup", "TerminalConsole", "VirtualBox", "VirtualPC", "VMRC", "VMWare", "VMWareConsole", "VNC", "VPN", "Wayk", "WebBrowser", , "WebDav", "WindowsVirtualPC", "XenServer", "XWindow"</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSTemplate</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>New template created object</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-RDMTemplate -detailed". For technical information, type "Get-Help New-RDMTemplate -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $session = New-RDMTemplate -Destination Database -Name "New Template"-Type "RDPConfigured";Set-RDMTemplate $template</dev:code>
        <dev:remarks>
          <maml:para>Create &amp; save new session.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMTemplate</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMTemplate</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMTemplate</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-RDMUser</command:name>
      <gl:group>RDMUser</gl:group>
      <maml:description>
        <maml:para>Create a new user instance.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>RDMUser</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a user instance. The instance has not yet been saved. Use the SetUser parameter or assign the result to a variable then call "Set-RDMUser $s" to save the user.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-RDMUser</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>IntegratedSecurity</maml:name>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Login</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Administrator</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Email</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Disable</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>LoginEmail</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SkipCreateSQLServerLogin</maml:name>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AuthentificationType</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AuthenticationType</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>BypassAzureADValidationEvenIfUnsupported</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetUser</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-RDMUser</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Login</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Administrator</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Email</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Disable</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>LoginEmail</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SkipCreateSQLServerLogin</maml:name>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AuthentificationType</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AuthenticationType</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>BypassAzureADValidationEvenIfUnsupported</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetUser</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Administrator</maml:name>
        <maml:description>
          <maml:para>Gives the user administrator rights</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AuthenticationType</maml:name>
        <maml:description>
          <maml:para>Authentication type. Available in some data sources</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AuthentificationType</maml:name>
        <maml:description>
          <maml:para>Authentification type. Available in some data sources (Backward compatibility)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>BypassAzureADValidationEvenIfUnsupported</maml:name>
        <maml:description>
          <maml:para>Bypass validation preventing creation of AzureAD user when connected with a database user. Do so at your own risk.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Disable</maml:name>
        <maml:description>
          <maml:para>Disables the user. Available in some data sources</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Email</maml:name>
        <maml:description>
          <maml:para>User email. Available when using a all data source except DODB</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IntegratedSecurity</maml:name>
        <maml:description>
          <maml:para>Integrated security. Only available in SQL Server and DVLS data sources</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Login</maml:name>
        <maml:description>
          <maml:para>Login.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>LoginEmail</maml:name>
        <maml:description>
          <maml:para>Login email. Available in some data sources</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>User password. Available when using a SQL Server data source and integrated security is not used</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SetUser</maml:name>
        <maml:description>
          <maml:para>Set the user in the data source</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SkipCreateSQLServerLogin</maml:name>
        <maml:description>
          <maml:para>Skip to create the SQL Server login. The administrator will add the database login/user manually. Available in SQL Server data source</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSUserInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>New user created object</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-RDMUser -detailed". For technical information, type "Get-Help New-RDMUser -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $user = New-RDMUser -AuthenticationType SqlServer -Login 'PSTest' -Password (ConvertTo-SecureString -String 'password' -AsPlainText -Force) -SetUser</dev:code>
        <dev:remarks>
          <maml:para>Create &amp; save new user.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $user = New-RDMUser -Login 'domain\username' -IntegratedSecurity -SkipCreateSQLServerLogin; $user.UserType = 'User'; Set-RDMUser $user</dev:code>
        <dev:remarks>
          <maml:para>Before everything, the administrator add the login/user to the database. Create the user domain\username with integrated security. The SkipCreateSQLServerLogin switch indicates the administrator will manually add the information in the database. Change the user type from read-only to user and save the user.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $user = = New-RDMUser -AuthenticationType SqlServer -Login 'PSTest' -Password (ConvertTo-SecureString -String 'password' -AsPlainText -Force);
        $user.UserInfo.UserProfile.Company = 'UsersCompany';
        $user.UserInfo.UserProfile.Department = 'UsersDepartment';
        $user.UserInfo.UserProfile.Address = '123 UsersAddress';
        $user.UserInfo.UserProfile.Phone = '555-0100';
        Set-RDMUser -User $user</dev:code>
        <dev:remarks>
          <maml:para>Create a user and add some details about him before saving him.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMUserProperty</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Open-RDMSession</command:name>
      <gl:group>RDMSession</gl:group>
      <maml:description>
        <maml:para>Open the specified session in Remote Desktop Manager app.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Open</command:verb>
      <command:noun>RDMSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Open the specified session in Remote Desktop Manager app.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Open-RDMSession</maml:name>
        <command:parameter required="false" position="3">
          <maml:name>Embedded</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Silent</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ForceExternal</maml:name>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Comment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketID</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Comment</maml:name>
        <maml:description>
          <maml:para>Comment for the opening log</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Embedded</maml:name>
        <maml:description>
          <maml:para>Open the session within PowerShell. </maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ForceExternal</maml:name>
        <maml:description>
          <maml:para>Open the session external</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to open.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Silent</maml:name>
        <maml:description>
          <maml:para>Silent</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketID</maml:name>
        <maml:description>
          <maml:para>Ticket ID for the opening log</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Open-RDMSession -detailed". For technical information, type "Get-Help Open-RDMSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Open-RDMSession -ID "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Open the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; Open-RDMSession -ID $list[1].ID</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and opens the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; Open-RDMSession -ID $list[1].ID -TicketID 123 -Comment "A comment" </dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and opens the second element in the list while filling the prompt, if required, with the the ticket id and a comment.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Send-RDMSessionCommand</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Open-RDMQuickConnect</command:name>
      <gl:group>RDMQuickConnect</gl:group>
      <maml:description>
        <maml:para>Open an session by specifying the host.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Open</command:verb>
      <command:noun>RDMQuickConnect</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Open an ad-hoc session by specifying the host.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Open-RDMQuickConnect</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Host</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Domain</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Connection</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>TemplateID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Connection</maml:name>
        <maml:description>
          <maml:para>Specifies a connection template</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Domain</maml:name>
        <maml:description>
          <maml:para>Specifies the domain of the host to open.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Host</maml:name>
        <maml:description>
          <maml:para>Specifies the host of the host to open.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Specifies the password of the host to open</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>TemplateID</maml:name>
        <maml:description>
          <maml:para>Specifies a template ID</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Username</maml:name>
        <maml:description>
          <maml:para>Specifies the username of the host to open.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Open-RDMQuickConnect -detailed". For technical information, type "Get-Help Open-RDMQuickConnect -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Open-RDMQuickConnect -Host "MyHost" -Connection connection"</dev:code>
        <dev:remarks>
          <maml:para>Open the host MyHost.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Open-RDMSyncSession</command:name>
      <gl:group>RDMSyncSession</gl:group>
      <maml:description>
        <maml:para>Open the the specified sync session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Open</command:verb>
      <command:noun>RDMSyncSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Open the the specified sync session.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Open-RDMSyncSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>DontSetSessions</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Open-RDMSyncSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>DontSetSessions</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>DontSetSessions</maml:name>
        <maml:description>
          <maml:para>Don't save the new sessions into the data source</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to open.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the PSConnection to open</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Open-RDMSyncSession -detailed". For technical information, type "Get-Help Open-RDMSyncSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $result = Open-RDMSyncSession -ID "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Open the sync session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Open-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Read-RDMSession</command:name>
      <gl:group>RDMSession</gl:group>
      <maml:description>
        <maml:para>Read RDM session from a file</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Read</command:verb>
      <command:noun>RDMSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Read RDM session from a file</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Read-RDMSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Group</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>DuplicateAction</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>DuplicateAction</maml:name>
        <maml:description>
          <maml:para>Action when a duplicate is found. Must be one of the following:</maml:para>
          <maml:para />
          <maml:para>"Add", "Overwrite", "Ignore"</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Group</maml:name>
        <maml:description>
          <maml:para>The group where the sessions will be saved.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>Path where the file is loaded. Must be finish:</maml:para>
          <maml:para />
          <maml:para>"RDM: .rdm", "XML: .xml"</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Read-RDMSession -detailed". For technical information, type "Get-Help Read-RDMSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $session = Read-RDMSession -Filename "C:\MyFile.rdm" -DuplicateAction "Add"; Set-RDMSession $session[0]</dev:code>
        <dev:remarks>
          <maml:para />
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Receive-RDMMessage</command:name>
      <gl:group>RDMMessage</gl:group>
      <maml:description>
        <maml:para>Get messages associated with the current data source for the actual user.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Receive</command:verb>
      <command:noun>RDMMessage</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get messages associated with the current data sourcefor the actual user. By default, the fetched messages won't be marked as read. The data source must be a Devolutions Server or a Devolutions Hub Server. Devolutions Hub Server allows to download only entries in the desired repository. Devolutions Server supports credentials, file and private entries. However, all entries will be saved in the user vault.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Receive-RDMMessage</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>After</maml:name>
          <command:parameterValue required="true">DateTime</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Before</maml:name>
          <command:parameterValue required="true">DateTime</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CaseSensitive</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Download</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ExcludeRead</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ExpiresOn</maml:name>
          <command:parameterValue required="true">LastWeek | Today | Yesterday | Custom | LastMonth | CurrentMonth | Last7Days | Last30Days | Last31Days | Last60Days | Last90Days</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Folder</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>From</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Group</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>MarkAsRead</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SentOn</maml:name>
          <command:parameterValue required="true">LastWeek | Today | Yesterday | Custom | LastMonth | CurrentMonth | Last7Days | Last30Days | Last31Days | Last60Days | Last90Days</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Subject</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Vault</maml:name>
          <command:parameterValue required="true">Object</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>After</maml:name>
        <maml:description>
          <maml:para>Set the inclusive custom lower limit date for the ExpiresOn or SentOn parameter that is set to Custom. It will be set at the beginning of the day. If both ExpiresOn and SentOn are set to Custom, it will apply for both of them.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>DateTime</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Before</maml:name>
        <maml:description>
          <maml:para>Set the inclusive custom upper limit date for the ExpiresOn or SentOn parameter that is set to Custom. It will be set at the end of the day. If both ExpiresOn and SentOn are set to Custom, it will apply for both of them.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>DateTime</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CaseSensitive</maml:name>
        <maml:description>
          <maml:para>Parameters used will be case sensitive.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Download</maml:name>
        <maml:description>
          <maml:para>Download the connections and attachments in the message.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ExcludeRead</maml:name>
        <maml:description>
          <maml:para>Keep only the unread messages.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ExpiresOn</maml:name>
        <maml:description>
          <maml:para>Keep the messages that expire after the specified date. If set to Custom, After and Before parameters allows to define a specific interval.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateFilter</command:parameterValue>
        <dev:type>
          <maml:name>DateFilter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Folder</maml:name>
        <maml:description>
          <maml:para>For Devolutions Server only. Specify the directory where the files will be downloaded. If not specied, it will be in 'MyDocuments'. In the event a file attachment shares a name with an existing file in the folder, the existing one will be overwritten.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Bypass the confirmation to proceed. If the DownloadAttachment switch is present, the attachments of all returned message will be downloaded.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="true" pipelineInput="false" position="1">
        <maml:name>From</maml:name>
        <maml:description>
          <maml:para>Filter the messages based on the senders.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Group</maml:name>
        <maml:description>
          <maml:para>For Devolutions Server only. Specify the group where the connections will be downloaded. If not specified, it will be in the root.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>MarkAsRead</maml:name>
        <maml:description>
          <maml:para>All fetched messages will be marked as read.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SentOn</maml:name>
        <maml:description>
          <maml:para>Keep the messages that expire after the specified date. If set to Custom, After and Before parameters allows to define a specific interval.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateFilter</command:parameterValue>
        <dev:type>
          <maml:name>DateFilter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="true" pipelineInput="false" position="1">
        <maml:name>Subject</maml:name>
        <maml:description>
          <maml:para>Filter the messages based on the subjects.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Vault</maml:name>
        <maml:description>
          <maml:para>For Devolution Hub Server only. Specify the vault where the entry will be saved.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>Devolutions.RemoteDesktopManager.Business.Messages.DataSourceMessage</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>A object representing a single message received</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>Devolutions.RemoteDesktopManager.Business.Messages.DataSourceMessage[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>An array of objects representing all the messages received. If piped, it will be an enumerated collection.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Receive-RDMMessage -detailed". For technical information, type "Get-Help Receive-RDMMessage -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $messages = Receive-RDMMessage -ExcludeRead; Receive-RDMMessage -From 'First Last' -ExcludeRead -MarkAsRead</dev:code>
        <dev:remarks>
          <maml:para>Obtain all the unread messages. All of them will still be marked as unread upon reception. After reading them, the user mark as read the messages from First Last.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $messages = Receive-RDMMessage -SentOn Today -From Joe* -MarkAsRead</dev:code>
        <dev:remarks>
          <maml:para>Obtain all the messages received today from every user whose name start with Joe (Joey LastName, Joelle LastName, Joe Blow, etc.). All of them will be marked as read upon reception.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $messages = Receive-RDMMessage -SentOn Today -Subject 'Required connections' -From 'FirstName LastName' -Download -Force -MarkAsRead</dev:code>
        <dev:remarks>
          <maml:para>Obtain the message(s) sent today by 'FirstName LastName' whose subject is 'Requiered Connections'. The message(s) will be marked as read upon reception and all connections/attachments will be downloaded without a confirmation prompt in the user vault. The files will be stored in 'MyDocuments' and the entries will be in the root.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; $messages = Receive-RDMMessage -SentOn Custom -ExpiresOn Custom -After 2000/01/01 -Before 2001/12/31</dev:code>
        <dev:remarks>
          <maml:para>Obtain the messages that were sent and expired in 2000.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 5-----------------------</maml:title>
        <dev:code>PS C:\&gt; $messages = Receive-RDMMessage -From *LastName -Subject Subject? -CaseSensitive</dev:code>
        <dev:remarks>
          <maml:para>Obtain all the messages from people whose name end with LastName and the subject is Subject followed by an another character (SubjectA, Subject1).</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMMessage</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Send-RDMMessage</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Register-RDMSecretVault</command:name>
      <gl:group>RDMSecretVault</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Register</command:verb>
      <command:noun>RDMSecretVault</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Register-RDMSecretVault</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UserVault</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Secret vault's name</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserVault</maml:name>
        <maml:description>
          <maml:para>Use the current data source's user vault.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Register-RDMSecretVault -detailed". For technical information, type "Get-Help Register-RDMSecretVault -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-RDMDataSource</command:name>
      <gl:group>RDMDataSource</gl:group>
      <maml:description>
        <maml:para>Remove data source.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>RDMDataSource</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Remove data source.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-RDMDataSource</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>DataSource</maml:name>
          <command:parameterValue required="true">PSDataSource</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>DataSource</maml:name>
        <maml:description>
          <maml:para>Specifies the data source to remove.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSDataSource</command:parameterValue>
        <dev:type>
          <maml:name>PSDataSource</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-RDMDataSource -detailed". For technical information, type "Get-Help Remove-RDMDataSource -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-RDMLicense</command:name>
      <gl:group>RDMLicense</gl:group>
      <maml:description>
        <maml:para>Delete an existing license.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>RDMLicense</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>You will be prompted to confirm the delete.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-RDMLicense</maml:name>
        <command:parameter required="false" position="2">
          <maml:name>License</maml:name>
          <command:parameterValue required="true">PSLicenseInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Forces removal of the license without confirmation by the user. Optional.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>License</maml:name>
        <maml:description>
          <maml:para>Specifies the license to delete.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PSLicenseInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSLicenseInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-RDMLicense -detailed". For technical information, type "Get-Help Remove-RDMLicense -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-RDMMessage</command:name>
      <gl:group>RDMMessage</gl:group>
      <maml:description>
        <maml:para>Remove a secure message.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>RDMMessage</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Remove a secure message. The data source must be a Devolutions Server or a Devolutions Hub Server.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-RDMMessage</maml:name>
        <command:parameter required="true" position="2">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Remove-RDMMessage</maml:name>
        <command:parameter required="true" position="2">
          <maml:name>Message</maml:name>
          <command:parameterValue required="true">DataSourceMessage</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Bypass the confirmation to proceed. If the DownloadAttachment switch is present, the attachments of all returned message will be downloaded.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Id of the message to delete.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>Message</maml:name>
        <maml:description>
          <maml:para>Messages to delete.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">DataSourceMessage</command:parameterValue>
        <dev:type>
          <maml:name>DataSourceMessage</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Devolutions.RemoteDesktopManager.Business.Messages.DataSourceMessage</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The message obtained from the Receive-RDMMessage can be piped to the parameter Message.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-RDMMessage -detailed". For technical information, type "Get-Help Remove-RDMMessage -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Receive-RDMMessage -SentOn -Custom -Before 2021/12/31 | Remove-RDMMessage -Force</dev:code>
        <dev:remarks>
          <maml:para>Delete all messages sent before 2022/01/01 (Before value is inclusive). No confirmation prompt will occur.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $messages = Receive-RDMMessage -SentOn Today; $messages | Where-Object -Property FromName -ne 'First Last' | Remove-RDMMessage -Force</dev:code>
        <dev:remarks>
          <maml:para>The user fetch all message received today. He read all of them. He decides to only keep those sent by 'First Last' and delete the rest wiithout any confirmation prompt.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Receive-RDMMessage | Remove-RDMMessage -Confirm</dev:code>
        <dev:remarks>
          <maml:para>The user will be prompted to delete each message one by one.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Receive-RDMMessage</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Send-RDMMessage</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-RDMPrivateSession</command:name>
      <gl:group>RDMPrivateSession</gl:group>
      <maml:description>
        <maml:para>Delete an existing session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>RDMPrivateSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>You will be prompted to confirm the delete.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-RDMPrivateSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Remove-RDMPrivateSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Forces removal of the session without confirmation by the user. Optional.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to be deleted.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the sessions to remove</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSConnection[]</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-RDMPrivateSession -detailed". For technical information, type "Get-Help Remove-RDMPrivateSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMUserVaultSession; Remove-RDMUserVaultSession $list[1].ID</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions, deletes session at index 1.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-RDMUserVaultSession "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Delete session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-RDMUserVaultSession -ID "{00000000-0000-0000-0000-000000000000}" -Force</dev:code>
        <dev:remarks>
          <maml:para>Force delete of the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; $sessions = Get-RDMUserVaultSession -Name 'My Session'; Remove-RDMUserVaultSession -Session $session -Force</dev:code>
        <dev:remarks>
          <maml:para>Force delete of the session MySession</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-RDMRepository</command:name>
      <gl:group>RDMRepository</gl:group>
      <maml:description>
        <maml:para>Delete an existing repository.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>RDMRepository</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>You will be prompted to confirm the delete.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-RDMRepository</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>RepositoryDestination</maml:name>
          <command:parameterValue required="true">PSRepositoryInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Forces removal of the repository without confirmation by the user. Optional.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the GUID of the repository to be deleted from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>RepositoryDestination</maml:name>
        <maml:description>
          <maml:para>Specifies the new repository to move the sessions from the deleted repository to.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PSRepositoryInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSRepositoryInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-RDMRepository -detailed". For technical information, type "Get-Help Remove-RDMRepository -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMRepository; Remove-RDMRepository $list[1].ID</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available repositories, deletes repository at index 1.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-RDMRepository "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Delete repository with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-RDMRepository-ID "{00000000-0000-0000-0000-000000000000}" -Force</dev:code>
        <dev:remarks>
          <maml:para>Force delete of the repository with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMRepository</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMRepository</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMRepository</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMRepository</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-RDMRole</command:name>
      <gl:group>RDMRole</gl:group>
      <maml:description>
        <maml:para>Delete an existing role.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>RDMRole</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>You will be prompted to confirm the delete.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-RDMRole</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Forces removal of the role without confirmation by the user. Optional.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the GUID of the role to be deleted from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-RDMRole -detailed". For technical information, type "Get-Help Remove-RDMRole -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMRole; Remove-RDMRole $list[1].ID</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions, deletes role at index 1.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-RDMRole "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Delete session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-RDMRole -ID "{00000000-0000-0000-0000-000000000000}" -Force</dev:code>
        <dev:remarks>
          <maml:para>Force delete of the role with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMRoleProperty</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-RDMRoleRepositoryAccess</command:name>
      <gl:group>RDMRoleRepositoryAccess</gl:group>
      <maml:description>
        <maml:para>Remove repository access to a role</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>RDMRoleRepositoryAccess</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Remove repository access to a role</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-RDMRoleRepositoryAccess</maml:name>
        <command:parameter required="true" position="2">
          <maml:name>Repository</maml:name>
          <command:parameterValue required="true">PSRepositoryInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Role</maml:name>
          <command:parameterValue required="true">PSRoleInfo</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>Repository</maml:name>
        <maml:description>
          <maml:para>Repository the role will be denied access</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSRepositoryInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSRepositoryInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Role</maml:name>
        <maml:description>
          <maml:para>Role that will be denied access to a repository</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSRoleInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSRoleInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSRoleInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Role that will be denied access to a repository</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSRepositoryInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Repository the role will be denied access</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-RDMRoleRepositoryAccess -detailed". For technical information, type "Get-Help Remove-RDMRoleRepositoryAccess -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-RDMRoleRepositoryAccess -Role $role -Repository $repo;Set-RDMRole $role</dev:code>
        <dev:remarks>
          <maml:para>Remove repository access to a role.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-RDMSecurityGroup</command:name>
      <gl:group>RDMSecurityGroup</gl:group>
      <maml:description>
        <maml:para>Delete an existing security group.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>RDMSecurityGroup</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>You will be prompted to confirm the delete.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-RDMSecurityGroup</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Forces removal of the security group without confirmation by the user. Optional.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the GUID of the security group to be deleted from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-RDMSecurityGroup -detailed". For technical information, type "Get-Help Remove-RDMSecurityGroup -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSecurityGroup; Remove-RDMSecurityGroup $list[1].ID</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available security groups, deletes security group at index 1.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-RDMSecurityGroup "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Delete security group with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-RDMSecurityGroup -ID "{00000000-0000-0000-0000-000000000000}" -Force</dev:code>
        <dev:remarks>
          <maml:para>Force delete of the security group with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSecurityGroup</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSecurityGroup</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSecurityGroupProperty</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMSecurityGroup</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMSecurityGroup</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-RDMSessionAttachment</command:name>
      <gl:group>RDMSessionAttachment</gl:group>
      <maml:description>
        <maml:para>Remove session attachment.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>RDMSessionAttachment</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Remove session attachment.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-RDMSessionAttachment</maml:name>
        <command:parameter required="false" position="3">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Attachment</maml:name>
          <command:parameterValue required="true">PSConnectionAttachment</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Attachment</maml:name>
        <maml:description>
          <maml:para>Connection.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnectionAttachment</command:parameterValue>
        <dev:type>
          <maml:name>PSConnectionAttachment</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Forces removal of the attachment without confirmation by the user. Optional.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-RDMSessionAttachment -detailed". For technical information, type "Get-Help Remove-RDMSessionAttachment -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $session = Get-RDMSession -Name MySession; $attachments = Get-RDMSessionAttachment -Session $session; Update-RDMSessionAttachment -Attachment $attachments[0]</dev:code>
        <dev:remarks>
          <maml:para>Remove the first attachment in the session.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-RDMSession</command:name>
      <gl:group>RDMSession</gl:group>
      <maml:description>
        <maml:para>Delete an existing session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>RDMSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>You will be prompted to confirm the delete.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-RDMSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Remove-RDMSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Forces removal of the session without confirmation by the user. Optional.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to be deleted.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the sessions to remove</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSConnection[]</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-RDMSession -detailed". For technical information, type "Get-Help Remove-RDMSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; Remove-RDMSession $list[1].ID</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions, deletes session at index 1.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-RDMSession "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Delete session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-RDMSession -ID "{00000000-0000-0000-0000-000000000000}" -Force</dev:code>
        <dev:remarks>
          <maml:para>Force delete of the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; $sessions = Get-RDMSession -Name 'My Session'; Remove-RDMSession -Session $session -Force</dev:code>
        <dev:remarks>
          <maml:para>Force delete of the session MySession</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-RDMSessionDocumentation</command:name>
      <gl:group>RDMSessionDocumentation</gl:group>
      <maml:description>
        <maml:para>Remove the documentation of a session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>RDMSessionDocumentation</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Must have the right to delete. Three possiblities exist to remove the documentation of a session.The All switch is used to remove all documentation. The Handbook parameter uses documentation fetched via the Get-RDMDocumentation cmdlet. The Name parameter allows to delete all pages named the value entered. The user will be prompted to confirm the delete.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-RDMSessionDocumentation</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>All</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Remove-RDMSessionDocumentation</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>All</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Remove-RDMSessionDocumentation</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>All</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Remove-RDMSessionDocumentation</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Handbook</maml:name>
          <command:parameterValue required="true">PSHandbook</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Remove-RDMSessionDocumentation</maml:name>
        <command:parameter required="true" position="2">
          <maml:name>Handbook</maml:name>
          <command:parameterValue required="true">PSHandbook</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Remove-RDMSessionDocumentation</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Handbook</maml:name>
          <command:parameterValue required="true">PSHandbook</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Remove-RDMSessionDocumentation</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Page</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Remove-RDMSessionDocumentation</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Page</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Remove-RDMSessionDocumentation</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Page</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>Delete all existing documentation of the session.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Delete the documentation without confirmation.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>Handbook</maml:name>
        <maml:description>
          <maml:para>Specifies the documentation to delete.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSHandbook</command:parameterValue>
        <dev:type>
          <maml:name>PSHandbook</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Current data source session`s ID from which to delete the documentation.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Current data source session`s name from which to extract the documentation.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>Page</maml:name>
        <maml:description>
          <maml:para>Specifies the documentation page to delete.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Session where the documentation will be deleted.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-RDMSessionDocumentation -detailed". For technical information, type "Get-Help Remove-RDMSessionDocumentation -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMRootSession | Remove-RDMSessionDocumentation -All</dev:code>
        <dev:remarks>
          <maml:para>Remove all documentation in the root session of the current data source. The user will be prompted.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-RDMSessionDocumentation -Name "ASession" -Page "APage" -Force</dev:code>
        <dev:remarks>
          <maml:para>Remove documentation page "APage" from the session "ASession" without prompting the user.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\ $id = [Guid]"00000000-0000-0000-0000-000000000000"; $doc = Get-RDMSessionDocumentation -ID $id; $doc.Pages = ($doc.Pages | Where-Object { $_.Default -ne $true }); Remove-RDMSessionDocumentation -ID $id -Handbook $doc -Refresh</dev:code>
        <dev:remarks>
          <maml:para>Remove all documentation pages except the default one from the session with ID = 00000000-0000-0000-0000-000000000000 of the current data source. The user will be prompted before deleting a page.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMRootSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionDocumentation</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-RDMTask</command:name>
      <gl:group>RDMTask</gl:group>
      <maml:description>
        <maml:para>Delete a task</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>RDMTask</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Delete a task of the current data source. The deletion consists of setting the status to Deleted. The confirm impact level is low. This feature is only available for the following data sources: Devolutions Server, Azure SQL, SQL Server, and SQLite.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-RDMTask</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Task</maml:name>
          <command:parameterValue required="true">PSTask</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>The task will be saved or created without confirmation.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>Task</maml:name>
        <maml:description>
          <maml:para>Task to add or modify.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSTask</command:parameterValue>
        <dev:type>
          <maml:name>PSTask</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSTask</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The task obtained from Get-RDMTask can be piped to the parameter Task.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-RDMTask -detailed". For technical information, type "Get-Help Remove-RDMTask -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>Get-RDMTask | Remove-RDMTask -Force</dev:code>
        <dev:remarks>
          <maml:para>Set the all tasks' status to Deleted without confirmation prompt.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>Get-RDMTask -Due LastMonth | Where-Object AssignedToUserID -eq 00000000-0000-0000-0000-000000000000 | Remove-RDMTask -Force</dev:code>
        <dev:remarks>
          <maml:para>Remove all the tasks that were due last month and are still unassigned without a confirmation prompt. The empty guid means it is unassigned.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>Get-RDMTask -Status Done, Closed | Remove-RDMTask -Force</dev:code>
        <dev:remarks>
          <maml:para>Remove all tasks that are done or closed without a confirmation prompt.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-RDMTask</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMTask</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMTask</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-RDMTemplate</command:name>
      <gl:group>RDMTemplate</gl:group>
      <maml:description>
        <maml:para>Delete an existing template.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>RDMTemplate</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>You will be prompted to confirm the delete.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-RDMTemplate</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Remove-RDMTemplate</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Template</maml:name>
          <command:parameterValue required="true">PSTemplate[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Forces removal of the templates without confirmation by the user. Optional.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the template to be deleted.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Template</maml:name>
        <maml:description>
          <maml:para>Specifies the templates to remove</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSTemplate[]</command:parameterValue>
        <dev:type>
          <maml:name>PSTemplate[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-RDMTemplate -detailed". For technical information, type "Get-Help Remove-RDMTemplate -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; Remove-RDMSession $list[1]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available template, deletes template at index 1.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-RDMTemplate "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Delete the template with the ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-RDMTemplate -ID "{00000000-0000-0000-0000-000000000000}" -Force</dev:code>
        <dev:remarks>
          <maml:para>Force delete the template with the ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; $templates = Get-RDMTemplate; Remove-RDMTemplate -Template $templates[0] -Force</dev:code>
        <dev:remarks>
          <maml:para>Force delete the first template</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-RDMUser</command:name>
      <gl:group>RDMUser</gl:group>
      <maml:description>
        <maml:para>Delete an existing user.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>RDMUser</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>You will be prompted to confirm the delete.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-RDMUser</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>DeleteSQLLogin</maml:name>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Remove-RDMUser</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>User</maml:name>
          <command:parameterValue required="true">PSUserInfo[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>DeleteSQLLogin</maml:name>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>DeleteSQLLogin</maml:name>
        <maml:description>
          <maml:para>Forces removal of the SQL Login without confirmation by the user. Optional.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Forces removal of the user without confirmation by the user. Optional.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the GUID of the user to be deleted from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>User</maml:name>
        <maml:description>
          <maml:para>Specifies the array of users to be deleted.</maml:para>
          <maml:para />
          <maml:para>Users must be retrieved by Get-RDMUser</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSUserInfo[]</command:parameterValue>
        <dev:type>
          <maml:name>PSUserInfo[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-RDMUser -detailed". For technical information, type "Get-Help Remove-RDMUser -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-User; Remove-RDMUser $list[1]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available users, deletes user at index 0 and from 1 from a list.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-User; $users = @($list[0], $list[1]); $Remove-RDMUser $users</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available users, deletes user at index 1.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-RDMUser "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Delete security group with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-RDMUser -ID "{00000000-0000-0000-0000-000000000000}" -Force</dev:code>
        <dev:remarks>
          <maml:para>Force delete of the user with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-RDMUserRepositoryAccess</command:name>
      <gl:group>RDMUserRepositoryAccess</gl:group>
      <maml:description>
        <maml:para>Remove repository access to an user</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>RDMUserRepositoryAccess</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Remove repository access to an user</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-RDMUserRepositoryAccess</maml:name>
        <command:parameter required="true" position="2">
          <maml:name>Repository</maml:name>
          <command:parameterValue required="true">PSRepositoryInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>User</maml:name>
          <command:parameterValue required="true">PSUserInfo</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>Repository</maml:name>
        <maml:description>
          <maml:para>Repository the user will be denied access</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSRepositoryInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSRepositoryInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>User</maml:name>
        <maml:description>
          <maml:para>User that will be denied access to a repository</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSUserInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSUserInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSUserInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>User that will be granted access to a repository</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSRepositoryInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Repository the user will be granted access</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-RDMUserRepositoryAccess -detailed". For technical information, type "Get-Help Remove-RDMUserRepositoryAccess -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-RDMUserRepositoryAccess -User $user -Repository $repo;Set-RDMUser $user</dev:code>
        <dev:remarks>
          <maml:para>Add repository access to an user.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-RDMRoleToUser</command:name>
      <gl:group>RDMRoleToUser</gl:group>
      <maml:description>
        <maml:para>Remove a role to an user.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>RDMRoleToUser</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Remove a role to an user.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-RDMRoleToUser</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Role</maml:name>
          <command:parameterValue required="true">PSRoleInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>User</maml:name>
          <command:parameterValue required="true">PSUserInfo</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Role</maml:name>
        <maml:description>
          <maml:para>Role object, must be retrieved from Get-RDMRole or created via New-RDMRole.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSRoleInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSRoleInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>User</maml:name>
        <maml:description>
          <maml:para>User object, must be retrieved from Get-RDMUser or created via New-RDMUser.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSUserInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSUserInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-RDMRoleToUser -detailed". For technical information, type "Get-Help Remove-RDMRoleToUser -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-RDMRoleToUser -Role $role -User $user</dev:code>
        <dev:remarks>
          <maml:para>Remove role to an user.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Add-RDMRoleToUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-RDMUserSpecificSettings</command:name>
      <gl:group>RDMUserSpecificSettings</gl:group>
      <maml:description>
        <maml:para>Remove the session user specific settings</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>RDMUserSpecificSettings</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Remove the session user specific settings</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-RDMUserSpecificSettings</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection[]</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>PSSession object, must be retrieved from Get-RDMSession or created via New-RDMSession.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSConnection[]</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-RDMUserSpecificSettings -detailed". For technical information, type "Get-Help Remove-RDMUserSpecificSettings -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Rename-RDMGroup</command:name>
      <gl:group>RDMGroup</gl:group>
      <maml:description>
        <maml:para>Rename the group in a connection</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Rename</command:verb>
      <command:noun>RDMGroup</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Rename the group in a connection</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Rename-RDMGroup</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>NewGroupName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Rename-RDMGroup</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>NewGroupName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to be deleted.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>NewGroupName</maml:name>
        <maml:description>
          <maml:para>New group name.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session object to modifiy</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Rename-RDMGroup -detailed". For technical information, type "Get-Help Rename-RDMGroup -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Restart-RDMProcess</command:name>
      <gl:group>RDMProcess</gl:group>
      <maml:description>
        <maml:para>Initialize a Remote Desktop Manager PowerShell module instance</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Restart</command:verb>
      <command:noun>RDMProcess</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Initialize a Remote Desktop Manager PowerShell module instance</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Restart-RDMProcess -detailed". For technical information, type "Get-Help Restart-RDMProcess -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Send-RDMMessage</command:name>
      <gl:group>RDMMessage</gl:group>
      <maml:description>
        <maml:para>Write a new secure message.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Send</command:verb>
      <command:noun>RDMMessage</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Write a message. The data source must be a Devolutions Server or Devolutions Hub Server.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Send-RDMMessage</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>To</maml:name>
          <command:parameterValue required="true">Object[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Subject</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Body</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Attachment</maml:name>
          <command:parameterValue required="true">Object[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CaseSensitive</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ExpiresIn</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ExpiresOn</maml:name>
          <command:parameterValue required="true">DateTime</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Send-RDMMessage</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Body</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Subject</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>ReplyTo</maml:name>
          <command:parameterValue required="true">DataSourceMessage</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Attachment</maml:name>
          <command:parameterValue required="true">Object[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CaseSensitive</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ExpiresIn</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ExpiresOn</maml:name>
          <command:parameterValue required="true">DateTime</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>Attachment</maml:name>
        <maml:description>
          <maml:para>Attachments to add to the message. The supported types are PSMessageAttachment and PSConnection.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Body</maml:name>
        <maml:description>
          <maml:para>Body text of the message.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CaseSensitive</maml:name>
        <maml:description>
          <maml:para>The value passed for the user will be case sensitive.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ExpiresIn</maml:name>
        <maml:description>
          <maml:para>Number of days before the message expires.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ExpiresOn</maml:name>
        <maml:description>
          <maml:para>Date when the message will expire.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>DateTime</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ReplyTo</maml:name>
        <maml:description>
          <maml:para>The subject and a recipient will be added based on the message. The subject can be modified with the Subject parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">DataSourceMessage</command:parameterValue>
        <dev:type>
          <maml:name>DataSourceMessage</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Subject</maml:name>
        <maml:description>
          <maml:para>Subject of the message.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>To</maml:name>
        <maml:description>
          <maml:para>The recepients of the message. They can be identified by ID, name, email, or by their PSUserInfo.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Devolutions.RemoteDesktopManager.Business.Messages.DataSourceMessage</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The message obtained from the Receive-RDMMessage can be piped to the parameter ReplyTo.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Send-RDMMessage -detailed". For technical information, type "Get-Help Send-RDMMessage -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Send-RDMMessage 'FirstName LastName' 'ASubject' 'AMessage'</dev:code>
        <dev:remarks>
          <maml:para>Send a secure message to 'FirstName LastName' about 'ASubject'. The detail of the message is 'AMessage'.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $entryA = Get-RDMPrivateSession -Name 'entryA'; $file = New-RDMMessageAttachment -File -Path "C:\mypath\filename.extension"; Send-RDMMessage -To 'Person A', 'Person B' -Subject 'Why' -Body 'AMessage' -Attachment $entryA, $file</dev:code>
        <dev:remarks>
          <maml:para>Fetch a private entry and create a file attachment. Send a secure message to Person A and Person B about 'Why'. The detail of the message is 'AMessage' and two attachments, 'entryA' and the file, are attached.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Receive-RDMMessage -From 'First Last' -SentOn Today -Subject 'Required Connection'| Send-RDMMessage -Body 'Thank you'</dev:code>
        <dev:remarks>
          <maml:para>Send a reply to the message 'First Last' sent today about 'Required Connection' to thank him. The subject will be 'Re: Required Connection' and the body, 'Thank you'</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; Send-RDMMessage -To 'person A' -Subject 'ASubject' -Attachment 'anEntry' -CaseSensitive</dev:code>
        <dev:remarks>
          <maml:para>Send a message to 'person A' with the attachment 'anEntry'. The user Person A won't be found.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 5-----------------------</maml:title>
        <dev:code>PS C:\&gt; $entry = Get-RDMPrivateSession -Name AnEntry; Send-RDMMessage -To 'Person A' -Subject 'ASubject' -Attachment $entry</dev:code>
        <dev:remarks>
          <maml:para>Fetch a private entry with the cmdlet Get-RDMPrivateSession. It is pointless to modify the stored entry because it will be fetched by its ID. After that, a message will be sent to Person A with the attachment AnEntry.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMMessageAttachment</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Receive-RDMMessage</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMMessage</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Send-RDMSessionCommand</command:name>
      <gl:group>RDMSessionCommand</gl:group>
      <maml:description>
        <maml:para>Initialize a Remote Desktop Manager PowerShell module instance</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Send</command:verb>
      <command:noun>RDMSessionCommand</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Initialize a Remote Desktop Manager PowerShell module instance</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Send-RDMSessionCommand</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Container</maml:name>
          <command:parameterValue required="true">PSEmbeddedContainer</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Command</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>ShowReply</maml:name>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>Command</maml:name>
        <maml:description>
          <maml:para>PSSession object, must be retrieved from Get-RDMSession or created via New-RDMSession.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Container</maml:name>
        <maml:description>
          <maml:para>PSSession object, must be retrieved from Get-RDMSession or created via New-RDMSession.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSEmbeddedContainer</command:parameterValue>
        <dev:type>
          <maml:name>PSEmbeddedContainer</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>PSSession object, must be retrieved from Get-RDMSession or created via New-RDMSession.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4">
        <maml:name>ShowReply</maml:name>
        <maml:description>
          <maml:para>PSSession object, must be retrieved from Get-RDMSession or created via New-RDMSession.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Send-RDMSessionCommand -detailed". For technical information, type "Get-Help Send-RDMSessionCommand -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Open-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMCurrentDataSource</command:name>
      <gl:group>RDMCurrentDataSource</gl:group>
      <maml:description>
        <maml:para>Set current active data source.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMCurrentDataSource</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Set current active data source.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMCurrentDataSource</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>DataSource</maml:name>
          <command:parameterValue required="true">PSDataSource</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMCurrentDataSource</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>DataSource</maml:name>
        <maml:description>
          <maml:para>Specifies the datasource to set current</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PSDataSource</command:parameterValue>
        <dev:type>
          <maml:name>PSDataSource</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the GUID of the data source to set as the current.</maml:para>
          <maml:para />
          <maml:para>The value must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Data source password</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>Username</maml:name>
        <maml:description>
          <maml:para>Data source username</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMCurrentDataSource -detailed". For technical information, type "Get-Help Set-RDMCurrentDataSource -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-RDMCurrentDataSource "{00000000-0000-0000-0000-000000000000}"</dev:code>
        <dev:remarks>
          <maml:para>Set active data source to the data source with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMDataSource; Set-RDMCurrentDataSource $list[1].ID</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available data sources and sets the current data source the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMCurrentRepository</command:name>
      <gl:group>RDMCurrentRepository</gl:group>
      <maml:description>
        <maml:para>Set the current repository.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMCurrentRepository</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Set the current repository. Repository must be first fetch via repository property of the Get-RDMRepository cmdlet or via the New-RDMRepository result.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMCurrentRepository</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMCurrentRepository</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Repository</maml:name>
          <command:parameterValue required="true">PSRepositoryInfo</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the GUID of the data source to set as the current.</maml:para>
          <maml:para />
          <maml:para>The value must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Repository</maml:name>
        <maml:description>
          <maml:para>Repository object, must be retrieved from Get-RDMRepository or created via New-RDMRepository.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PSRepositoryInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSRepositoryInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMCurrentRepository -detailed". For technical information, type "Get-Help Set-RDMCurrentRepository -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $repository = Get-RDMRepository -Name "MyRepo" ;Set-RDMCurrentRepository repository</dev:code>
        <dev:remarks>
          <maml:para>Get the repository named MyRepo and set it as the current repository.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMDataSource</command:name>
      <gl:group>RDMDataSource</gl:group>
      <maml:description>
        <maml:para>Save/set the datasource.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMDataSource</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save/set the datasource. Datasource must be first fetch via Data source property of the Get-RDMDataSource cmdlet or via the New-RDMDataSource result.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMDataSource</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>DataSource</maml:name>
          <command:parameterValue required="true">PSDataSource</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>DataSource</maml:name>
        <maml:description>
          <maml:para>Specifies the data source to set/save.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSDataSource</command:parameterValue>
        <dev:type>
          <maml:name>PSDataSource</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMDataSource -detailed". For technical information, type "Get-Help Set-RDMDataSource -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMDataSource; Set-RDMDataSourceProperty -DataSource $list[0] -Property "Name" -Value "MyNewDataSourceName"; Set-RDMDataSource $list[0]</dev:code>
        <dev:remarks>
          <maml:para>Change the name of the first data source</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMDatasourceMasterKey</command:name>
      <gl:group>RDMDatasourceMasterKey</gl:group>
      <maml:description>
        <maml:para>Modify or clear your data source master key</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMDatasourceMasterKey</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMDatasourceMasterKey</maml:name>
        <command:parameter required="true" position="2">
          <maml:name>NewMasterKey</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>DataSource</maml:name>
          <command:parameterValue required="true">PSDataSource</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMDatasourceMasterKey</maml:name>
        <command:parameter required="true" position="2">
          <maml:name>NoMasterKey</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>DataSource</maml:name>
          <command:parameterValue required="true">PSDataSource</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>DataSource</maml:name>
        <maml:description>
          <maml:para>Specifies the data source to change the master key</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSDataSource</command:parameterValue>
        <dev:type>
          <maml:name>PSDataSource</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>NewMasterKey</maml:name>
        <maml:description>
          <maml:para>New data source master key.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>NoMasterKey</maml:name>
        <maml:description>
          <maml:para>Set no master key.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMDatasourceMasterKey -detailed". For technical information, type "Get-Help Set-RDMDatasourceMasterKey -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $dataSource = Get-RDMDataSource -Name MyDataSource; Set-RDMDatasourceMasterKey -DataSource $dataSource -NewMaster (ConvertTo-SecureString -AsPlainText "MyMasterKey" -Force)</dev:code>
        <dev:remarks>
          <maml:para>Modify the master key of the data source named MyDataSource to MyMasterKey</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMDatasourceProperty</command:name>
      <gl:group>RDMDatasourceProperty</gl:group>
      <maml:description>
        <maml:para>Save/set the datasource.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMDatasourceProperty</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save/set the datasource. Datasource must be first fetch via Data source property of the Get-RDMDataSource cmdlet or via the New-RDMDataSource result.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMDatasourceProperty</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>DataSource</maml:name>
          <command:parameterValue required="true">PSDataSource</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="3">
          <maml:name>Property</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="4">
          <maml:name>Value</maml:name>
          <command:parameterValue required="true">Object</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>DataSource</maml:name>
        <maml:description>
          <maml:para>Specifies the datasouce</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSDataSource</command:parameterValue>
        <dev:type>
          <maml:name>PSDataSource</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Property</maml:name>
        <maml:description>
          <maml:para>Property to set.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>Value</maml:name>
        <maml:description>
          <maml:para>New value.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMDatasourceProperty -detailed". For technical information, type "Get-Help Set-RDMDatasourceProperty -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMDataSource; Set-RDMDataSourceProperty -DataSource $list[0] -Property "Name" -Value "MyNewDataSourceName"; Set-RDMDataSource $list[0]</dev:code>
        <dev:remarks>
          <maml:para>Change the name of the first data source</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMDatasourceRepository</command:name>
      <gl:group>RDMDatasourceRepository</gl:group>
      <maml:description>
        <maml:para>Modify data source repository</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMDatasourceRepository</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMDatasourceRepository</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>DataSource</maml:name>
          <command:parameterValue required="true">PSDataSource</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Repository</maml:name>
          <command:parameterValue required="true">PSRepositoryInfo</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>DataSource</maml:name>
        <maml:description>
          <maml:para>Specifies the data source to change the current repository</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSDataSource</command:parameterValue>
        <dev:type>
          <maml:name>PSDataSource</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Repository</maml:name>
        <maml:description>
          <maml:para>New data source current repository.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSRepositoryInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSRepositoryInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMDatasourceRepository -detailed". For technical information, type "Get-Help Set-RDMDatasourceRepository -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $dataSource = Get-RDMDataSource -Name MyDataSource; $repository = Get-RDMRepository -Name MyRepository ;Set-RDMDatasourceRepository -DataSource $dataSource -Repository $repository</dev:code>
        <dev:remarks>
          <maml:para>Modifiy the data source repository to </maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMLicense</command:name>
      <gl:group>RDMLicense</gl:group>
      <maml:description>
        <maml:para>Save/set the license.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMLicense</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save/set the license. License must be first fetch via license property of the Get-RDMLicense cmdlet or via the New-RDMLicense result.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMLicense</maml:name>
        <command:parameter required="false" position="2">
          <maml:name>AutoAssign</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>License</maml:name>
          <command:parameterValue required="true">PSLicenseInfo</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>AutoAssign</maml:name>
        <maml:description>
          <maml:para>Auto assign new users to automatically provide the Remote Desktop Manager serial to all newly created users. For others serials, it will be ignored.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>License</maml:name>
        <maml:description>
          <maml:para>License object, must be retrieved from Get-RDMLicense or created via New-RDMLicense.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSLicenseInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSLicenseInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMLicense -detailed". For technical information, type "Get-Help Set-RDMLicense -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $license = New-RDMLicense -Name "New License" ;Set-License $license</dev:code>
        <dev:remarks>
          <maml:para>Create &amp; save new license.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMPersonalCredentials</command:name>
      <gl:group>RDMPersonalCredentials</gl:group>
      <maml:description>
        <maml:para>Set RDM personal credentials.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMPersonalCredentials</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Set RDM personal credentials. Set Username/Password type directly or modify the result of Get-RDMPersonalCredentials.To modify member starting with Safe, set the property without the Safe. On Windows, the policy DisableMyPersonalCredentials prevent using this cmdlet.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMPersonalCredentials</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Domain</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>AlwaysAskPassword</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMPersonalCredentials</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>AlwaysAskPassword</maml:name>
        <maml:description>
          <maml:para>Set Always ask password option in personal credentials</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Domain</maml:name>
        <maml:description>
          <maml:para>Set domain in personal credentials</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Set password in personal credentials</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>The credentials obtained from Get-RDMPersonalCredentials.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Username</maml:name>
        <maml:description>
          <maml:para>Set username in personal credentials</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMPersonalCredentials -detailed". For technical information, type "Get-Help Set-RDMPersonalCredentials -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $pwd = Read-Host -AsSecureString; Set-RDMPersonalCredentials username domain $pwd</dev:code>
        <dev:remarks>
          <maml:para>Set RDM personal credentials of the type Username/Password.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $perso = Get-RDMPersonalCredentials; $perso.Credentials.SecretServerPassword = (ConvertTo-SecureString -AsPlainText 'aPassword'); $perso.Credentials.SecretServerUsername = 'aPassword'; $perso.Credentials.SecretServerDomain = 'aDomain'; Set-RDMPersonalCredentials -Session $perso</dev:code>
        <dev:remarks>
          <maml:para>Fetch the personal credentials. Modify the Secret Server's domain, password and username value. Save the modificatons. The password modification can be seen in the value change of the field SafeSecretServerPassword.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPersonalCredentials</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMPlaylistLocal</command:name>
      <gl:group>RDMPlaylistLocal</gl:group>
      <maml:description>
        <maml:para>Save a local playlist</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMPlaylistLocal</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save a local playlist</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMPlaylistLocal</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Playlist</maml:name>
          <command:parameterValue required="true">PSPlaylistLocal</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>ImportConnection</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>ImportConnection</maml:name>
        <maml:description>
          <maml:para>Import the playlist connections to the data source.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Playlist</maml:name>
        <maml:description>
          <maml:para>Specifies the the local playlist to set/save.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSPlaylistLocal</command:parameterValue>
        <dev:type>
          <maml:name>PSPlaylistLocal</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMPlaylistLocal -detailed". For technical information, type "Get-Help Set-RDMPlaylistLocal -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMPlaylistShared</command:name>
      <gl:group>RDMPlaylistShared</gl:group>
      <maml:description>
        <maml:para>Save a shared playlist in the current data source</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMPlaylistShared</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save a shared playlist in the current data source</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMPlaylistShared</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Playlist</maml:name>
          <command:parameterValue required="true">PSPlaylistShared</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>ImportConnection</maml:name>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>PrivateVault</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>ImportConnection</maml:name>
        <maml:description>
          <maml:para>Import the playlist connections to the data source.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Playlist</maml:name>
        <maml:description>
          <maml:para>Specifies the the shared playlist to set/save.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSPlaylistShared</command:parameterValue>
        <dev:type>
          <maml:name>PSPlaylistShared</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3">
        <maml:name>PrivateVault</maml:name>
        <maml:description>
          <maml:para>Save the shared playlist in the private vault.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMPlaylistShared -detailed". For technical information, type "Get-Help Set-RDMPlaylistShared -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMPowerShellOverride</command:name>
      <gl:group>RDMPowerShellOverride</gl:group>
      <maml:description>
        <maml:para>Save the module override values</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMPowerShellOverride</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save the module override values. Override must be first fetch via the Get-RDMPowerShellOverride cmdlet.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMPowerShellOverride -detailed". For technical information, type "Get-Help Set-RDMPowerShellOverride -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $override = Get-RDMPowerShellOverride; $override.OptionFilePath = NewPathValue; Set-RDMPowerShellOverride</dev:code>
        <dev:remarks>
          <maml:para>Change the option file path</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMPrivateSessionAttachment</command:name>
      <gl:group>RDMPrivateSessionAttachment</gl:group>
      <maml:description>
        <maml:para>Save/set the session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMPrivateSessionAttachment</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save/set the session. Session must be first fetch via Session property of the Get-RDM-Session cmdlet or via the New-RDMSession result.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMPrivateSessionAttachment</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Attachment</maml:name>
          <command:parameterValue required="true">PSConnectionAttachment[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Refresh</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Attachment</maml:name>
        <maml:description>
          <maml:para>PSSession object, must be retrieved from Get-RDMSession or created via New-RDMSession.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSConnectionAttachment[]</command:parameterValue>
        <dev:type>
          <maml:name>PSConnectionAttachment[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMPrivateSessionAttachment -detailed". For technical information, type "Get-Help Set-RDMPrivateSessionAttachment -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMUserVaultSession; $list[1].Name = "New Name";Set-RDMUserVaultSession $list[1]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions, modify the name of the second session, update the session.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMPrivateSession</command:name>
      <gl:group>RDMPrivateSession</gl:group>
      <maml:description>
        <maml:para>Save the session in the user private vault</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMPrivateSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save the session in the user private vault</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMPrivateSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Refresh</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>PSSession object, must be retrieved from Get-RDMSession or Get-RDMPrivateSession or created via New-RDMSession.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSConnection[]</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMPrivateSession -detailed". For technical information, type "Get-Help Set-RDMPrivateSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMPrivateSessionCredentials</command:name>
      <gl:group>RDMPrivateSessionCredentials</gl:group>
      <maml:description>
        <maml:para>Save credentials in a session</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMPrivateSessionCredentials</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save credentials in a session</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMPrivateSessionCredentials</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>CredentialEntryID</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>PSConnection</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMPrivateSessionCredentials</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>CredentialsType</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>PSConnection</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CredentialEntryID</maml:name>
        <maml:description>
          <maml:para>Specifies the credentials type.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CredentialsType</maml:name>
        <maml:description>
          <maml:para>Specifies the credentials type.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PSConnection</maml:name>
        <maml:description>
          <maml:para>Specifies the connection to set credentials to.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SetSession</maml:name>
        <maml:description>
          <maml:para>Specifies the credentials type.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMPrivateSessionCredentials -detailed". For technical information, type "Get-Help Set-RDMPrivateSessionCredentials -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMPrivateSessionDocument</command:name>
      <gl:group>RDMPrivateSessionDocument</gl:group>
      <maml:description>
        <maml:para>Save a document in the current data source</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMPrivateSessionDocument</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save a document in the current data source</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMPrivateSessionDocument</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Document</maml:name>
          <command:parameterValue required="true">PSConnectionDocument</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Document</maml:name>
        <maml:description>
          <maml:para>Specifies the the document to set/save.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnectionDocument</command:parameterValue>
        <dev:type>
          <maml:name>PSConnectionDocument</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMPrivateSessionDocument -detailed". For technical information, type "Get-Help Set-RDMPrivateSessionDocument -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMPrivateSessionDomain</command:name>
      <gl:group>RDMPrivateSessionDomain</gl:group>
      <maml:description>
        <maml:para>Set the domain from the specified session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMPrivateSessionDomain</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Set the domain from the specified session. To persist the new domain, the switch SetSession must be used.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMPrivateSessionDomain</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Domain</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PassThru</maml:name>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMPrivateSessionDomain</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Domain</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PassThru</maml:name>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Domain</maml:name>
        <maml:description>
          <maml:para>New domain name.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the domain from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PassThru</maml:name>
        <maml:description>
          <maml:para>Return the modified entry.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session to set the Domain to.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SetSession</maml:name>
        <maml:description>
          <maml:para>Save the session in the current data source.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Entry with the newly assigned domain is returned when PassThru is used.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMPrivateSessionDomain -detailed". For technical information, type "Get-Help Set-RDMPrivateSessionDomain -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-RDMUserVaultSessionDomain "{00000000-0000-0000-0000-000000000000}" "MyOtherDomain.com" -SetSession</dev:code>
        <dev:remarks>
          <maml:para>Set the domain from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMUserVaultSession; Set-RDMSessionDomain -ID $list[1].ID -Domain "MyOtherDomain.com" -SetSession -Refresh</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and sets the domain from the the second element in the list with UI refresh.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMUserVaultSession -Name 'UniqueName' |
                    Set-RDMUserVaultSessionDomain -Domain "MyOtherDomain.com" -PassThru |
                    Set-RDMUserVaultSessionPassword -Password $securePassword -PassThru |
                    Set-RDMUserVaultSessionUsername -UserName 'NewUserName' -PassThru |
                    Set-RDMUserVaultSession</dev:code>
        <dev:remarks>
          <maml:para>Modify the domain, password and username of the entry named 'UniqueName'. The variable $securePassword is a secure string previously set. Persist the modification with the Set-RDMUserVaultSession call.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionUserName</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionUsername</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMPrivateSessionPassword</command:name>
      <gl:group>RDMPrivateSessionPassword</gl:group>
      <maml:description>
        <maml:para>Set the password from the specified session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMPrivateSessionPassword</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Set the password from the specified session. Session must be marked as "Allow show credentials" if not null is returned. To persist the new password, the switch SetSession must be used.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMPrivateSessionPassword</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>PasswordAge</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PassThru</maml:name>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>PasswordSinceDate</maml:name>
          <command:parameterValue required="true">DateTime</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMPrivateSessionPassword</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>PasswordAge</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PassThru</maml:name>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>PasswordSinceDate</maml:name>
          <command:parameterValue required="true">DateTime</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the password from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PassThru</maml:name>
        <maml:description>
          <maml:para>Return the modified entry.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Password as SecureString.</maml:para>
          <maml:para>Use either "Read-Host -AsSecureString" or "ConvertTo-SecureString"</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>PasswordAge</maml:name>
        <maml:description>
          <maml:para>Specifies password age in days. PasswordAge takes presedence over PasswordSinceDate.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>PasswordSinceDate</maml:name>
        <maml:description>
          <maml:para>Specifies date/time (UTC) at which the password was first created. PasswordAge takes presedence over PasswordSinceDate.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>DateTime</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session to set the password to.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SetSession</maml:name>
        <maml:description>
          <maml:para>Save the session in the current data source.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Entry with the newly assigned password is returned when PassThru is used.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMPrivateSessionPassword -detailed". For technical information, type "Get-Help Set-RDMPrivateSessionPassword -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-RDMUserVaultSessionPassword -ID "{00000000-0000-0000-0000-000000000000}" -Password (Read-Host -AsSecureString "Password") -SetSession</dev:code>
        <dev:remarks>
          <maml:para>Set the password from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMUserVaultSession; Set-RDMUserVaultSessionPassword -ID $list[1].ID -Password (Read-Host -AsSecureString "Password") -SetSession</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and sets the password from the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMUserVaultSession -Name 'UniqueName' |
                    Set-RDMUserVaultSessionDomain -Domain "MyOtherDomain.com" -PassThru |
                    Set-RDMUserVaultSessionPassword -Password $securePassword -PassThru |
                    Set-RDMUserVaultSessionUsername -UserName 'NewUserName' -PassThru |
                    Set-RDMUserVaultSession</dev:code>
        <dev:remarks>
          <maml:para>Modify the domain, password and username of the entry named 'UniqueName'. The variable $securePassword is a secure string previously set. Persist the modification with the Set-RDMUserVaultSession call.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMPrivateSessionProperty</command:name>
      <gl:group>RDMPrivateSessionProperty</gl:group>
      <maml:description>
        <maml:para>Set the value of property given a session ID and path.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMPrivateSessionProperty</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Protected values will always return null.</maml:para>
      <maml:para>Non value types will always return ".ToString()".</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMPrivateSessionProperty</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="3">
          <maml:name>Property</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="4">
          <maml:name>Value</maml:name>
          <command:parameterValue required="true">Object</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>Refresh</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the password from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>The path to the property being read (reference RDM export xml). In the case of top level property do not specify parameter or pass empty string [""] or $null.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Property</maml:name>
        <maml:description>
          <maml:para>Property to set.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>Value</maml:name>
        <maml:description>
          <maml:para>New value.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMPrivateSessionProperty -detailed". For technical information, type "Get-Help Set-RDMPrivateSessionProperty -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-RDMUserVaultSessionProperty -ID "{00000000-0000-0000-0000-000000000000}" -Property "Group" -Value "My New Group Name"</dev:code>
        <dev:remarks>
          <maml:para>Set the Group value from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-RDMUserVaultSessionProperty "{00000000-0000-0000-0000-000000000000}" "MetaInformation" "OS" "Windows Server 2008 R2"</dev:code>
        <dev:remarks>
          <maml:para>Set the MetaInformation.OS value from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMUserVaultSession; Set-RDMUserVaultSessionProperty -ID $list[1].ID -Path "MetaInformation" -Property "OS" -Value "Windows Server 2008 R2"</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and then sets the MetaInformation.OS value of the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionProperty</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMPrivateSessionStatus</command:name>
      <gl:group>RDMPrivateSessionStatus</gl:group>
      <maml:description>
        <maml:para>Set a status to a given session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMPrivateSessionStatus</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Set a status to a given session.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMPrivateSessionStatus</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Message</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Status</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMPrivateSessionStatus</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Message</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Status</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to set the status to.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Message</maml:name>
        <maml:description>
          <maml:para>Status message</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session to set the status to</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSConnection[]</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Status</maml:name>
        <maml:description>
          <maml:para>Status type</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMPrivateSessionStatus -detailed". For technical information, type "Get-Help Set-RDMPrivateSessionStatus -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMUserVaultSession; Set-RDMUserVaultSessionStatus -Session $list[1] -Status Locked -Message 'Locked Message' </dev:code>
        <dev:remarks>
          <maml:para>Set the status locked to the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSessionUserName</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionUsername</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSessionStatus</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMPrivateSessionUsername</command:name>
      <gl:group>RDMPrivateSessionUsername</gl:group>
      <maml:description>
        <maml:para>Set the username on the specified session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMPrivateSessionUsername</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Set the username on the specified session. To persist the new domain, the switch SetSession must be used.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMPrivateSessionUsername</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>UserName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PassThru</maml:name>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMPrivateSessionUsername</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>UserName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PassThru</maml:name>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to set the password from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PassThru</maml:name>
        <maml:description>
          <maml:para>Return the modified entry.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session to set the username to</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SetSession</maml:name>
        <maml:description>
          <maml:para>Save the session in the current data source.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>UserName</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Entry with the newly assigned username is returned when PassThru is used.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMPrivateSessionUsername -detailed". For technical information, type "Get-Help Set-RDMPrivateSessionUsername -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-RDMUserVaultSessionUsername "{00000000-0000-0000-0000-000000000000}" "localadmin" -SetSession</dev:code>
        <dev:remarks>
          <maml:para>Set the username from the user vault session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMUserVaultSession; Get-RDMUserVaultSessionPassword -ID $list[1].ID -Username -SetSession</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and gets the password from the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMUserVaultSession -Name 'UniqueName' |
                    Set-RDMUserVaultSessionDomain -Domain "MyOtherDomain.com" -PassThru |
                    Set-RDMUserVaultSessionPassword -Password $securePassword -PassThru |
                    Set-RDMUserVaultSessionUsername -UserName 'NewUserName' -PassThru |
                    Set-RDMUserVaultSession</dev:code>
        <dev:remarks>
          <maml:para>Modify the domain, password and username of the entry named 'UniqueName'. The variable $securePassword is a secure string previously set. Persist the modification with the Set-RDMUserVaultSession call.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSessionUserName</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivateSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMPrivateSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMPrivilegedAccount</command:name>
      <gl:group>RDMPrivilegedAccount</gl:group>
      <maml:description>
        <maml:para>Set RDM privileged account.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMPrivilegedAccount</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Set RDM privileged account. Set Username/Password type directly or modify the result of Get-RDMPrivilegedAccount.To modify member starting with Safe, set the property without the Safe. On Windows, the policy DisableMyPrivilegedAccount prevent using this cmdlet.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMPrivilegedAccount</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Domain</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>AlwaysAskPassword</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMPrivilegedAccount</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>AlwaysAskPassword</maml:name>
        <maml:description>
          <maml:para>Set Always ask password option in privileged account</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Domain</maml:name>
        <maml:description>
          <maml:para>Set domain in privileged account</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Set password in privileged account</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>The credentials obtained from Get-RDMPrivilegedAccount.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Username</maml:name>
        <maml:description>
          <maml:para>Set username in privileged account</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMPrivilegedAccount -detailed". For technical information, type "Get-Help Set-RDMPrivilegedAccount -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $pwd = Read-Host -AsSecureString; Set-RDMPrivilegedAccount username domain $pwd</dev:code>
        <dev:remarks>
          <maml:para>Set RDM privileged account of the type Username/Password.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $privAcc = Get-RDMPrivilegedAccount; $privAcc.Credentials.SecretServerPassword = (ConvertTo-SecureString -AsPlainText 'aPassword'); $privAcc.Credentials.SecretServerUsername = 'aPassword'; $privAcc.Credentials.SecretServerDomain = 'aDomain'; Set-RDMPrivilegedAccount -Session $privAcc</dev:code>
        <dev:remarks>
          <maml:para>Fetch the privileged account. Modify the Secret Server's domain, password and username value. Save the modificatons. The password modification can be seen in the value change of the field SafeSecretServerPassword.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMPrivilegedAccount</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMRepository</command:name>
      <gl:group>RDMRepository</gl:group>
      <maml:description>
        <maml:para>Save/set the repository.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMRepository</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save/set the repository. Repository must be first fetch via repository property of the Get-RDMRepository cmdlet or via the New-RDMRepository result.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMRepository</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Repository</maml:name>
          <command:parameterValue required="true">PSRepositoryInfo</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Repository</maml:name>
        <maml:description>
          <maml:para>repository object, must be retrieved from Get-RDMRepository or created via New-RDMRepository.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSRepositoryInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSRepositoryInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMRepository -detailed". For technical information, type "Get-Help Set-RDMRepository -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $repository = New-RDMRepository -Name "New Repository" ;Set-RDMRepository repository</dev:code>
        <dev:remarks>
          <maml:para>Create &amp; save new repository.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMRole</command:name>
      <gl:group>RDMRole</gl:group>
      <maml:description>
        <maml:para>Save/set the role.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMRole</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save/set the role. Role must be first fetch via role property of the Get-RDMRole cmdlet or via the New-RDMRole result.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMRole</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Role</maml:name>
          <command:parameterValue required="true">PSRoleInfo</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Role</maml:name>
        <maml:description>
          <maml:para>Role object, must be retrieved from Get-RDMRoleSecurityGroup or created via New-RDMRole.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSRoleInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSRoleInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMRole -detailed". For technical information, type "Get-Help Set-RDMRole -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $role = New-RDMRole -Name "New Role" ;Set-RDMRole $role</dev:code>
        <dev:remarks>
          <maml:para>Create &amp; save new role.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMRoleProperty</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMRoleGroupRights</command:name>
      <gl:group>RDMRoleGroupRights</gl:group>
      <maml:description>
        <maml:para>Assign/set role permissions.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMRoleGroupRights</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Assign/set role permissions.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMRoleGroupRights</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Role</maml:name>
          <command:parameterValue required="true">PSRoleInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>SecurityGroup</maml:name>
          <command:parameterValue required="true">PSSecurityGroupInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>Add</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="6">
          <maml:name>Delete</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>Edit</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>View</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>Add</maml:name>
        <maml:description>
          <maml:para>Allows the role to add entries in groups/folders for that security group.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="6">
        <maml:name>Delete</maml:name>
        <maml:description>
          <maml:para>Allows the role to Delete the entries for that security group.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>Edit</maml:name>
        <maml:description>
          <maml:para>Allows the role to Edit the entries for that security group.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Role</maml:name>
        <maml:description>
          <maml:para>role object, must be retrieved from Get-RDMRole or created via New-RDMRole.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSRoleInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSRoleInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>SecurityGroup</maml:name>
        <maml:description>
          <maml:para>Security group object, must be retrieved from Get-RDMSecurityGroup or created via New-RDMSecurityGroup.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSSecurityGroupInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSSecurityGroupInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>View</maml:name>
        <maml:description>
          <maml:para>Allows the role to View AND USE the entries for that security group.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMRoleGroupRights -detailed". For technical information, type "Get-Help Set-RDMRoleGroupRights -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $roles = Get-RDMRole; $groups = Get-RDMSecurityGroup; Set-RDMRoleGroupRights -role $roles[1] -SecurityGroup $groups[0] -Add $true -Delete $true</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available roles and groups. Set permission add and delete to the second role of the list on the first group of the list</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMRoleProperty</command:name>
      <gl:group>RDMRoleProperty</gl:group>
      <maml:description>
        <maml:para>Set the value of property given to a role.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMRoleProperty</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Set the value of property given to a role.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMRoleProperty</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Role</maml:name>
          <command:parameterValue required="true">PSRoleInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="3">
          <maml:name>Property</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="4">
          <maml:name>Value</maml:name>
          <command:parameterValue required="true">Object</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Property</maml:name>
        <maml:description>
          <maml:para>Property to set.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Role</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the password from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSRoleInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSRoleInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>Value</maml:name>
        <maml:description>
          <maml:para>New value.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMRoleProperty -detailed". For technical information, type "Get-Help Set-RDMRoleProperty -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-RDMRoleProperty -Role "$role"-Property "Description" -Value "My New Description"</dev:code>
        <dev:remarks>
          <maml:para>Set the description value for the role given.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMRole; Set-RDMRoleProperty -Role $list[1] -Property "Description" -Value "My description"</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available role and then sets the description value of the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMRootSession</command:name>
      <gl:group>RDMRootSession</gl:group>
      <maml:description>
        <maml:para>Save the root session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMRootSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save the root session. Root session must be first fetch via the Get-RDMRootSession cmdlet.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMRootSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>RootSession</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Refresh</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>RootSession</maml:name>
        <maml:description>
          <maml:para>PSConnection object, must be retrieved from Get-RDMRootSession.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMRootSession -detailed". For technical information, type "Get-Help Set-RDMRootSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $rootSession = Get-RDMRootSession; $rootSession.Name = "New Name";Set-RDMRootSession -RootSession $rootSession</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the root session, modify the root session name, save the root session.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMRootSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMSecurityGroup</command:name>
      <gl:group>RDMSecurityGroup</gl:group>
      <maml:description>
        <maml:para>Save/set the security group.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMSecurityGroup</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save/set the SecurityGroup. SecurityGroup must be first fetch via SecurityGroup property of the Get-RDMSecurityGroup cmdlet or via the New-RDMSecurityGroup result.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMSecurityGroup</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>SecurityGroup</maml:name>
          <command:parameterValue required="true">PSSecurityGroupInfo</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SecurityGroup</maml:name>
        <maml:description>
          <maml:para>Security group object, must be retrieved from Get-RDMSecurityGroup or created via New-RDMSecurityGroup.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSSecurityGroupInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSSecurityGroupInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMSecurityGroup -detailed". For technical information, type "Get-Help Set-RDMSecurityGroup -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $securityGroup = New-RDMSecurityGroup -Name "New SecurityGroup" ;Set-RDMSecurityGroup $securityGroup</dev:code>
        <dev:remarks>
          <maml:para>Create &amp; save new security group.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSecurityGroup</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSecurityGroup</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSecurityGroupProperty</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMSecurityGroup</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMSecurityGroup</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMSecurityGroupProperty</command:name>
      <gl:group>RDMSecurityGroupProperty</gl:group>
      <maml:description>
        <maml:para>Set the value of property given to a security group.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMSecurityGroupProperty</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Protected values will always return null.</maml:para>
      <maml:para>Non value types will always return ".ToString()".</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMSecurityGroupProperty</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>SecurityGroup</maml:name>
          <command:parameterValue required="true">PSSecurityGroupInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="3">
          <maml:name>Property</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="4">
          <maml:name>Value</maml:name>
          <command:parameterValue required="true">Object</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Property</maml:name>
        <maml:description>
          <maml:para>Property to set.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>SecurityGroup</maml:name>
        <maml:description>
          <maml:para>Specifies the security group.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSSecurityGroupInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSSecurityGroupInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>Value</maml:name>
        <maml:description>
          <maml:para>New value.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMSecurityGroupProperty -detailed". For technical information, type "Get-Help Set-RDMSecurityGroupProperty -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-RDMSecurityGroupProperty -SecurityGroup "$securityGroup" -Property "Description" -Value "My New Description"</dev:code>
        <dev:remarks>
          <maml:para>Set the description value for the security group given.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSecurityGroup; Set-RDMSecurityGroupProperty -Group $list[1] -Property "Description" -Value "My description"</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available security groups and then sets the description value of the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMSessionAttachment</command:name>
      <gl:group>RDMSessionAttachment</gl:group>
      <maml:description>
        <maml:para>Save/set the session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMSessionAttachment</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save/set the session. Session must be first fetch via Session property of the Get-RDM-Session cmdlet or via the New-RDMSession result.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionAttachment</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Attachment</maml:name>
          <command:parameterValue required="true">PSConnectionAttachment[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Refresh</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Attachment</maml:name>
        <maml:description>
          <maml:para>PSSession object, must be retrieved from Get-RDMSession or created via New-RDMSession.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSConnectionAttachment[]</command:parameterValue>
        <dev:type>
          <maml:name>PSConnectionAttachment[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMSessionAttachment -detailed". For technical information, type "Get-Help Set-RDMSessionAttachment -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; $list[1].Name = "New Name";Set-RDMSession $list[1]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions, modify the name of the second session, update the session.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMSession</command:name>
      <gl:group>RDMSession</gl:group>
      <maml:description>
        <maml:para>Save/set the session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save/set the session. Session must be first fetch via Session property of the Get-RDM-Session cmdlet or via the New-RDMSession result.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Refresh</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>PSSession object, must be retrieved from Get-RDMSession or created via New-RDMSession.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSConnection[]</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMSession -detailed". For technical information, type "Get-Help Set-RDMSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; $list[1].Name = "New Name";Set-RDMSession $list[1]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions, modify the name of the second session, update the session.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $session = New-RDMSession -Name "New Session" -Host "myServer" -Kind "RDPConfigured";Set-RDMSession $session</dev:code>
        <dev:remarks>
          <maml:para>Create &amp; save new session.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; [Devolutions.Generated.Models.Connection].DeclaredFields | Where-Object -Property Name -like "*ConnectionID" | Select-Object -Property Name; $session = Get-RDMSession -Name ARDP"; $session.CredentialConnectionID = [Devolutions.Generated.Models.Connection]::MyDefaultCredentialConnectionID; Set-RDMSession $session</dev:code>
        <dev:remarks>
          <maml:para>The user looks at the options for the type of credentials for entries. After finding the desired one, he gets the session ARDP. He sets the credentials to 'My Personal Credentials' and save the modification.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMDataSource</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMSessionCredentials</command:name>
      <gl:group>RDMSessionCredentials</gl:group>
      <maml:description>
        <maml:para>Save credentials in a session</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMSessionCredentials</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save credentials in a session</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionCredentials</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>CredentialEntryID</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>PSConnection</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionCredentials</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>CredentialsType</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>PSConnection</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CredentialEntryID</maml:name>
        <maml:description>
          <maml:para>Specifies the credentials type.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CredentialsType</maml:name>
        <maml:description>
          <maml:para>Specifies the credentials type.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PSConnection</maml:name>
        <maml:description>
          <maml:para>Specifies the connection to set credentials to.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SetSession</maml:name>
        <maml:description>
          <maml:para>Specifies the credentials type.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMSessionCredentials -detailed". For technical information, type "Get-Help Set-RDMSessionCredentials -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMSessionDocumentation</command:name>
      <gl:group>RDMSessionDocumentation</gl:group>
      <maml:description>
        <maml:para>Set the documentation on a session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMSessionDocumentation</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Must have the right to add and edit. Documentation must be first fetch via the Get-RDMSessionDocumentation cmdlet. If the documentation comes from another session, all pages will be created. Only before updating pages will the user be prompted to confirm.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionDocumentation</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Handbook</maml:name>
          <command:parameterValue required="true">PSHandbook</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AsLastPage</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionDocumentation</maml:name>
        <command:parameter required="true" position="2">
          <maml:name>Handbook</maml:name>
          <command:parameterValue required="true">PSHandbook</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AsLastPage</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionDocumentation</maml:name>
        <command:parameter required="true" position="2">
          <maml:name>Handbook</maml:name>
          <command:parameterValue required="true">PSHandbook</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AsLastPage</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionDocumentation</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DefaultPage</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionDocumentation</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DefaultPage</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionDocumentation</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>DefaultPage</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionDocumentation</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AsLastPage</maml:name>
        <maml:description>
          <maml:para>Append the created pages to the end.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DefaultPage</maml:name>
        <maml:description>
          <maml:para>Define a new default page in the documentation.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Update the documentation without confirmation.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>Handbook</maml:name>
        <maml:description>
          <maml:para>Specifies the documentation to set.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSHandbook</command:parameterValue>
        <dev:type>
          <maml:name>PSHandbook</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Current data source session`s ID where the documentation will be set.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Current data source session`s name where the documentation will be set.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Session where the documentation will be set.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMSessionDocumentation -detailed". For technical information, type "Get-Help Set-RDMSessionDocumentation -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMRootSession | Get-RDMSessionDocumentation | Set-RDMSessionDocumentation -Session (Get-RDMSession -Name "ASession")</dev:code>
        <dev:remarks>
          <maml:para>Copy the documentation from the current data source's root to the session "ASession".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $sess = Get-RDMSession -Name "ASession"; Get-RDMDataSource -Name "AnotherDataSource" | Set-RDMCurrentDataSource; Get-RDMRootSession | Get-RDMSessionDocumentation | Set-RDMSessionDocumentation -Session $sess)</dev:code>
        <dev:remarks>
          <maml:para>Copy the documentation from the root session of "AnotherDataSource" to the session "ASession" of the previous data source.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-RDMSessionDocumentation -Name ASession -DefaultPage NewDefaultPage -Force)</dev:code>
        <dev:remarks>
          <maml:para>Change the default documentation page of the session ASession to NewDefaultPage.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMRootSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionDocumentation</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMSessionDocument</command:name>
      <gl:group>RDMSessionDocument</gl:group>
      <maml:description>
        <maml:para>Save a document in the current data source</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMSessionDocument</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save a document in the current data source</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionDocument</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Document</maml:name>
          <command:parameterValue required="true">PSConnectionDocument</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Document</maml:name>
        <maml:description>
          <maml:para>Specifies the the document to set/save.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnectionDocument</command:parameterValue>
        <dev:type>
          <maml:name>PSConnectionDocument</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMSessionDocument -detailed". For technical information, type "Get-Help Set-RDMSessionDocument -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMSessionDomain</command:name>
      <gl:group>RDMSessionDomain</gl:group>
      <maml:description>
        <maml:para>Set the domain from the specified session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMSessionDomain</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Set the domain from the specified session. To persist the new domain, the switch SetSession must be used.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionDomain</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Domain</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PassThru</maml:name>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionDomain</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Domain</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PassThru</maml:name>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Domain</maml:name>
        <maml:description>
          <maml:para>New domain name.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the domain from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PassThru</maml:name>
        <maml:description>
          <maml:para>Return the modified entry.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application. Use SetSession to persist the modification.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session to set the Domain to.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SetSession</maml:name>
        <maml:description>
          <maml:para>Save the session in the current data source.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Entry with the newly assigned domain is returned when PassThru is used.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMSessionDomain -detailed". For technical information, type "Get-Help Set-RDMSessionDomain -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-RDMSessionDomain "{00000000-0000-0000-0000-000000000000}" "MyOtherDomain.com" -SetSession</dev:code>
        <dev:remarks>
          <maml:para>Set the domain from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; Set-RDMSessionDomain -ID $list[1].ID -Domain "MyOtherDomain.com" -SetSession -Refresh</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and sets the domain from the the second element in the list with UI refresh.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMSession -Name 'UniqueName' |
                    Set-RDMSessionDomain -Domain "MyOtherDomain.com" -PassThru |
                    Set-RDMSessionPassword -Password $securePassword -PassThru |
                    Set-RDMSessionUsername -UserName 'NewUserName' -PassThru |
                    Set-RDMSession</dev:code>
        <dev:remarks>
          <maml:para>Modify the domain, password and username of the entry named 'UniqueName'. The variable $securePassword is a secure string previously set. Persist the modification with the Set-RDMSession call.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionUserName</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionUsername</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMSessionPassword</command:name>
      <gl:group>RDMSessionPassword</gl:group>
      <maml:description>
        <maml:para>Set the password from the specified session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMSessionPassword</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Set the password from the specified session. Session must be marked as "Allow show credentials" if not null is returned. To persist the new password, the switch SetSession must be used.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionPassword</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>PasswordAge</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PassThru</maml:name>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>PasswordSinceDate</maml:name>
          <command:parameterValue required="true">DateTime</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionPassword</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>PasswordAge</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PassThru</maml:name>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>PasswordSinceDate</maml:name>
          <command:parameterValue required="true">DateTime</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the password from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PassThru</maml:name>
        <maml:description>
          <maml:para>Return the modified entry.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Password as SecureString.</maml:para>
          <maml:para>Use either "Read-Host -AsSecureString" or "ConvertTo-SecureString"</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>PasswordAge</maml:name>
        <maml:description>
          <maml:para>Specifies password age in days. PasswordAge takes presedence over PasswordSinceDate.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>PasswordSinceDate</maml:name>
        <maml:description>
          <maml:para>Specifies date/time (UTC) at which the password was first created. PasswordAge takes presedence over PasswordSinceDate.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>DateTime</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session to set the password to.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SetSession</maml:name>
        <maml:description>
          <maml:para>Save the session in the current data source.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Entry with the newly assigned password is returned when PassThru is used.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMSessionPassword -detailed". For technical information, type "Get-Help Set-RDMSessionPassword -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-RDMSessionPassword -ID "{00000000-0000-0000-0000-000000000000}" -Password (Read-Host -AsSecureString "Password") -SetSession</dev:code>
        <dev:remarks>
          <maml:para>Set the password from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; Set-RDMSessionPassword -ID $list[1].ID -Password (Read-Host -AsSecureString "Password") -SetSession</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and sets the password from the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMSession -Name 'UniqueName' |
                    Set-RDMSessionDomain -Domain "MyOtherDomain.com" -PassThru |
                    Set-RDMSessionPassword -Password $securePassword -PassThru |
                    Set-RDMSessionUsername -UserName 'NewUserName' -PassThru |
                    Set-RDMSession</dev:code>
        <dev:remarks>
          <maml:para>Modify the domain, password and username of the entry named 'UniqueName'. The variable $securePassword is a secure string previously set. Persist the modification with the Set-RDMSession call.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMSessionProperty</command:name>
      <gl:group>RDMSessionProperty</gl:group>
      <maml:description>
        <maml:para>Set the value of property given a session ID and path.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMSessionProperty</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Protected values will always return null.</maml:para>
      <maml:para>Non value types will always return ".ToString()".</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionProperty</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="3">
          <maml:name>Property</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="4">
          <maml:name>Value</maml:name>
          <command:parameterValue required="true">Object</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>Refresh</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to get the password from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>The path to the property being read (reference RDM export xml). In the case of top level property do not specify parameter or pass empty string [""] or $null.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Property</maml:name>
        <maml:description>
          <maml:para>Property to set.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>Value</maml:name>
        <maml:description>
          <maml:para>New value.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMSessionProperty -detailed". For technical information, type "Get-Help Set-RDMSessionProperty -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-RDMSessionProperty -ID "{00000000-0000-0000-0000-000000000000}" -Property "Group" -Value "My New Group Name"</dev:code>
        <dev:remarks>
          <maml:para>Set the Group value from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-RDMSessionProperty "{00000000-0000-0000-0000-000000000000}" "MetaInformation" "OS" "Windows Server 2008 R2"</dev:code>
        <dev:remarks>
          <maml:para>Set the MetaInformation.OS value from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; Set-RDMSessionProperty -ID $list[1].ID -Path "MetaInformation" -Property "OS" -Value "Windows Server 2008 R2"</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and then sets the MetaInformation.OS value of the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionProperty</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMSessionStatus</command:name>
      <gl:group>RDMSessionStatus</gl:group>
      <maml:description>
        <maml:para>Set a status to a given session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMSessionStatus</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Set a status to a given session.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionStatus</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Message</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Status</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionStatus</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Message</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Status</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to set the status to.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Message</maml:name>
        <maml:description>
          <maml:para>Status message</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session to set the status to</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSConnection[]</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Status</maml:name>
        <maml:description>
          <maml:para>Status type</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMSessionStatus -detailed". For technical information, type "Get-Help Set-RDMSessionStatus -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; Set-RDMSessionStatus -Session $list[1] -Status Locked -Message 'Locked Message' </dev:code>
        <dev:remarks>
          <maml:para>Set the status locked to the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionUserName</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionUsername</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionStatus</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMSessionUsername</command:name>
      <gl:group>RDMSessionUsername</gl:group>
      <maml:description>
        <maml:para>Set the username on the specified session.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMSessionUsername</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Set the username on the specified session. To persist the new domain, the switch SetSession must be used.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionUsername</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>UserName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PassThru</maml:name>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionUsername</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>UserName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PassThru</maml:name>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Specifies the ID of the session to set the password from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PassThru</maml:name>
        <maml:description>
          <maml:para>Return the modified entry.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Specifies the session to set the username to</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SetSession</maml:name>
        <maml:description>
          <maml:para>Save the session in the current data source.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>UserName</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Entry with the newly assigned username is returned when PassThru is used.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMSessionUsername -detailed". For technical information, type "Get-Help Set-RDMSessionUsername -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-RDMSessionUsername "{00000000-0000-0000-0000-000000000000}" "localadmin"</dev:code>
        <dev:remarks>
          <maml:para>Set the username from the session with ID = "{00000000-0000-0000-0000-000000000000}".</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMSession; Get-RDMSessionPassword -ID $list[1].ID -Username </dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available sessions and gets the password from the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMSession -Name 'UniqueName' |
                    Set-RDMSessionDomain -Domain "MyOtherDomain.com" -PassThru |
                    Set-RDMSessionPassword -Password $securePassword -PassThru |
                    Set-RDMSessionUsername -UserName 'NewUserName' -PassThru |
                    Set-RDMSession</dev:code>
        <dev:remarks>
          <maml:para>Modify the domain, password and username of the entry named 'UniqueName'. The variable $securePassword is a secure string previously set. Persist the modification with the Set-RDMSession call.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionUserName</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RDMSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMSessionPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMSQLiteDatasourcePassword</command:name>
      <gl:group>RDMSQLiteDatasourcePassword</gl:group>
      <maml:description>
        <maml:para>Modify or clear your data source password</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMSQLiteDatasourcePassword</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMSQLiteDatasourcePassword</maml:name>
        <command:parameter required="true" position="4">
          <maml:name>NewPassword</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>DataSource</maml:name>
          <command:parameterValue required="true">PSDataSource</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMSQLiteDatasourcePassword</maml:name>
        <command:parameter required="true" position="4">
          <maml:name>NoPassword</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>DataSource</maml:name>
          <command:parameterValue required="true">PSDataSource</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>DataSource</maml:name>
        <maml:description>
          <maml:para>Specifies the SQLite data source</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSDataSource</command:parameterValue>
        <dev:type>
          <maml:name>PSDataSource</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>NewPassword</maml:name>
        <maml:description>
          <maml:para>New data source password.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>NoPassword</maml:name>
        <maml:description>
          <maml:para>Set no password.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMSQLiteDatasourcePassword -detailed". For technical information, type "Get-Help Set-RDMSQLiteDatasourcePassword -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $dataSource = Get-RDMDataSource -Name MySqliteDataSource; Set-RDMSQLiteDatasourcePassword -DataSource $dataSource -NewPassword (ConvertTo-SecureString -AsPlainText "MyPassword" -Force)</dev:code>
        <dev:remarks>
          <maml:para>Modify the password of the data source named MySqliteDataSource to MyPassword</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMTask</command:name>
      <gl:group>RDMTask</gl:group>
      <maml:description>
        <maml:para>Save or update a task.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMTask</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save or update a task of the current data source. This feature is only available for the following data sources: Devolutions Server, Azure SQL, SQL Server, and SQLite. If the data source does not support users, the parameter User will be simply ignored. If a virtual folder is involved, the user must have the add and edit rights to save the tasks. To modify fields, this cmdlet parameters can be used or the PSTask can be modified directly. The confirmation impact (ConfirmImpact) is low.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMTask</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Comment</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DueDate</maml:name>
          <command:parameterValue required="true">DateFilter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Priority</maml:name>
          <command:parameterValue required="true">DateFilter</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Status</maml:name>
          <command:parameterValue required="true">TodoStatus</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Task</maml:name>
          <command:parameterValue required="true">PSTask</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UnassignUser</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>User</maml:name>
          <command:parameterValue required="true">Object</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para />
            </maml:description>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Comment</maml:name>
        <maml:description>
          <maml:para>Modify the comment of the task.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Modify the description of the task.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DueDate</maml:name>
        <maml:description>
          <maml:para>Specify the deadline to accomplish the task.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateFilter</command:parameterValue>
        <dev:type>
          <maml:name>DateFilter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>The task will be saved or created without confirmation.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="true" pipelineInput="true (ByValue)" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>New name for the task.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Priority</maml:name>
        <maml:description>
          <maml:para>Modify the priority of the task.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DateFilter</command:parameterValue>
        <dev:type>
          <maml:name>DateFilter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Status</maml:name>
        <maml:description>
          <maml:para>Modify the status of the task.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TodoStatus</command:parameterValue>
        <dev:type>
          <maml:name>TodoStatus</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2">
        <maml:name>Task</maml:name>
        <maml:description>
          <maml:para>Task to add or modify.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSTask</command:parameterValue>
        <dev:type>
          <maml:name>PSTask</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UnassignUser</maml:name>
        <maml:description>
          <maml:para>Remove the user assigned to the task.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>User</maml:name>
        <maml:description>
          <maml:para>Assign this user to the task. The user can be specified with his name, his email address, his ID or a PSUserInfo.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSTask</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The task obtained from Get-RDMTask can be piped to the parameter Task.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMTask -detailed". For technical information, type "Get-Help Set-RDMTask -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMTask -Name ATask | Set-RDMTask -Comment "Task completed" -Status Closed</dev:code>
        <dev:remarks>
          <maml:para>Add the comment "Task completed" to task ATask and close it. If the name is not unique, all tasks named ATask will have the modifications.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; New-RDMTask -Name ATask -Entry AnEntry | Set-RDMTask -Force</dev:code>
        <dev:remarks>
          <maml:para>Save a newly created task named ATask and associated with AnEntry without any confirmation prompt.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $user = Get-RDMUser -Name AUser; Get-RDMTask -Status Assigned -User $user | Set-RDMTask -UnassignUser</dev:code>
        <dev:remarks>
          <maml:para>Unassign all the tasks assigned the user AUser.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; $task = Get-RDMTask -Name ATask; $task.Task.CustomField1 = "Whatever"; Set-RDMTask $task</dev:code>
        <dev:remarks>
          <maml:para>Store the uniquely named task ATask in $task. Add a value to the CustomField1 and save the modification using the only positional parameter.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 5-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-RDMTask -Name ATask | Set-RDMTask $task -WhatIf -Verbose -Description 'NewDesc' -DueDate 2023/1/1 -Priority 3</dev:code>
        <dev:remarks>
          <maml:para>Using the WhatIf and Verbose parameters, it will allow to determine if the task is created or updated and where exactly (data source name &gt; entry name &gt; task name). No modification will happen.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMTask</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMTask</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-RDMTask</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMTemplate</command:name>
      <gl:group>RDMTemplate</gl:group>
      <maml:description>
        <maml:para>Save templates in the current data source</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMTemplate</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save templates in the current data source. All local templates will be ignored.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMTemplate</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Template</maml:name>
          <command:parameterValue required="true">PSTemplate[]</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Template</maml:name>
        <maml:description>
          <maml:para>Template must be retrieved from Get-RDMTemplate</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSTemplate[]</command:parameterValue>
        <dev:type>
          <maml:name>PSTemplate[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.PSOutputObject.PSTemplate</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>An object PSTemplate can be piped to the parameter Template</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMTemplate -detailed". For technical information, type "Get-Help Set-RDMTemplate -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $grTemplates = Get-RDMTemplate | Where-Object -Property Type -eq TemplateGroup; $sess = Get-RDMSession -Name "ASession"; $grTemplates[0].GroupEntries += $sess; Set-RDMTemplate $grTemplates[0]</dev:code>
        <dev:remarks>
          <maml:para>Retrieves all group templates. Fetches the entry 'ASession' and add it to the first group template. Save the template with the new added entry.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMTemplate</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMTemplate</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMTemplate</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMUser</command:name>
      <gl:group>RDMUser</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMUser</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMUser</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>User</maml:name>
          <command:parameterValue required="true">PSUserInfo</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>User</maml:name>
        <maml:description>
          <maml:para>User object, must be retrieved from Get-RDMUser or created via New-RDMUser.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSUserInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSUserInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMUser -detailed". For technical information, type "Get-Help Set-RDMUser -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $user = Get-RDMUser -Name MyUser;
        $user.UserInfo.UserProfile.Company = 'UsersCompany';
        $user.UserInfo.UserProfile.Department = 'UsersDepartment';
        $user.UserInfo.UserProfile.Address = '123 UsersAddress';
        $user.UserInfo.UserProfile.Phone = '555-0100';
        Set-RDMUser -User $user</dev:code>
        <dev:remarks>
          <maml:para>Update information about the user MyUser.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMUserGroupRights</command:name>
      <gl:group>RDMUserGroupRights</gl:group>
      <maml:description>
        <maml:para>Assign/set user permissions.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMUserGroupRights</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Assign/set user permissions.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMUserGroupRights</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>User</maml:name>
          <command:parameterValue required="true">PSUserInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>SecurityGroup</maml:name>
          <command:parameterValue required="true">PSSecurityGroupInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>Add</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="6">
          <maml:name>Delete</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>Edit</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>View</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetUser</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>Add</maml:name>
        <maml:description>
          <maml:para>Allows the user to add entries in groups/folders for that security group.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="6">
        <maml:name>Delete</maml:name>
        <maml:description>
          <maml:para>Allows the user to Delete the entries for that security group.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>Edit</maml:name>
        <maml:description>
          <maml:para>Allows the user to Edit the entries for that security group.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>SecurityGroup</maml:name>
        <maml:description>
          <maml:para>Security group object, must be retrieved from Get-RDMSecurityGroup or created via New-RDMSecurityGroup.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSSecurityGroupInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSSecurityGroupInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SetUser</maml:name>
        <maml:description>
          <maml:para>Set the user in the data source</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>User</maml:name>
        <maml:description>
          <maml:para>User object, must be retrieved from Get-RDMUser or created via New-RDMUser.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSUserInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSUserInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>View</maml:name>
        <maml:description>
          <maml:para>Allows the user to View AND USE the entries for that security group.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMUserGroupRights -detailed". For technical information, type "Get-Help Set-RDMUserGroupRights -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $users = Get-RDMUser; $groups = Get-RDMGroup; Set-RDMUserGroupRights -user $users[1] -SecurityGroup $groups[0] -Add -Delete</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available users and groups. Set permission add and delete to the second user of the list on the first group of the list</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMUserProperty</command:name>
      <gl:group>RDMUserProperty</gl:group>
      <maml:description>
        <maml:para>Set the value of property given to a user.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMUserProperty</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Set the value of property given to a user.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMUserProperty</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>User</maml:name>
          <command:parameterValue required="true">PSUserInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="3">
          <maml:name>Property</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="4">
          <maml:name>Value</maml:name>
          <command:parameterValue required="true">Object</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Property</maml:name>
        <maml:description>
          <maml:para>Property to set.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>User</maml:name>
        <maml:description>
          <maml:para>Specifies the GUID of the user to get the password from.</maml:para>
          <maml:para />
          <maml:para>Must be a valid GUID, in the form {00000000-0000-0000-0000-000000000000}.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSUserInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSUserInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>Value</maml:name>
        <maml:description>
          <maml:para>New value.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMUserProperty -detailed". For technical information, type "Get-Help Set-RDMUserProperty -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-RDMuserProperty -User "$user" -Property "Description" -Value "My New Description"</dev:code>
        <dev:remarks>
          <maml:para>Set the description value for the user given.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $list = Get-RDMUser; Set-RDMUserProperty -User $list[1] -Property "Description" -Value "My description"</dev:code>
        <dev:remarks>
          <maml:para>Retrieves the list of available users and then sets the description value of the the second element in the list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMUserSecurity</command:name>
      <gl:group>RDMUserSecurity</gl:group>
      <maml:description>
        <maml:para>Assign/set user security settings.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMUserSecurity</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Assign/set user security settings.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMUserSecurity</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>User</maml:name>
          <command:parameterValue required="true">PSUserInfo</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="9">
          <maml:name>AllowDragAndDrop</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>CanExport</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>CanImport</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>CanViewDetails</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>CanViewGlobalLogs</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="7">
          <maml:name>CanViewInformations</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="10">
          <maml:name>DenyAddInRoot</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="8">
          <maml:name>OfflineMode</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetUser</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="9">
        <maml:name>AllowDragAndDrop</maml:name>
        <maml:description>
          <maml:para>Allows the user to move the sessions using drag-and-drop from other applications.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>CanExport</maml:name>
        <maml:description>
          <maml:para>Allows the user to Export sessions.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>CanImport</maml:name>
        <maml:description>
          <maml:para>Allows the user to Import sessions.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>CanViewDetails</maml:name>
        <maml:description>
          <maml:para>Allows the user to see the content of the Details tab for all sessions.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>CanViewGlobalLogs</maml:name>
        <maml:description>
          <maml:para>Allows the user to see the content of the Logs that apply to a session.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="7">
        <maml:name>CanViewInformations</maml:name>
        <maml:description>
          <maml:para>Allows the user to see the content of the Information tab for all sessions.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="10">
        <maml:name>DenyAddInRoot</maml:name>
        <maml:description>
          <maml:para>Denies the user the rights to add in the root.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="8">
        <maml:name>OfflineMode</maml:name>
        <maml:description>
          <maml:para>Allows the user to enable the Offline Mode on the data sources. Choose between:
Disabled : no offline cache allowed for that user
Cache : cache allowed for that user
ReadOnly : a read-only cache is allowed for Advanced Data Sources.
ReadWrite : an advanced cache, with change synchronization, is allowed for Advanced Data Sources.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SetUser</maml:name>
        <maml:description>
          <maml:para>Set user</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>User</maml:name>
        <maml:description>
          <maml:para>User object, must be retrieved from Get-RDMUser or created via New-RDMUser.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSUserInfo</command:parameterValue>
        <dev:type>
          <maml:name>PSUserInfo</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMUserSecurity -detailed". For technical information, type "Get-Help Set-RDMUserSecurity -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Set-RDMUserSecurity -user $user -CanImport $true -CanExport $true -AllowRevealPassword $false -OfflineMode "Read/Write"</dev:code>
        <dev:remarks>
          <maml:para>Set user to allow it to import, export, not allow to reveal password and set offline mode to read/write and</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-RDMUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMUserSpecificSettings</command:name>
      <gl:group>RDMUserSpecificSettings</gl:group>
      <maml:description>
        <maml:para>Save user specific settings in a session</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMUserSpecificSettings</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save user specific settings in a session</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMUserSpecificSettings</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>UserSpecificSettings</maml:name>
          <command:parameterValue required="true">BaseConnectionOverride</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>PSConnection object, must be retrieved from Get-RDMSession or created via New-RDMSession.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>UserSpecificSettings</maml:name>
        <maml:description>
          <maml:para>User specific settings, must be retrieved from Get-RDMUserSpecificSettings.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">BaseConnectionOverride</command:parameterValue>
        <dev:type>
          <maml:name>BaseConnectionOverride</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMUserSpecificSettings -detailed". For technical information, type "Get-Help Set-RDMUserSpecificSettings -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Start-RDMInstance</command:name>
      <gl:group>RDMInstance</gl:group>
      <maml:description>
        <maml:para>Initialize a Remote Desktop Manager PowerShell module instance</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Start</command:verb>
      <command:noun>RDMInstance</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Initialize a Remote Desktop Manager PowerShell module instance</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Start-RDMInstance -detailed". For technical information, type "Get-Help Start-RDMInstance -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Start-RDMProcess</command:name>
      <gl:group>RDMProcess</gl:group>
      <maml:description>
        <maml:para>Start a Remote Desktop Manager process</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Start</command:verb>
      <command:noun>RDMProcess</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Start a Remote Desktop Manager process</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Start-RDMProcess -detailed". For technical information, type "Get-Help Start-RDMProcess -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Stop-RDMProcess</command:name>
      <gl:group>RDMProcess</gl:group>
      <maml:description>
        <maml:para>Stop the running Remote Desktop Manager process</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Stop</command:verb>
      <command:noun>RDMProcess</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Stop the running Remote Desktop Manager process</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Stop-RDMProcess -detailed". For technical information, type "Get-Help Stop-RDMProcess -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Uninstall-RDMPackage</command:name>
      <gl:group>RDMPackage</gl:group>
      <maml:description>
        <maml:para>Uninstall the installed version of Remote Desktop Manager</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Uninstall</command:verb>
      <command:noun>RDMPackage</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Uninstall the installed version of Remote Desktop Manager</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Uninstall-RDMPackage</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Edition</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Quiet</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Edition</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Quiet</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Uninstall-RDMPackage -detailed". For technical information, type "Get-Help Uninstall-RDMPackage -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Uninstall-RDMPackage</dev:code>
        <dev:remarks>
          <maml:para />
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Update-RDMPackage</command:name>
      <gl:group>RDMPackage</gl:group>
      <maml:description>
        <maml:para>Update the installed version of Remote Desktop Manager</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Update</command:verb>
      <command:noun>RDMPackage</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Update the installed version of Remote Desktop Manager</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Update-RDMPackage</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Edition</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Quiet</maml:name>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Force</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Edition</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Quiet</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Update-RDMPackage -detailed". For technical information, type "Get-Help Update-RDMPackage -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Update-RDMPackage</dev:code>
        <dev:remarks>
          <maml:para />
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Update-RDMRepository</command:name>
      <gl:group>RDMRepository</gl:group>
      <maml:description>
        <maml:para>Update RDM repository list.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Update</command:verb>
      <command:noun>RDMRepository</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Update RDM repository list.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Update-RDMRepository -detailed". For technical information, type "Get-Help Update-RDMRepository -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Update-RDMRepository</dev:code>
        <dev:remarks>
          <maml:para>Update RDM repository list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Update-RDMSessionAttachment</command:name>
      <gl:group>RDMSessionAttachment</gl:group>
      <maml:description>
        <maml:para>Update attachment document.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Update</command:verb>
      <command:noun>RDMSessionAttachment</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Update attachment document.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Update-RDMSessionAttachment</maml:name>
        <command:parameter required="false" position="3">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Attachment</maml:name>
          <command:parameterValue required="true">PSConnectionAttachment</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Filename</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Attachment</maml:name>
        <maml:description>
          <maml:para>Attachment to update the document to.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnectionAttachment</command:parameterValue>
        <dev:type>
          <maml:name>PSConnectionAttachment</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Filename</maml:name>
        <maml:description>
          <maml:para>New document filename</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Update-RDMSessionAttachment -detailed". For technical information, type "Get-Help Update-RDMSessionAttachment -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $session = Get-RDMSession -Name MySession; $attachments = Get-RDMSessionAttachment -Session $session; Update-RDMSessionAttachment -Attachment $attachments[0] -Filename 'C:\Mytestfile.txt'</dev:code>
        <dev:remarks>
          <maml:para>Update the first attachment to the document at 'C:\Mytestfile.txt'.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Update-RDMSessionDocument</command:name>
      <gl:group>RDMSessionDocument</gl:group>
      <maml:description>
        <maml:para>Update attachment document.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Update</command:verb>
      <command:noun>RDMSessionDocument</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Update attachment document.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Update-RDMSessionDocument</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Filename</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Refresh</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Update-RDMSessionDocument</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Session</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="4">
          <maml:name>Attachment</maml:name>
          <command:parameterValue required="true">PSConnectionAttachment</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Refresh</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>Attachment</maml:name>
        <maml:description>
          <maml:para>Attachment to update the document to.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnectionAttachment</command:parameterValue>
        <dev:type>
          <maml:name>PSConnectionAttachment</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Filename</maml:name>
        <maml:description>
          <maml:para>New document filename</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Session</maml:name>
        <maml:description>
          <maml:para>Session to update the document to.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Update-RDMSessionDocument -detailed". For technical information, type "Get-Help Update-RDMSessionDocument -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $session = Get-RDMSession -Name MySession; $attachments = Get-RDMSessionAttachment -Session $session; Update-RDMSessionAttachment -Attachment $attachments[0] -Filename 'C:\Mytestfile.txt'</dev:code>
        <dev:remarks>
          <maml:para>Update the first attachment to the document at 'C:\Mytestfile.txt'.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Update-RDMUI</command:name>
      <gl:group>RDMUI</gl:group>
      <maml:description>
        <maml:para>Update RDM user interface.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Update</command:verb>
      <command:noun>RDMUI</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Update RDM user interface.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Update-RDMUI -detailed". For technical information, type "Get-Help Update-RDMUI -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Update-RDMUI</dev:code>
        <dev:remarks>
          <maml:para>Update RDM user interface.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSRootSession</command:name>
      <gl:group>DSRootSession</gl:group>
      <maml:description>
        <maml:para>Get the root entry of the specified vault.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSRootSession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the root entry of the specified vault.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSRootSession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultID</maml:name>
        <maml:description>
          <maml:para>Specify the ID of the desired vault.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response containg the root in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSRootSession -detailed". For technical information, type "Get-Help Get-DSRootSession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSVault</command:name>
      <gl:group>DSVault</gl:group>
      <maml:description>
        <maml:para>Get vault(s) from the Devolutions Server instance.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSVault</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get vaults in the Devolutions Server instance in three ways: a single vault by its ID, all vaults, or a subset of vaults from pagination.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSVault</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>All</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-DSVault</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Descending</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PageNumber</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PageSize</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SortField</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-DSVault</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Legacy</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-DSVault</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>Fetches all vaults.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Descending</maml:name>
        <maml:description>
          <maml:para>Sort the field in the descending order.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Legacy</maml:name>
        <maml:description>
          <maml:para>Deprecated. Do not use.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PageNumber</maml:name>
        <maml:description>
          <maml:para>Specify the desired page. If not specified, the first one will be returned.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PageSize</maml:name>
        <maml:description>
          <maml:para>Number of vaults in a page. If not specified, there will be 25 vaults per page.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SortField</maml:name>
        <maml:description>
          <maml:para>Specify the field on which the vaults will be ordered.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultID</maml:name>
        <maml:description>
          <maml:para>Specify the ID of the desired vault.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[Devolutions.RemoteDesktopManager.Business.Entities.RepositoryEntity, RemoteDesktopManager.Business, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Object representing the server response with a single vault in the Data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.MultipleDataServerResponse`1[[Devolutions.RemoteDesktopManager.Business.Entities.RepositoryEntity, RemoteDesktopManager.Business, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Object representing the server response with the vaults in the Data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSVault -detailed". For technical information, type "Get-Help Get-DSVault -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $vaults = Get-DSVault -All</dev:code>
        <dev:remarks>
          <maml:para>Retrieve all vaults and store the ServerResponse&lt;RepositoryEntity[]&gt; in $vaults.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $vault = Get-DSVault -VaultID 00000000-0000-0000-0000-000000000000</dev:code>
        <dev:remarks>
          <maml:para>Retrieve the vault with the matching ID and store the ServerResponse&lt;RepositoryEntity&gt; in $vault.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $vaults = Get-DSVault -PageNumber 2 -PageSize 10</dev:code>
        <dev:remarks>
          <maml:para>Retrieve the second page of 10 vaults and store the ServerResponse&lt;RepositoryEntity[]&gt; in $vaults.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-DSVault</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSVault</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSVault</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSVaultPermission</command:name>
      <gl:group>DSVaultPermission</gl:group>
      <maml:description>
        <maml:para>Get the vault permissions.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSVaultPermission</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the vault permissions.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>PrincipalTypes</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>PrincipalTypes</maml:name>
        <maml:description>
          <maml:para>Specify the type of users.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultID</maml:name>
        <maml:description>
          <maml:para>Specify the ID of the desired vault.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.MultipleDataServerResponse`1[[Devolutions.RemoteDesktopManager.Business.Entities.RepositoryAssignmentEntity, RemoteDesktopManager.Business, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Object representing the server response with the permissions in the Data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSVaultPermission -detailed". For technical information, type "Get-Help Get-DSVaultPermission -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $response = Get-DSVaultPermission -VaultID $vaultID -PrincipalType Applications;
        $apps = response.Data | Select Name, Description, IsMember;
        Set-DSVaultApplication -VaultID $vaultID -AllowedApplicationsList $apps[1].Name,$apps[3].Name -Update</dev:code>
        <dev:remarks>
          <maml:para>Fetch all the applications for the vault $vaultID and keep only their name, description and isMember attributes. Update the second and fourth applications of the list, changing their membership status.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-DSVault</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSVault</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSVault</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-DSVault</command:name>
      <gl:group>DSVault</gl:group>
      <maml:description>
        <maml:para>Create a new vault</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>DSVault</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a new vault and add users, applications and roles to it if the respective list is supplied.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-DSVault</maml:name>
        <command:parameter required="false" position="6">
          <maml:name>AllowedApplicationList</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="7">
          <maml:name>AllowedRolesList</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>AllowedUsernameList</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>IsAllowedOffline</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="6">
        <maml:name>AllowedApplicationList</maml:name>
        <maml:description>
          <maml:para>Accept an array of strings containing application names (not app id) to add to the vault</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="7">
        <maml:name>AllowedRolesList</maml:name>
        <maml:description>
          <maml:para>Accept an array of strings containing user group's name (not id) to add to the vault</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="5">
        <maml:name>AllowedUsernameList</maml:name>
        <maml:description>
          <maml:para>Accept an array of strings containing usernames (not id) to add to the vault</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Vault's description</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>IsAllowedOffline</maml:name>
        <maml:description>
          <maml:para>Specify if the vault is allowed to be used while offline. It is allowed by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Name of the vault</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Vault's master password. Backend does not verify password complexity, so you should use New-DSPassword and choose a password in the list</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Object representing the server response.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-DSVault -detailed". For technical information, type "Get-Help New-DSVault -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>$Vault = @{
        Name = 'NewVault'
        Description = 'This is a description for the new vault.'
        IsAllowedOffline = $true
        Password = 'Pa$$w0rd!'
        AllowedUsernameList = @("User1")
        AllowedRolesList = @("Role1", "Role2")
        AllowedApplicationList = @("App1")
        }

        $response = New-DSVault @Vault</dev:code>
        <dev:remarks>
          <maml:para>Create the vault NewVault who can be accessed by User1, App1 and the roles Role1 and Role2.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSVault</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSVault</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSVault</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-DSVault</command:name>
      <gl:group>DSVault</gl:group>
      <maml:description>
        <maml:para>Delete a vault.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>DSVault</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Deletes a vault from DVLS instance and delete all entries inside of it. Be careful, this action is irreversible if you don't have a recent back-up.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-DSVault</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultID</maml:name>
        <maml:description>
          <maml:para>Vault's ID to delete</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Object representing the server response.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-DSVault -detailed". For technical information, type "Get-Help Remove-DSVault -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSVault</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSVault</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSVault</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-DSVaultApplication</command:name>
      <gl:group>DSVaultApplication</gl:group>
      <maml:description>
        <maml:para>Sets the allowed applications for a given vault.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>DSVaultApplication</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Sets which application have access to a given vault. If the "Update" flag is present and a supplied application name is already a member of the vault, it will remove this application.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-DSVaultApplication</maml:name>
        <command:parameter required="false" position="2">
          <maml:name>AllowedApplicationsList</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Update</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="2">
        <maml:name>AllowedApplicationsList</maml:name>
        <maml:description>
          <maml:para>Accept an array of strings containing application names (not id) to allow in vault</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Update</maml:name>
        <maml:description>
          <maml:para>Update the current applications instead of overwriting them.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultID</maml:name>
        <maml:description>
          <maml:para>Vault's ID to update</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Object representing the server response</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-DSVaultApplication -detailed". For technical information, type "Get-Help Set-DSVaultApplication -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-DSVaultApplication @("App1", "App2")</dev:code>
        <dev:remarks>
          <maml:para>No application allowed in the vault before the execution. App1 and App2 allowed in the vault after the command.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-DSVaultApplication @("App3")</dev:code>
        <dev:remarks>
          <maml:para>App1 and User2 allowed in the vault before the execution. App3 is the only application allowed in the vault after the command.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-DSVaultApplication @("App2") -Update</dev:code>
        <dev:remarks>
          <maml:para>App1 allowed in the vault before the execution. App1 and App2 allowed in the vault after the command. The update flag keeps previous applications.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-DSVaultApplication @("App2", "App3") -Update</dev:code>
        <dev:remarks>
          <maml:para>App1 and App2 allowed in the vault before the execution. App1 and App3 allowed in the vault after the command. App2 lose his access because of the presence of the update flag.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-DSVaultRole</command:name>
      <gl:group>DSVaultRole</gl:group>
      <maml:description>
        <maml:para>Sets the allowed user groups for a given vault.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>DSVaultRole</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Sets which users have access to a given vault. If the "Update" flag is present and a supplied username is already a member of the vault, it will remove this user.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-DSVaultRole</maml:name>
        <command:parameter required="false" position="2">
          <maml:name>AllowedRolesList</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Update</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="2">
        <maml:name>AllowedRolesList</maml:name>
        <maml:description>
          <maml:para>Accept an array of strings containing usernames (not id) to allow in vault</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Update</maml:name>
        <maml:description>
          <maml:para>Update the current users instead of overwriting them.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultID</maml:name>
        <maml:description>
          <maml:para>Vault's ID to update</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Object representing the server response</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-DSVaultRole -detailed". For technical information, type "Get-Help Set-DSVaultRole -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-DSVaultRole @("Role1", "Role2")</dev:code>
        <dev:remarks>
          <maml:para>No role allowed in the vault before the execution. Role1 and Role2 allowed in the vault after the command.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-DSVaultRole @("Role3")</dev:code>
        <dev:remarks>
          <maml:para>Role1 and Role2 allowed in the vault before the execution. Role3 is the only role allowed in the vault after the command.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-DSVaultRole @("Role2") -Update</dev:code>
        <dev:remarks>
          <maml:para>User1 allowed in the vault before the execution. Role1 and Role2 allowed in the vault after the command. The update flag keeps previous users.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-DSVaultRole @("User2", "Role3") -Update</dev:code>
        <dev:remarks>
          <maml:para>Role1 and Role2 allowed in the vault before the execution. Role1 and Role3 allowed in the vault after the command. Role2 lose his access because of the presence of the update flag.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-DSVaultUser</command:name>
      <gl:group>DSVaultUser</gl:group>
      <maml:description>
        <maml:para>Sets the allowed users for a given vault.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>DSVaultUser</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Sets which users have access to a given vault. If the "Update" flag is present and a supplied username is already a member of the vault, it will remove this user.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-DSVaultUser</maml:name>
        <command:parameter required="false" position="2">
          <maml:name>AllowedUsernameList</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Update</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="2">
        <maml:name>AllowedUsernameList</maml:name>
        <maml:description>
          <maml:para>Accept an array of strings containing usernames (not id) to allow in vault</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Update</maml:name>
        <maml:description>
          <maml:para>Update the current users instead of overwriting them.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultID</maml:name>
        <maml:description>
          <maml:para>Vault's ID to update</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Object representing the server response</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-DSVaultUser -detailed". For technical information, type "Get-Help Set-DSVaultUser -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-DSVaultUser @("User1", "User2")</dev:code>
        <dev:remarks>
          <maml:para>No user allowed in the vault before the execution. User1 and User2 allowed in the vault after the command.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-DSVaultUser @("User3")</dev:code>
        <dev:remarks>
          <maml:para>User1 and User2 allowed in the vault before the execution. User3 is the only user allowed in the vault after the command.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-DSVaultUser @("User2") -Update</dev:code>
        <dev:remarks>
          <maml:para>User1 allowed in the vault before the execution. User1 and User2 allowed in the vault after the command. The update flag keeps previous users.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; Set-DSVaultUser @("User2", "User3") -Update</dev:code>
        <dev:remarks>
          <maml:para>User1 and User2 allowed in the vault before the execution. User1 and User3 allowed in the vault after the command. User2 lose his access because of the presence of the update flag.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Update-DSVault</command:name>
      <gl:group>DSVault</gl:group>
      <maml:description>
        <maml:para>Update a vault.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Update</command:verb>
      <command:noun>DSVault</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Update a vault using the supplied parameters. If name is present, it cannot be null nor empty. Backend does not verify password complexity, so use New-DSPassword to generate a strong password with house policy.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Update-DSVault</maml:name>
        <command:parameter required="false" position="6">
          <maml:name>AllowedUsernameList</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="7">
          <maml:name>AllowedApplicationList</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="8">
          <maml:name>AllowedRolesList</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>IsAllowedOffline</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="7">
        <maml:name>AllowedApplicationList</maml:name>
        <maml:description>
          <maml:para>Accept an array of strings containing application names (not app id) to add to the vault</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="8">
        <maml:name>AllowedRolesList</maml:name>
        <maml:description>
          <maml:para>Accept an array of strings containing user group's name (not id) to add to the vault</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="6">
        <maml:name>AllowedUsernameList</maml:name>
        <maml:description>
          <maml:para>Accept an array of strings containing usernames (not id) to add to the vault</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Vault's description</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>IsAllowedOffline</maml:name>
        <maml:description>
          <maml:para>Specify if the vault is allowed to be used while offline. Its default value is true.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Vault's name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Vault's master password. Backend does not verify password complexity, so you should use New-DSPassword and choose a password in the list</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultID</maml:name>
        <maml:description>
          <maml:para>Vault's ID to update</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Object representing the server response.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Update-DSVault -detailed". For technical information, type "Get-Help Update-DSVault -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>$UpdatedVault = @{
            VaultID = "36120922-539d-4550-8567-fc4f21d77352"
            Name = "Test"
            Description = "Test"
            IsAllowedOffline = $false
            Password = 'Pa$$w0rd!'
            AllowedUsersList = @("User1")
            AllowedRolesList = @("Role1")
            AllowedApplicationList = @("App1")
        }

    Update-DSVault @UpdatedVault -Verbose</dev:code>
        <dev:remarks>
          <maml:para>Update an existing vault whose ID is 36120922-539d-4550-8567-fc4f21d77352. All other fields are modified by the value specified in the hash table.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSVault</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSVault</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSVault</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Convert-PSCustomObjectToXML</command:name>
      <gl:group>PSCustomObjectToXML</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Convert</command:verb>
      <command:noun>PSCustomObjectToXML</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Convert-PSCustomObjectToXML</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Object</maml:name>
          <command:parameterValue required="true">PSObject</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
        <maml:name>Object</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSObject</command:parameterValue>
        <dev:type>
          <maml:name>PSObject</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Convert-PSCustomObjectToXML -detailed". For technical information, type "Get-Help Convert-PSCustomObjectToXML -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Convert-XMLToPSCustomObject</command:name>
      <gl:group>XMLToPSCustomObject</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Convert</command:verb>
      <command:noun>XMLToPSCustomObject</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Convert-XMLToPSCustomObject</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>XML</maml:name>
          <command:parameterValue required="true">XmlDocument</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
        <maml:name>XML</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="true" variableLength="false">XmlDocument</command:parameterValue>
        <dev:type>
          <maml:name>XmlDocument</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Convert-XMLToPSCustomObject -detailed". For technical information, type "Get-Help Convert-XMLToPSCustomObject -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Convert-XMLToSerializedString</command:name>
      <gl:group>XMLToSerializedString</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Convert</command:verb>
      <command:noun>XMLToSerializedString</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Convert-XMLToSerializedString</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>XML</maml:name>
          <command:parameterValue required="true">XmlDocument</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
        <maml:name>XML</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="true" variableLength="false">XmlDocument</command:parameterValue>
        <dev:type>
          <maml:name>XmlDocument</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Convert-XMLToSerializedString -detailed". For technical information, type "Get-Help Convert-XMLToSerializedString -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Invoke-DSResetServerCache</command:name>
      <gl:group>DSResetServerCache</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Invoke</command:verb>
      <command:noun>DSResetServerCache</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Invoke-DSResetServerCache -detailed". For technical information, type "Get-Help Invoke-DSResetServerCache -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-DSEntityPermissions</command:name>
      <gl:group>DSEntityPermissions</gl:group>
      <maml:description>
        <maml:para>Sets the permissions on a given entity.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>DSEntityPermissions</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Sets the permissions on a given entity (Vault, folder or entry).</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-DSEntityPermissions</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>EntityId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>PermissionOverride</maml:name>
          <command:parameterValue required="true">Default | Custom | Inherited | Everyone | Never</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Permissions</maml:name>
          <command:parameterValue required="true">ConnectionPermission[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>OverrideExistingPermissions</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntityId</maml:name>
        <maml:description>
          <maml:para>ID of the entity for which you want to change the permissions</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>OverrideExistingPermissions</maml:name>
        <maml:description>
          <maml:para>ID of the entity for which you want to change the permissions</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>PermissionOverride</maml:name>
        <maml:description>
          <maml:para>ID of the entity for which you want to change the permissions</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SecurityRoleOverride</command:parameterValue>
        <dev:type>
          <maml:name>SecurityRoleOverride</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="2">
        <maml:name>Permissions</maml:name>
        <maml:description>
          <maml:para>ID of the entity for which you want to change the permissions</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">ConnectionPermission[]</command:parameterValue>
        <dev:type>
          <maml:name>ConnectionPermission[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating if the operation is successful.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-DSEntityPermissions -detailed". For technical information, type "Get-Help Set-DSEntityPermissions -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>$Permissions = @(
            [ConnectionPermission]@{
                IsEmpty = $false
                Override = [SecurityRoleOverride]::Custom
                Right = [SecurityRoleRight]::View
                Roles = @($UserId1, $UserId2, $RoleId1)
            },
            [ConnectionPermission]@{
                IsEmpty = $false
                Override = [SecurityRoleOverride]::Inherited
                Right = [SecurityRoleRight]::Edit
                Roles = @($UserId1, $UserId2, $RoleId1)
            }
        )
        &gt; Set-DSEntityPermissions -EntityId $ID -Permissions $Permissions</dev:code>
        <dev:remarks>
          <maml:para>- To override already existing permissions, please use the 'OverrideExistingPermissions' switch parameter.
        - When using this CMDlet, your entity's override mode will default to 'Custom'. Use the 'PermissionOverride' parameter if you wish to set it to anything else.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSUser</command:name>
      <gl:group>DSUser</gl:group>
      <maml:description>
        <maml:para>Get one or more users</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSUser</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get a single user, a page of users, or all users.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSUser</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>All</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-DSUser</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>PageNumber</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PageSize</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-DSUser</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>All users will be fetched.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PageNumber</maml:name>
        <maml:description>
          <maml:para>Specify the page of users fetched. First page is fetched by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PageSize</maml:name>
        <maml:description>
          <maml:para>Number of users per page. 10 users per page by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserID</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[Devolutions.RemoteDesktopManager.Business.Entities.UserEntity, RemoteDesktopManager.Business, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with the user in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.MultipleDataServerResponse`1[[Devolutions.RemoteDesktopManager.Business.Models.UserListItem, RemoteDesktopManager.Business, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with users in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSUser -detailed". For technical information, type "Get-Help Get-DSUser -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSUser -All</dev:code>
        <dev:remarks>
          <maml:para>Get all the users</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSUser -UserID $userID</dev:code>
        <dev:remarks>
          <maml:para>Get a specific user</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSUser -PageNumber 1 -PageSize 10</dev:code>
        <dev:remarks>
          <maml:para>Get the first page containing 10 users</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-DSUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSUSer</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-DSUser</command:name>
      <gl:group>DSUser</gl:group>
      <maml:description>
        <maml:para>Create a new user</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>DSUser</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a new user with the supplied parameters.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-DSUser</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>AuthenticationType</maml:name>
          <command:parameterValue required="true">Builtin | LocalWindows | SqlServer | Domain | Office365 | None | Cloud | Legacy | AzureAD | Application | Okta</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UserType</maml:name>
          <command:parameterValue required="true">Admin | User | Restricted | ReadOnly</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UserLicenceType</maml:name>
          <command:parameterValue required="true">Default | ConnectionManagement | PasswordManagement</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>FirstName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>LastName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Email</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Language</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Enabled</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UserMustChangePasswordAtNextLogin</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CompanyName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>JobTitle</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Department</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>GravatarEmail</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Address</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>State</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CountryName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Phone</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Workphone</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CellPhone</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Fax</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HasAccessRDM</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HasAccessWebLogin</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HasAccessLauncher</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HasAccessWeb</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HasAccessCLI</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AllowDragAndDrop</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CanViewInformations</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CanViewGlobalLogs</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CanImport</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CanExport</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>OfflineMode</maml:name>
          <command:parameterValue required="true">Disabled | Cache | ReadOnly | ReadWrite | Unknown</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Address</maml:name>
        <maml:description>
          <maml:para>Address of the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AllowDragAndDrop</maml:name>
        <maml:description>
          <maml:para>True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AuthenticationType</maml:name>
        <maml:description>
          <maml:para>Authentication type of the server user. Builtin (Devolutions Server) by default. Domain: authenticate using the Active Directory user account.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ServerUserType</command:parameterValue>
        <dev:type>
          <maml:name>ServerUserType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CanExport</maml:name>
        <maml:description>
          <maml:para>True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CanImport</maml:name>
        <maml:description>
          <maml:para>True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CanViewGlobalLogs</maml:name>
        <maml:description>
          <maml:para>True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CanViewInformations</maml:name>
        <maml:description>
          <maml:para>True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CellPhone</maml:name>
        <maml:description>
          <maml:para>Cell phone number to contact the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CompanyName</maml:name>
        <maml:description>
          <maml:para>Company name that employs the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CountryName</maml:name>
        <maml:description>
          <maml:para>Country of the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Department</maml:name>
        <maml:description>
          <maml:para>Department in which the user is working.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Email</maml:name>
        <maml:description>
          <maml:para>Email of the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Enabled</maml:name>
        <maml:description>
          <maml:para>Determine if the user is activated. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Fax</maml:name>
        <maml:description>
          <maml:para>Fax number to contact the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>FirstName</maml:name>
        <maml:description>
          <maml:para>First name of the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GravatarEmail</maml:name>
        <maml:description>
          <maml:para>Gravatar email to obtain the user's avatar.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HasAccessCLI</maml:name>
        <maml:description>
          <maml:para>Allow the user to use to CLI (command line interface). True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HasAccessLauncher</maml:name>
        <maml:description>
          <maml:para>Allow the user can open remote connections with Devolutions Launcher. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HasAccessRDM</maml:name>
        <maml:description>
          <maml:para>Allow the user to access to Devolutions Server through RDM. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HasAccessWeb</maml:name>
        <maml:description>
          <maml:para>Allow the user to use Devolutions Server web interface. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HasAccessWebLogin</maml:name>
        <maml:description>
          <maml:para>Allow the user to auto fill username and passwords on websites with Devolutions Web Login. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>JobTitle</maml:name>
        <maml:description>
          <maml:para>Job title of the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Language</maml:name>
        <maml:description>
          <maml:para>Language of the user's web interface. English by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>LastName</maml:name>
        <maml:description>
          <maml:para>Last name of the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>OfflineMode</maml:name>
        <maml:description>
          <maml:para>Offline mode. Read/Write by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">OfflineMode</command:parameterValue>
        <dev:type>
          <maml:name>OfflineMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Password of the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Phone</maml:name>
        <maml:description>
          <maml:para>Phone number to contact the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>State</maml:name>
        <maml:description>
          <maml:para>State of the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserLicenceType</maml:name>
        <maml:description>
          <maml:para>Select the type of the license that the user has: Default: Connection Management. | Connection Management: for users who open remote connections. | Password Management: for users who only use Devolutions Server as a password manager.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">UserLicenceTypeMode</command:parameterValue>
        <dev:type>
          <maml:name>UserLicenceTypeMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserMustChangePasswordAtNextLogin</maml:name>
        <maml:description>
          <maml:para>Force the user to change the password next time they log on.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Username</maml:name>
        <maml:description>
          <maml:para>User login name.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserType</maml:name>
        <maml:description>
          <maml:para>User type defining his rights. User by default. Choices: Administrator: grant full administrative rights to the user. | Read only user: grant only the View access to the user. | Restricted user: select which rights to grant to the user. | User: grant all basic rights to the user (Add, Edit, Delete).</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">UserType</command:parameterValue>
        <dev:type>
          <maml:name>UserType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Workphone</maml:name>
        <maml:description>
          <maml:para>Work phone number to contact the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-DSUser -detailed". For technical information, type "Get-Help New-DSUser -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; New-DSUser -AuthenticationType Builtin -UserType ReadOnly -Username ASimpleUser -Password 123456 -FirstName First -LastName Last -Email myemail@email.com -Language French -CountryName Canada -OfflineMode Disabled</dev:code>
        <dev:remarks>
          <maml:para>Create a new read only user.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSUSer</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-DSUSer</command:name>
      <gl:group>DSUSer</gl:group>
      <maml:description>
        <maml:para>Delete a user</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>DSUSer</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Delete a user specified by the ID attribute.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-DSUSer</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserID</maml:name>
        <maml:description>
          <maml:para>Id of the user to delete.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-DSUSer -detailed". For technical information, type "Get-Help Remove-DSUSer -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Update-DSUser</command:name>
      <gl:group>DSUser</gl:group>
      <maml:description>
        <maml:para>Update a user</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Update</command:verb>
      <command:noun>DSUser</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Update a user with the supplied parameters.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Update-DSUser</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CustomRoles</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UserType</maml:name>
          <command:parameterValue required="true">Admin | User | Restricted | ReadOnly</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UserLicenceType</maml:name>
          <command:parameterValue required="true">Default | ConnectionManagement | PasswordManagement</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>FirstName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>LastName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Email</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Language</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Enabled</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UserMustChangePasswordAtNextLogin</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CompanyName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>JobTitle</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Department</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>GravatarEmail</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Address</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>State</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CountryName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Phone</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Workphone</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CellPhone</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Fax</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HasAccessRDM</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HasAccessWebLogin</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HasAccessLauncher</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HasAccessWeb</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HasAccessCLI</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AllowDragAndDrop</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CanViewInformations</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CanViewGlobalLogs</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CanImport</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CanExport</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>OfflineMode</maml:name>
          <command:parameterValue required="true">Disabled | Cache | ReadOnly | ReadWrite | Unknown</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Address</maml:name>
        <maml:description>
          <maml:para>Address of the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AllowDragAndDrop</maml:name>
        <maml:description>
          <maml:para>True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CanExport</maml:name>
        <maml:description>
          <maml:para>True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CanImport</maml:name>
        <maml:description>
          <maml:para>True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CanViewGlobalLogs</maml:name>
        <maml:description>
          <maml:para>True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CanViewInformations</maml:name>
        <maml:description>
          <maml:para>True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CellPhone</maml:name>
        <maml:description>
          <maml:para>Cell phone number to contact the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CompanyName</maml:name>
        <maml:description>
          <maml:para>Company name that employs the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CountryName</maml:name>
        <maml:description>
          <maml:para>Country of the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>CustomRoles</maml:name>
        <maml:description>
          <maml:para>Role ids the user will be assigned to.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Department</maml:name>
        <maml:description>
          <maml:para>Department in which the user is working.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Email</maml:name>
        <maml:description>
          <maml:para>Email of the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Enabled</maml:name>
        <maml:description>
          <maml:para>Determine if the user is activated. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Fax</maml:name>
        <maml:description>
          <maml:para>Fax number to contact the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>FirstName</maml:name>
        <maml:description>
          <maml:para>First name of the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GravatarEmail</maml:name>
        <maml:description>
          <maml:para>Gravatar email to obtain the user's avatar.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HasAccessCLI</maml:name>
        <maml:description>
          <maml:para>Allow the user to use to CLI (command line interface). True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HasAccessLauncher</maml:name>
        <maml:description>
          <maml:para>Allow the user can open remote connections with Devolutions Launcher. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HasAccessRDM</maml:name>
        <maml:description>
          <maml:para>Allow the user to access to Devolutions Server through RDM. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HasAccessWeb</maml:name>
        <maml:description>
          <maml:para>Allow the user to use Devolutions Server web interface. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HasAccessWebLogin</maml:name>
        <maml:description>
          <maml:para>Allow the user to auto fill username and passwords on websites with Devolutions Web Login. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>JobTitle</maml:name>
        <maml:description>
          <maml:para>Job title of the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Language</maml:name>
        <maml:description>
          <maml:para>Language of the user's web interface. English by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>LastName</maml:name>
        <maml:description>
          <maml:para>Last name of the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>OfflineMode</maml:name>
        <maml:description>
          <maml:para>Offline mode. Read/Write by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">OfflineMode</command:parameterValue>
        <dev:type>
          <maml:name>OfflineMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Password of the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Phone</maml:name>
        <maml:description>
          <maml:para>Phone number to contact the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>State</maml:name>
        <maml:description>
          <maml:para>State of the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserID</maml:name>
        <maml:description>
          <maml:para>Id of the user to update.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserLicenceType</maml:name>
        <maml:description>
          <maml:para>Select the type of the license that the user has: Default: Connection Management. | Connection Management: for users who open remote connections. | Password Management: for users who only use Devolutions Server as a password manager.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">UserLicenceTypeMode</command:parameterValue>
        <dev:type>
          <maml:name>UserLicenceTypeMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserMustChangePasswordAtNextLogin</maml:name>
        <maml:description>
          <maml:para>Force the user to change the password next time they log on.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Username</maml:name>
        <maml:description>
          <maml:para>Ignored. User login name.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserType</maml:name>
        <maml:description>
          <maml:para>User type defining his rights. User by default. Choices: Administrator: grant full administrative rights to the user. | Read only user: grant only the View access to the user. | Restricted user: select which rights to grant to the user. | User: grant all basic rights to the user (Add, Edit, Delete).</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">UserType</command:parameterValue>
        <dev:type>
          <maml:name>UserType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Workphone</maml:name>
        <maml:description>
          <maml:para>Work phone number to contact the user.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Update-DSUser -detailed". For technical information, type "Get-Help Update-DSUser -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Update-DSUSer -UserId $uid -CustomRoles "d8f94f53-e073-48fd-85b7-d4bfb127bd2d"</dev:code>
        <dev:remarks>
          <maml:para>Assign the role "d8f94f53-e073-48fd-85b7-d4bfb127bd2d" to the user whose id is $uid. All others previous roles are unassigned.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSUser</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSUSer</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSAuthenticationModes</command:name>
      <gl:group>DSAuthenticationModes</gl:group>
      <maml:description>
        <maml:para>Get the authentication modes allowed by the server.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSAuthenticationModes</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get the authentication modes allowed by the server. The possibilities of authentication are AzureAD, Otka, Custom (Devolutions Server), Domain and Windows Authentication</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response in case of failure.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with the result in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSAuthenticationModes -detailed". For technical information, type "Get-Help Get-DSAuthenticationModes -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Set-DSAuthenticationModes</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSServerInfo</command:name>
      <gl:group>DSServerInfo</gl:group>
      <maml:description>
        <maml:para>Obtain the server information.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSServerInfo</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Obtain the server information at the specified URL.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSServerInfo</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>URL</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>URL</maml:name>
        <maml:description>
          <maml:para>URL of the server.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[Devolutions.RemoteDesktopManager.Business.Entities.WebServerInfo, RemoteDesktopManager.Business, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response containing the server information.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSServerInfo -detailed". For technical information, type "Get-Help Get-DSServerInfo -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSServerInfo -URL https://here.is.myapp/dvls</dev:code>
        <dev:remarks>
          <maml:para>Obtain the server information of the dvls instance located at "https://here.is.myapp/dvls".</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-DSAuthenticationModes</command:name>
      <gl:group>DSAuthenticationModes</gl:group>
      <maml:description>
        <maml:para>Modify the authentification modes allowed.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>DSAuthenticationModes</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Modify the authentification modes allowed. AzureAD, Custom (Devolutions Server) and Domain authentications can be modified.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-DSAuthenticationModes</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>AzureADAuthenticationEnabled</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CustomAuthenticationEnabled</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DomainAuthenticationEnabled</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AzureADAuthenticationEnabled</maml:name>
        <maml:description>
          <maml:para>Allow or not AzureAD authentication method.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CustomAuthenticationEnabled</maml:name>
        <maml:description>
          <maml:para>Allow or not Custom (Devolutions Server) authentication method.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DomainAuthenticationEnabled</maml:name>
        <maml:description>
          <maml:para>Allow or not Domain authentication method.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-DSAuthenticationModes -detailed". For technical information, type "Get-Help Set-DSAuthenticationModes -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Set-DSAuthenticationModes -AzureADAuthenticationEnabled $true</dev:code>
        <dev:remarks>
          <maml:para>Allow AzureAD authentication on the dlvs server.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Set-DSAuthenticationModes</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSRole</command:name>
      <gl:group>DSRole</gl:group>
      <maml:description>
        <maml:para>Fetch one or more existing roles.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSRole</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Fetch one or more existing roles. Three alternative methods are possible: all roles, a single one or a page of roles.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSRole</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>All</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-DSRole</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>PageNumber</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PageSize</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-DSRole</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>RoleID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>All roles will be fetched.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PageNumber</maml:name>
        <maml:description>
          <maml:para>Specify the page of roles fetched. First page is fetched by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PageSize</maml:name>
        <maml:description>
          <maml:para>Number of roles per page. 10 roles per page by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RoleID</maml:name>
        <maml:description>
          <maml:para />
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.MultipleDataServerResponse`1[[Devolutions.Server.ApiWrapper.Models.RoleBaseReference, Devolutions.Server.ApiWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response containing multiple roles, with only basic fields.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[Devolutions.RemoteDesktopManager.Business.Entities.RoleEntity, RemoteDesktopManager.Business, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response containing a single role, with all fields.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSRole -detailed". For technical information, type "Get-Help Get-DSRole -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSRole -All</dev:code>
        <dev:remarks>
          <maml:para>Get all the roles</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSRole -RoleID $roleID</dev:code>
        <dev:remarks>
          <maml:para>Get a specific role</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSRole -PageNumber 1 -PageSize 10</dev:code>
        <dev:remarks>
          <maml:para>Get the first page containing 10 roles</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-DSRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-DSRole</command:name>
      <gl:group>DSRole</gl:group>
      <maml:description>
        <maml:para>Create a new role.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>DSRole</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a new role and pre-validate offlineMode value, if supplied.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-DSRole</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>AuthenticationType</maml:name>
          <command:parameterValue required="true">Builtin | LocalWindows | SqlServer | Domain | Office365 | None | Cloud | Legacy | AzureAD | Application | Okta</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IsAdministrator</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AllowDragAndDrop</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CanAdd</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CanEdit</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CanDelete</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CanImport</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CanExport</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DenyAddInRoot</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>OfflineMode</maml:name>
          <command:parameterValue required="true">Disabled | Cache | ReadOnly | ReadWrite | Unknown</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DomainName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AllowDragAndDrop</maml:name>
        <maml:description>
          <maml:para>Allow the drag and drop option</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AuthenticationType</maml:name>
        <maml:description>
          <maml:para>Authentication type. Builtin by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ServerUserType</command:parameterValue>
        <dev:type>
          <maml:name>ServerUserType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CanAdd</maml:name>
        <maml:description>
          <maml:para>Allow the user to add</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CanDelete</maml:name>
        <maml:description>
          <maml:para>Allow the user to delete</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CanEdit</maml:name>
        <maml:description>
          <maml:para>Allow the user to edit</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CanExport</maml:name>
        <maml:description>
          <maml:para>Allow the user to export</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CanImport</maml:name>
        <maml:description>
          <maml:para>Allow the user to import</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DenyAddInRoot</maml:name>
        <maml:description>
          <maml:para>Prevent the user from adding entries in the root.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Role's description</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DomainName</maml:name>
        <maml:description>
          <maml:para>Domain name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IsAdministrator</maml:name>
        <maml:description>
          <maml:para>Give the administrative rights</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Role's name</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>OfflineMode</maml:name>
        <maml:description>
          <maml:para>Offline access permissions. Disabled &lt; Read Only &lt; Read/Write</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">OfflineMode</command:parameterValue>
        <dev:type>
          <maml:name>OfflineMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-DSRole -detailed". For technical information, type "Get-Help New-DSRole -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; New-DSRole -AuthenticationType Builtin -Name NoDeleteNoOffline -Description "Role where the user can not delete and offline mode is disabled." -CanAdd -CanEdit -CanImport -CanExport -AllowDragAndDrop -OfflineMode Disabled</dev:code>
        <dev:remarks>
          <maml:para>Create a role where the user is allowed to add, edit, import, and export entries. Deleting entries is not allowed.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-DSRole</command:name>
      <gl:group>DSRole</gl:group>
      <maml:description>
        <maml:para>Delete a role</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>DSRole</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Delete a role specified by the ID attribute.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-DSRole</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>RoleID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RoleID</maml:name>
        <maml:description>
          <maml:para>Id of the role to delete.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-DSRole -detailed". For technical information, type "Get-Help Remove-DSRole -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Update-DSRole</command:name>
      <gl:group>DSRole</gl:group>
      <maml:description>
        <maml:para>Create a new role.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Update</command:verb>
      <command:noun>DSRole</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a new role and pre-validate offlineMode value, if supplied.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Update-DSRole</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>RoleId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IsAdministrator</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AllowDragAndDrop</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CanAdd</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CanEdit</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CanDelete</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CanImport</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CanExport</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DenyAddInRoot</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>OfflineMode</maml:name>
          <command:parameterValue required="true">Disabled | Cache | ReadOnly | ReadWrite | Unknown</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AllowDragAndDrop</maml:name>
        <maml:description>
          <maml:para>Allow the drag and drop option</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CanAdd</maml:name>
        <maml:description>
          <maml:para>Allow the user to add</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CanDelete</maml:name>
        <maml:description>
          <maml:para>Allow the user to delete</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CanEdit</maml:name>
        <maml:description>
          <maml:para>Allow the user to edit</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CanExport</maml:name>
        <maml:description>
          <maml:para>Allow the user to export</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CanImport</maml:name>
        <maml:description>
          <maml:para>Allow the user to import</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DenyAddInRoot</maml:name>
        <maml:description>
          <maml:para>Prevent the user from adding entries in the root.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Role's description</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IsAdministrator</maml:name>
        <maml:description>
          <maml:para>Give the administrative rights</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Role's name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>OfflineMode</maml:name>
        <maml:description>
          <maml:para>Offline access permissions. Disabled &lt; Read Only &lt; Read/Write</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">OfflineMode</command:parameterValue>
        <dev:type>
          <maml:name>OfflineMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RoleId</maml:name>
        <maml:description>
          <maml:para>Id of the role to be updated.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Update-DSRole -detailed". For technical information, type "Get-Help Update-DSRole -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Update-DSRole -RoleId $roleID -IsAdministrator $false -AllowDragAndDrop $false -CanAdd $false -CanEdit $false -CanDelete $false -CanImport $false -CanExport $false -DenyAddInRoot $true -OfflineMode Disabled</dev:code>
        <dev:remarks>
          <maml:para>Remove all rights (add, delete, edit, export, import, drag and drop, add in root), admistrator status and offline access of the role whose id is $roleID.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSRole</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSPamProvider</command:name>
      <gl:group>DSPamProvider</gl:group>
      <maml:description>
        <maml:para>Get all PAM providers.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSPamProvider</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get all PAM providers.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.MultipleDataServerResponse`1[[Devolutions.Server.Pam.Dto.PamProvider, Devolutions.Server.ApiWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with all PAM providers in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSPamProvider -detailed". For technical information, type "Get-Help Get-DSPamProvider -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-DSPamProvider</command:name>
      <gl:group>DSPamProvider</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>DSPamProvider</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-DSPamProvider</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>CredentialType</maml:name>
          <command:parameterValue required="true">Unknown | Standalone | LocalUser | DomainUser | DomainAdmin | SqlServer | Certificate | WindowsLocalAccount | AzureADUser | MySqlUser | OracleUser | CiscoHost | Custom</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CredentialType</maml:name>
        <maml:description>
          <maml:para>Provider's type: DomainUser (AD), LocalUser (SSH), SqlServer.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PamCredentialType</command:parameterValue>
        <dev:type>
          <maml:name>PamCredentialType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Provider's description</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Provider's name</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Credentials - Password</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Username</maml:name>
        <maml:description>
          <maml:para>Credentials - Username</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-DSPamProvider -detailed". For technical information, type "Get-Help New-DSPamProvider -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-DSPamProvider</command:name>
      <gl:group>DSPamProvider</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>DSPamProvider</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-DSPamProvider</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ProviderID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProviderID</maml:name>
        <maml:description>
          <maml:para>Provider's ID</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-DSPamProvider -detailed". For technical information, type "Get-Help Remove-DSPamProvider -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Update-DSPamProvider</command:name>
      <gl:group>DSPamProvider</gl:group>
      <maml:description>
        <maml:para>Update a PAM Provider with given values.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Update</command:verb>
      <command:noun>DSPamProvider</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Update a PAM Provider with given parameters. Goes through every parameter and check if key match a key in current Provider data. If so, updates current Provider data and send 'PUT' web request.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Update-DSPamProvider</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ProviderID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CheckoutApprovalMode</maml:name>
          <command:parameterValue required="true">Default | None | Mandatory</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CheckoutReasonMode</maml:name>
          <command:parameterValue required="true">Default | None | Mandatory | Optional</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CheckoutTime</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AllowCheckoutOwnerAsApprover</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeAdminsAsApprovers</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeManagersAsApprovers</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AllowCheckoutOwnerAsApprover</maml:name>
        <maml:description>
          <maml:para>Ignored</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CheckoutApprovalMode</maml:name>
        <maml:description>
          <maml:para>New checkout approval mode to assign the provider</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">CheckoutApprovalMode</command:parameterValue>
        <dev:type>
          <maml:name>CheckoutApprovalMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CheckoutReasonMode</maml:name>
        <maml:description>
          <maml:para>New checkout reason mode to assign the provider</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">CheckoutReasonMode</command:parameterValue>
        <dev:type>
          <maml:name>CheckoutReasonMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CheckoutTime</maml:name>
        <maml:description>
          <maml:para>New default checkout time in minutes to assign the provider</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeAdminsAsApprovers</maml:name>
        <maml:description>
          <maml:para>Ignored</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeManagersAsApprovers</maml:name>
        <maml:description>
          <maml:para>Ignored</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>New name to assign to the provider</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProviderID</maml:name>
        <maml:description>
          <maml:para>Id of the provider to update</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Update-DSPamProvider -detailed". For technical information, type "Get-Help Update-DSPamProvider -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSPamPassword</command:name>
      <gl:group>DSPamPassword</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSPamPassword</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSPamPassword</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>AccountID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AccountID</maml:name>
        <maml:description>
          <maml:para>ID of the pam account containing the password</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSPamPassword -detailed". For technical information, type "Get-Help Get-DSPamPassword -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamCheckout</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Invoke-DSPamCheckin</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Invoke-DSPamCheckout</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Invoke-DSPamCheckoutPending</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSPamFolder</command:name>
      <gl:group>DSPamFolder</gl:group>
      <maml:description>
        <maml:para>Get pam folders</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSPamFolder</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get pam folders with three alternatives ways: all of them with the optional inclusion of the root folder, a single one by its ID, or the root folder.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSPamFolder</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>FolderID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-DSPamFolder</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>IncludeFolder</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-DSPamFolder</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Root</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>FolderID</maml:name>
        <maml:description>
          <maml:para>Id of the pam folder to get.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeFolder</maml:name>
        <maml:description>
          <maml:para>Root folder will be included with all the others.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Root</maml:name>
        <maml:description>
          <maml:para>Root folder will be fetched.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[Devolutions.Server.Pam.Dto.PamFolder, Devolutions.Server.ApiWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response containing a single pam folder in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.MultipleDataServerResponse`1[[Devolutions.Server.Pam.Dto.PamFolder, Devolutions.Server.ApiWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response containing an array of pam folders in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSPamFolder -detailed". For technical information, type "Get-Help Get-DSPamFolder -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-DSPamFolder</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSPamFolder</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSPamFolder</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-DSPamFolder</command:name>
      <gl:group>DSPamFolder</gl:group>
      <maml:description>
        <maml:para>Create a pam folder</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>DSPamFolder</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a pam folder. Set it as a new vault or a subfolder of an existing folder.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-DSPamFolder</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ParentFolderID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-DSPamFolder</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>AsNewVault</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AsNewVault</maml:name>
        <maml:description>
          <maml:para>The new folder's parent will be the root.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Folder's name</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ParentFolderID</maml:name>
        <maml:description>
          <maml:para>Id of the new folder's parent.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-DSPamFolder -detailed". For technical information, type "Get-Help New-DSPamFolder -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamFolder</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSPamFolder</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSPamFolder</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-DSPamFolder</command:name>
      <gl:group>DSPamFolder</gl:group>
      <maml:description>
        <maml:para>Remove a pam folder</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>DSPamFolder</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Remove a pam folder identified by its ID. For the moment, the pam folder must be empty of subfolders and credentials.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-DSPamFolder</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>FolderID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>FolderID</maml:name>
        <maml:description>
          <maml:para>Id of the pam folder to delete.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-DSPamFolder -detailed". For technical information, type "Get-Help Remove-DSPamFolder -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamFolder</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSPamFolder</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSPamFolder</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Update-DSPamFolder</command:name>
      <gl:group>DSPamFolder</gl:group>
      <maml:description>
        <maml:para>Update a PAM folder with given values.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Update</command:verb>
      <command:noun>DSPamFolder</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Update a PAM folder with given parameters. Goes through every parameter and check if key match a key in current folder data. If so, updates current folder data and send 'PUT' web request.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Update-DSPamFolder</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>FolderID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ParentFolderID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CheckoutApprovalMode</maml:name>
          <command:parameterValue required="true">Default | None | Mandatory</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CheckoutReasonMode</maml:name>
          <command:parameterValue required="true">Default | None | Mandatory | Optional</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AllowCheckoutOwnerAsApprover</maml:name>
          <command:parameterValue required="true">Default | Yes | No</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeAdminsAsApprovers</maml:name>
          <command:parameterValue required="true">Default | Yes | No</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeManagersAsApprovers</maml:name>
          <command:parameterValue required="true">Default | Yes | No</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CheckoutTime</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AllowCheckoutOwnerAsApprover</maml:name>
        <maml:description>
          <maml:para>Users can approve their own Check-out requests</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ApproverOptions</command:parameterValue>
        <dev:type>
          <maml:name>ApproverOptions</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CheckoutApprovalMode</maml:name>
        <maml:description>
          <maml:para>New checkout approval mode to assign the provider</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">CheckoutApprovalMode</command:parameterValue>
        <dev:type>
          <maml:name>CheckoutApprovalMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CheckoutReasonMode</maml:name>
        <maml:description>
          <maml:para>New checkout reason mode to assign the provider</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">CheckoutReasonMode</command:parameterValue>
        <dev:type>
          <maml:name>CheckoutReasonMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CheckoutTime</maml:name>
        <maml:description>
          <maml:para>New default checkout time in minutes to assign the provider</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>FolderID</maml:name>
        <maml:description>
          <maml:para>Id of the pam folder to update.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeAdminsAsApprovers</maml:name>
        <maml:description>
          <maml:para>Include administrators when listing approvers</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ApproverOptions</command:parameterValue>
        <dev:type>
          <maml:name>ApproverOptions</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeManagersAsApprovers</maml:name>
        <maml:description>
          <maml:para>Include PAM managers when listing approvers</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ApproverOptions</command:parameterValue>
        <dev:type>
          <maml:name>ApproverOptions</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>New name to assign to the provider</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ParentFolderID</maml:name>
        <maml:description>
          <maml:para>Id of the new folder's parent.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Update-DSPamFolder -detailed". For technical information, type "Get-Help Update-DSPamFolder -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamFolder</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSPamFolder</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSPamFolder</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSPamCheckoutPolicy</command:name>
      <gl:group>DSPamCheckoutPolicy</gl:group>
      <maml:description>
        <maml:para>Return checkout policies</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSPamCheckoutPolicy</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>If a policy ID is supplied, it will try to fetch and return the policy matching the ID. If no ID is supplied, it will return a list of all policies in place.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSPamCheckoutPolicy</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>PolicyID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PolicyID</maml:name>
        <maml:description>
          <maml:para>ID of the policy to get</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[Devolutions.Server.Pam.Dto.PamCheckoutPolicy, Devolutions.Server.ApiWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with the specified policy in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.MultipleDataServerResponse`1[[Devolutions.Server.Pam.Dto.PamCheckoutPolicy, Devolutions.Server.ApiWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with all checkout policies in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSPamCheckoutPolicy -detailed". For technical information, type "Get-Help Get-DSPamCheckoutPolicy -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $response = Get-DSPamCheckoutPolicy;
        $response.Data</dev:code>
        <dev:remarks>
          <maml:para>Return all checkout policies currently in place.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $response = Get-DSPamCheckoutPolicy $PolicyID;
        $response.Data</dev:code>
        <dev:remarks>
          <maml:para>Return the checkout policy, if found.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-DSPamCheckoutPolicy</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSPamCheckoutPolicy</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSPamCheckoutPolicy</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-DSPamCheckoutPolicy</command:name>
      <gl:group>DSPamCheckoutPolicy</gl:group>
      <maml:description>
        <maml:para>Create a new PAM checkout policy</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>DSPamCheckoutPolicy</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a new PAM checkout policy using supplied parameters. If one or more parameters are omitted, they default to a certain value. Only mandatory value is "Name"</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-DSPamCheckoutPolicy</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CheckoutApprovalMode</maml:name>
          <command:parameterValue required="true">Default | None | Mandatory</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CheckoutReasonMode</maml:name>
          <command:parameterValue required="true">Default | None | Mandatory | Optional</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AllowCheckoutOwnerAsApprover</maml:name>
          <command:parameterValue required="true">Default | Yes | No</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeAdminsAsApprovers</maml:name>
          <command:parameterValue required="true">Default | Yes | No</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeManagersAsApprovers</maml:name>
          <command:parameterValue required="true">Default | Yes | No</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CheckoutTime</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IsDefault</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AllowCheckoutOwnerAsApprover</maml:name>
        <maml:description>
          <maml:para>Indicate if owner can self-checkout.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ApproverOptions</command:parameterValue>
        <dev:type>
          <maml:name>ApproverOptions</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CheckoutApprovalMode</maml:name>
        <maml:description>
          <maml:para>Indicate if the checkout must be approved. Approval mode choices: Default, None, Mandatory</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">CheckoutApprovalMode</command:parameterValue>
        <dev:type>
          <maml:name>CheckoutApprovalMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CheckoutReasonMode</maml:name>
        <maml:description>
          <maml:para>Indicate if a reason must be given for the checkout. Checkout reason mode choices: Default, None, Mandatory, Optional</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">CheckoutReasonMode</command:parameterValue>
        <dev:type>
          <maml:name>CheckoutReasonMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CheckoutTime</maml:name>
        <maml:description>
          <maml:para>Default duration assigned to checkout's request. If set at 0, the default value will be used.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeAdminsAsApprovers</maml:name>
        <maml:description>
          <maml:para>Indicate if administrators can approve checkout.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ApproverOptions</command:parameterValue>
        <dev:type>
          <maml:name>ApproverOptions</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeManagersAsApprovers</maml:name>
        <maml:description>
          <maml:para>Indicate if managers can approve checkout.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ApproverOptions</command:parameterValue>
        <dev:type>
          <maml:name>ApproverOptions</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IsDefault</maml:name>
        <maml:description>
          <maml:para>Set as the default policy. It will affect all policies refering to default values.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Policy's name. Must be unique. Cannot be null or white spaces only.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-DSPamCheckoutPolicy -detailed". For technical information, type "Get-Help New-DSPamCheckoutPolicy -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; New-DSPamCheckoutPolicy -Name "Public accounts" -CheckoutTime 120 -IsDefault</dev:code>
        <dev:remarks>
          <maml:para>Create a new policy that will be used as the default one.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamCheckoutPolicy</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSPamCheckoutPolicy</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSPamCheckoutPolicy</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-DSPamCheckoutPolicy</command:name>
      <gl:group>DSPamCheckoutPolicy</gl:group>
      <maml:description>
        <maml:para>Delete a PAM checkout policy</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>DSPamCheckoutPolicy</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Delete a checkout policy if it exists. If not, throws an error indicating that the policy was not found.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-DSPamCheckoutPolicy</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>PolicyID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PolicyID</maml:name>
        <maml:description>
          <maml:para>ID of the policy to delete</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-DSPamCheckoutPolicy -detailed". For technical information, type "Get-Help Remove-DSPamCheckoutPolicy -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $response = Get-DSPamCheckoutPolicy;
        $policy = $reponse.Data | Where Name -eq "Policy A";
        Remove-DSPamCheckoutPolicy -PolicyID $policy.ID</dev:code>
        <dev:remarks>
          <maml:para>Delete the policy named "Policy A".</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamCheckoutPolicy</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSPamCheckoutPolicy</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSPamCheckoutPolicy</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Update-DSPamCheckoutPolicy</command:name>
      <gl:group>DSPamCheckoutPolicy</gl:group>
      <maml:description>
        <maml:para>Update a PAM checkout policy</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Update</command:verb>
      <command:noun>DSPamCheckoutPolicy</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Update a checkout policy using supplied parameters. Omitted parameters are ignored.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Update-DSPamCheckoutPolicy</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>PolicyID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CheckoutApprovalMode</maml:name>
          <command:parameterValue required="true">Default | None | Mandatory</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CheckoutReasonMode</maml:name>
          <command:parameterValue required="true">Default | None | Mandatory | Optional</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AllowCheckoutOwnerAsApprover</maml:name>
          <command:parameterValue required="true">Default | Yes | No</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeAdminsAsApprovers</maml:name>
          <command:parameterValue required="true">Default | Yes | No</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IncludeManagersAsApprovers</maml:name>
          <command:parameterValue required="true">Default | Yes | No</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CheckoutTime</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IsDefault</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AllowCheckoutOwnerAsApprover</maml:name>
        <maml:description>
          <maml:para>Indicate if owner can self-checkout.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ApproverOptions</command:parameterValue>
        <dev:type>
          <maml:name>ApproverOptions</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CheckoutApprovalMode</maml:name>
        <maml:description>
          <maml:para>Indicate if the checkout must be approved. Approval mode choices: Default, None, Mandatory</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">CheckoutApprovalMode</command:parameterValue>
        <dev:type>
          <maml:name>CheckoutApprovalMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CheckoutReasonMode</maml:name>
        <maml:description>
          <maml:para>Indicate if a reason must be given for the checkout. Checkout reason mode choices: Default, None, Mandatory, Optional</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">CheckoutReasonMode</command:parameterValue>
        <dev:type>
          <maml:name>CheckoutReasonMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CheckoutTime</maml:name>
        <maml:description>
          <maml:para>Default duration assigned to checkout's request. If set at 0, the default value will be used.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeAdminsAsApprovers</maml:name>
        <maml:description>
          <maml:para>Indicate if administrators can approve checkout.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ApproverOptions</command:parameterValue>
        <dev:type>
          <maml:name>ApproverOptions</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IncludeManagersAsApprovers</maml:name>
        <maml:description>
          <maml:para>Indicate if managers can approve checkout.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ApproverOptions</command:parameterValue>
        <dev:type>
          <maml:name>ApproverOptions</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IsDefault</maml:name>
        <maml:description>
          <maml:para>Set as the default policy. It will affect all policies refering to default values.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Policy's name. Must be unique. Cannot be null or white spaces only.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PolicyID</maml:name>
        <maml:description>
          <maml:para>ID of the policy to update</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Update-DSPamCheckoutPolicy -detailed". For technical information, type "Get-Help Update-DSPamCheckoutPolicy -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamCheckoutPolicy</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSPamCheckoutPolicy</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSPamCheckoutPolicy</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSPamCheckout</command:name>
      <gl:group>DSPamCheckout</gl:group>
      <maml:description>
        <maml:para>Return the Pam credential password</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSPamCheckout</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Return the PAM credential password if it is currently checked out and user has rights.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSPamCheckout</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>CheckoutID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-DSPamCheckout</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ActiveAndPending</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ActiveAndPending</maml:name>
        <maml:description>
          <maml:para>Get all active and pending checkouts</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CheckoutID</maml:name>
        <maml:description>
          <maml:para>Pam account's ID</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[Devolutions.Server.Pam.Dto.PamCheckout, Devolutions.Server.ApiWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with single pam checkout in the data field. Obtained with the CheckoutID parameter.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[Devolutions.Server.Pam.Dto.PamCheckout[], Devolutions.Server.ApiWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with pam checkouts in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSPamCheckout -detailed". For technical information, type "Get-Help Get-DSPamCheckout -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $checkoutResponse = Get-DSPamCheckout -ActiveAndPending;
        $pending = $checkoutResponse.Data | Where Status -eq "Pending";
        Invoke-DSPamCheckoutPending -Checkout $pending[0] -Approve -ApproverMessage "Accepted"</dev:code>
        <dev:remarks>
          <maml:para>Get all pending checkouts. Select the desired checkout and approve it.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $checkoutResponse = Get-DSPamCheckout -CheckoutID "2735a06c-baa0-4ff9-911c-aa1fcc03ea1e";
        checkout = $checkoutResponse.Data;
        Invoke-DSPamCheckin -Checkout $checkout</dev:code>
        <dev:remarks>
          <maml:para>Get a pam checkout and check in.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Invoke-DSPamCheckin</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Invoke-DSPamCheckout</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Invoke-DSPamCheckoutPending</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Invoke-DSPamCheckin</command:name>
      <gl:group>DSPamCheckin</gl:group>
      <maml:description>
        <maml:para>Check in a currently checked out PAM credential.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Invoke</command:verb>
      <command:noun>DSPamCheckin</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Check in a currently checked out PAM credential. To retreive the checkout, as a PamCheckout object, please use Get-DSPamCheckout CMDlet or store the result of Invoke-DSPamCheckout.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-DSPamCheckin</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Checkout</maml:name>
          <command:parameterValue required="true">PamCheckout</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Checkout</maml:name>
        <maml:description>
          <maml:para>Pam checkout to check in.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PamCheckout</command:parameterValue>
        <dev:type>
          <maml:name>PamCheckout</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Devolutions.Server.Pam.Dto.PamCheckout</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Pam checkout obtained from Get-DSPamCheckout.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Invoke-DSPamCheckin -detailed". For technical information, type "Get-Help Invoke-DSPamCheckin -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $Response = Invoke-DSPamCheckout -PamCredentialID '92e1d27f-6e7b-4c62-86da-a04fc22603c2' -Verbose
        $BobPassword = $Response.Data.Password
        $BobCheckoutInfo = $Response.Data.CheckoutInfo
        $BobCheckinResponse = Invoke-DSPamCheckin $BobCheckoutInfo</dev:code>
        <dev:remarks>
          <maml:para>Check in the pam checkout</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $checkoutResponse = Get-DSPamCheckout -ActiveAndPending;
        $checkoutResponse.Data | Where Status -eq "Active" | Invoke-DSPamCheckin</dev:code>
        <dev:remarks>
          <maml:para>Check in all active checkouts.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamCheckout</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Invoke-DSPamCheckout</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Invoke-DSPamCheckoutPending</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Invoke-DSPamCheckout</command:name>
      <gl:group>DSPamCheckout</gl:group>
      <maml:description>
        <maml:para>Creates a checkout request.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Invoke</command:verb>
      <command:noun>DSPamCheckout</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Creates a checkout request for the provided PAM credential. Also return the password if approval is not required or if approved ID is the same as the asking user's ID.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-DSPamCheckout</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>AccountID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Reason</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ApproverID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Duration</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AccountID</maml:name>
        <maml:description>
          <maml:para>ID of the pam credential to checkout</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ApproverID</maml:name>
        <maml:description>
          <maml:para>Approver's ID. Necessary if approval is mandatory.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Duration</maml:name>
        <maml:description>
          <maml:para>Duration, in minutes, of the checkout request. By default, it is set to 4 hours (240 minutes).</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Reason</maml:name>
        <maml:description>
          <maml:para>Information on the checkout request to be sent to an administrator for approval.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[Devolutions.Server.Pam.Dto.PamCheckout, Devolutions.Server.ApiWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with the pending pam checkout in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with the active pam checkout and the password in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Invoke-DSPamCheckout -detailed". For technical information, type "Get-Help Invoke-DSPamCheckout -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $Response = Invoke-DSPamCheckout -PamCredentialID '92e1d27f-6e7b-4c62-86da-a04fc22603c2' -Verbose
        $BobPassword = $Response.Data.Password
        $BobCheckoutInfo = $Response.Data.CheckoutInfo
        $BobCheckinResponse = Invoke-DSPamCheckin $BobCheckoutInfo</dev:code>
        <dev:remarks>
          <maml:para>Auto checkout of the pam credential (approval not required)</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $Response = Invoke-DSPamCheckout -PamCredentialID '2735a06c-baa0-4ff9-911c-aa1fcc03ea1e' -Reason 'Because' -ApproverID '49a60972-b1ff-4be9-ac73-47c6d4a4125d'
        $MauricePassword = $Response.Data.Password
        $MauriceCheckoutInfo = $Response.Data.CheckoutInfo
        $MauriceCheckinResponse = Invoke-DSPamCheckin $MauriceCheckoutInfo</dev:code>
        <dev:remarks>
          <maml:para>Self checkout of the pam credential (approver is the same person who request the checkout)</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $Response = Invoke-DSPamCheckout -PamCredentialID '08a521fe-14f7-4ae5-b2b9-d9f6164c15e8' -ApproverID '2364ec1f-a739-450b-afe8-d85b5a3db50e' -Reason 'Because'
        # After approval
        $approveResponse = Get-DSPamCheckout -CheckoutID $Response.Data.ID
        $KellyPassword = Get-DSPamPassword -PamCredentialID $CheckoutResponse.Data.CredentialID
        $KellyCheckoutInfo = $CheckoutResponse.Data
        $KellyCheckinResponse = Invoke-DSPamCheckin $KellyCheckoutInfo</dev:code>
        <dev:remarks>
          <maml:para>Approved checkout of the pam credential (approval done by the specified approver)</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamCheckout</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Invoke-DSPamCheckin</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Invoke-DSPamCheckoutPending</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Invoke-DSPamCheckoutPending</command:name>
      <gl:group>DSPamCheckoutPending</gl:group>
      <maml:description>
        <maml:para>Approve or deny a pending checkout request.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Invoke</command:verb>
      <command:noun>DSPamCheckoutPending</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Change the state of a pending checkout request depending on the -Accept flag parameter.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-DSPamCheckoutPending</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Checkout</maml:name>
          <command:parameterValue required="true">PamCheckout</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Approve</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ApproverMessage</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Approve</maml:name>
        <maml:description>
          <maml:para>Approve the checkout request</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ApproverMessage</maml:name>
        <maml:description>
          <maml:para>Test</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Checkout</maml:name>
        <maml:description>
          <maml:para>Pending pam checkout to accept</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PamCheckout</command:parameterValue>
        <dev:type>
          <maml:name>PamCheckout</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Invoke-DSPamCheckoutPending -detailed". For technical information, type "Get-Help Invoke-DSPamCheckoutPending -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $checkoutResponse = Get-DSPamCheckout -ActiveAndPending;
        $pending = $checkoutResponse.Data | Where Status -eq "Pending";
        Invoke-DSPamCheckoutPending -Checkout $pending[0] -Approve -ApproverMessage "Accepted"</dev:code>
        <dev:remarks>
          <maml:para>Get all pending checkouts. Select the desired checkout and approve it.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamCheckout</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Invoke-DSPamCheckin</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Invoke-DSPamCheckout</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamPassword</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSPamAccount</command:name>
      <gl:group>DSPamAccount</gl:group>
      <maml:description>
        <maml:para>Fetch pam accounts.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSPamAccount</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Fetch pam accounts. Get a specific account by using the AccountID parameter. Get all pam accounts by calling the cmdlet without parameters. Get all pam accounts of a specific folder by using the FolderID parameter.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSPamAccount</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>AccountID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-DSPamAccount</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>FolderID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AccountID</maml:name>
        <maml:description>
          <maml:para>Pam account's ID</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>FolderID</maml:name>
        <maml:description>
          <maml:para>Get all accounts in the specified folder</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[Devolutions.Server.Pam.Dto.PamCredential, Devolutions.Server.ApiWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response containg a single pam account in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.MultipleDataServerResponse`1[[Devolutions.Server.Pam.Dto.PamCredential, Devolutions.Server.ApiWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response containg pam accounts in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSPamAccount -detailed". For technical information, type "Get-Help Get-DSPamAccount -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamAccountSyncStatus</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSPamAccount</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSPamAccount</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSPamAccount</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSPamAccountSyncStatus</command:name>
      <gl:group>DSPamAccountSyncStatus</gl:group>
      <maml:description>
        <maml:para>Verify if the provider can still access the account in the Domain or the Local SSH machine.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSPamAccountSyncStatus</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Verify if the provider can still access the account in the Domain or the Local SSH machine. The supported credential types are AzureADUser, DomainUser, LocalUser, SqlServer, and WindowsLocalAccount. If not, an internal server error will be received.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSPamAccountSyncStatus</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>AccountID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AccountID</maml:name>
        <maml:description>
          <maml:para>Pam account's ID</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with the synchronization status in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSPamAccountSyncStatus -detailed". For technical information, type "Get-Help Get-DSPamAccountSyncStatus -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamAccount</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSPamAccount</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSPamAccount</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSPamAccount</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-DSPamAccount</command:name>
      <gl:group>DSPamAccount</gl:group>
      <maml:description>
        <maml:para>Create a pam account.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>DSPamAccount</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a pam account. For custom account, custom properties are not supported yet.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-DSPamAccount</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>CredentialType</maml:name>
          <command:parameterValue required="true">Unknown | Standalone | LocalUser | DomainUser | DomainAdmin | SqlServer | Certificate | WindowsLocalAccount | AzureADUser | MySqlUser | OracleUser | CiscoHost | Custom</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>FolderID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CredentialType</maml:name>
        <maml:description>
          <maml:para>Account's credential type</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PamCredentialType</command:parameterValue>
        <dev:type>
          <maml:name>PamCredentialType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>FolderID</maml:name>
        <maml:description>
          <maml:para>ID of the folder that will contains the new pam account.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Pam account's name.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[Devolutions.Server.Pam.Dto.PamCredential, Devolutions.Server.ApiWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with the pam account in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-DSPamAccount -detailed". For technical information, type "Get-Help New-DSPamAccount -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; New-DSPamAccount -Name DomAcc -CredentialType DomainUser -FolderID $folderID -Username MyUsername -Password Pa$$w0rd! -Description "My description" -ProviderID $providerID</dev:code>
        <dev:remarks>
          <maml:para>Create an account with a pam provider of the type "Domain User" where the account will be synchronized.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; New-DSPamAccount -Name LoneAcc -CredentialType Standalone -FolderID $folderID -Username MyUsername -Password Pa$$w0rd! -Description "My description"</dev:code>
        <dev:remarks>
          <maml:para>Create a standalone account.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; New-DSPamAccount -Name CertAcc -CredentialType Certificate -FolderID $folderID -Certificate "certificateValue" -Passphrase "passphraseValue"</dev:code>
        <dev:remarks>
          <maml:para>Create a certificate account.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamAccount</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamAccountSyncStatus</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSPamAccount</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSPamAccount</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-DSPamAccount</command:name>
      <gl:group>DSPamAccount</gl:group>
      <maml:description>
        <maml:para>Delete a pam account.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>DSPamAccount</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Delete a pam account.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-DSPamAccount</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>AccountID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AccountID</maml:name>
        <maml:description>
          <maml:para>Id of the account to delete</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[Devolutions.Server.Pam.Dto.PamCredential, Devolutions.Server.ApiWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with the pam account in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-DSPamAccount -detailed". For technical information, type "Get-Help Remove-DSPamAccount -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamAccount</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamAccountSyncStatus</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSPamAccount</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSPamAccount</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Update-DSPamAccount</command:name>
      <gl:group>DSPamAccount</gl:group>
      <maml:description>
        <maml:para>Update a pam account.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Update</command:verb>
      <command:noun>DSPamAccount</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Update a pam account. All modifications are made on the pam account object obtained from Get-DSPamAccount.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Update-DSPamAccount</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>PamAccount</maml:name>
          <command:parameterValue required="true">PamCredential</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>PamAccount</maml:name>
        <maml:description>
          <maml:para>Modified pam account</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PamCredential</command:parameterValue>
        <dev:type>
          <maml:name>PamCredential</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>New password</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[Devolutions.Server.Pam.Dto.PamCredential, Devolutions.Server.ApiWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with the pam account in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Update-DSPamAccount -detailed". For technical information, type "Get-Help Update-DSPamAccount -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $response = Get-DSPamAccount -AccountID $accountID;
        $pamAccount = $response.Data;
        $pamAccount.Label = NewName;
        $pamAccount.password = N3wPa$$w0rd!;
        Update-DSPamAccount -PamAccount $pamAccount</dev:code>
        <dev:remarks>
          <maml:para>Obtain the pam account to modify. Change its name and password and persist the changes.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamAccount</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSPamAccountSyncStatus</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSPamAccount</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSPamAccount</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSSecureMessages</command:name>
      <gl:group>DSSecureMessages</gl:group>
      <maml:description>
        <maml:para>Fetch all secure messages for the currently authenticated user.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSSecureMessages</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>It fetch messages for the user you logged in with (New-DSSession). For other users, you need to re-authenticate and type the command again.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.MultipleDataServerResponse`1[[Devolutions.Server.Models.Shared.Models.SecureMessage.SecureMessage, Devolutions.Server.ApiWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with the secure messages in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSSecureMessages -detailed". For technical information, type "Get-Help Get-DSSecureMessages -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>Get-DSSecureMessages</dev:code>
        <dev:remarks>
          <maml:para>Fetch all the secure message for the authentififed user.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSGateway</command:name>
      <gl:group>DSGateway</gl:group>
      <maml:description>
        <maml:para>Get gateways</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSGateway</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get a single or multiple gateways. The Devolutions Gateway module is required.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSGateway</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GatewayID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-DSGateway</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-DSGateway</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>All</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>Obtain all gateways.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GatewayID</maml:name>
        <maml:description>
          <maml:para>ID of the gateway to fetch.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Name of the gateway to fetch.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[Devolutions.Server.ApiWrapper.Models.Gateway.Gateway, Devolutions.Server.ApiWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with the id specified gateway in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.MultipleDataServerResponse`1[[Devolutions.Server.ApiWrapper.Models.Gateway.Gateway, Devolutions.Server.ApiWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with all gateways, or those with the specified name, in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSGateway -detailed". For technical information, type "Get-Help Get-DSGateway -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $response = Get-DSGateway -All;
        $gateways = $response.Data</dev:code>
        <dev:remarks>
          <maml:para>Get all gateways.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; $response = Get-DSGateway -Name "A Common Name";
        $gateways = $response.Data</dev:code>
        <dev:remarks>
          <maml:para>Get all gateways named "A Common Name".</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSGatewayLogs</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSGatewaySession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Test-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSGatewayLogs</command:name>
      <gl:group>DSGatewayLogs</gl:group>
      <maml:description>
        <maml:para>Get a gateway's logs</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSGatewayLogs</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get a gateway's logs. The logs will be stored in the specified path. The Devolutions Gateway module is required.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSGatewayLogs</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GatewayID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>OutputPath</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GatewayID</maml:name>
        <maml:description>
          <maml:para>Gateway's ID</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>OutputPath</maml:name>
        <maml:description>
          <maml:para>Path, including the file name and extension, where the file will be the saved.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with the id specified gateway's logs in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSGatewayLogs -detailed". For technical information, type "Get-Help Get-DSGatewayLogs -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $response = Get-DSGateway -All;
        $gateways = $response.Data;
        $gateways | ForEach-Object {Get-DSGatewayLogs -GatewayID $_.Id -OutputPath "C:\my\path\filename_$_.Name.txt"}</dev:code>
        <dev:remarks>
          <maml:para>Get logs for all gateways and create a file for each of them.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSGatewaySession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Test-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSGatewaySession</command:name>
      <gl:group>DSGatewaySession</gl:group>
      <maml:description>
        <maml:para>Get a gateway's sessions</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSGatewaySession</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get a gateway's sessions. The Devolutions Gateway module is required.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSGatewaySession</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GatewayID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GatewayID</maml:name>
        <maml:description>
          <maml:para>Gateway's ID</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.MultipleDataServerResponse`1[[Devolutions.Server.ApiWrapper.Models.Gateway.GatewaySession, Devolutions.Server.ApiWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with the gateway sessions in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSGatewaySession -detailed". For technical information, type "Get-Help Get-DSGatewaySession -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $response = Get-DSGateway -GatewayID "08a521fe-14f7-4ae5-b2b9-d9f6164c15e8";
        $gateway = $response.Data;
        $gwSessions -GatewayID $gateway.Id</dev:code>
        <dev:remarks>
          <maml:para>Get all sessions of the specified gateway.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSGatewayLogs</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Test-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-DSGateway</command:name>
      <gl:group>DSGateway</gl:group>
      <maml:description>
        <maml:para>Create a gateway</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>DSGateway</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a gateway. Use the parameters to create the gateway. The Devolutions Gateway module is required.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-DSGateway</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IsDefault</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>DevolutionsGatewayUrl</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>TCPListeningPort</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TokenDuration</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HealthCheckInterval</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ForceIpAddressForRdpConnections</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Description of the gateway</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DevolutionsGatewayUrl</maml:name>
        <maml:description>
          <maml:para>URL to reach the Devolutions Gateway. Must be a valid URI and unique to this gateway.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ForceIpAddressForRdpConnections</maml:name>
        <maml:description>
          <maml:para>Force using IP address for RDP connections.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HealthCheckInterval</maml:name>
        <maml:description>
          <maml:para>Health check interval in minutes. By default, it is set to 60 minutes.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IsDefault</maml:name>
        <maml:description>
          <maml:para>Set as the default gateway</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Gateway's name. The value will be trimmed.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TCPListeningPort</maml:name>
        <maml:description>
          <maml:para>Port used for RDP sessions, and eventually the SSH sessions.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TokenDuration</maml:name>
        <maml:description>
          <maml:para>Generated token duration in minutes. Must be between 1 and 120 minutes. By default, it is set to 5 minutes.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-DSGateway -detailed". For technical information, type "Get-Help New-DSGateway -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; New-DSGateway -Name "New Gateway" -DevolutionsGatewayUrl "http://localhost" -TCPListeningPort 8181.</dev:code>
        <dev:remarks>
          <maml:para>Create a gateway with minimal information.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; New-DSGateway -Name "New Default Gateway" -DevolutionsGatewayUrl "http://localhost" -TCPListeningPort 8181 -Description "A simple description" -IsDefault -ForceIpAddressForRdpConnections -TokenDuration 60 -HealthCheckInterval 240.</dev:code>
        <dev:remarks>
          <maml:para>Create the new default gateway.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSGatewayLogs</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSGatewaySession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Test-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-DSGateway</command:name>
      <gl:group>DSGateway</gl:group>
      <maml:description>
        <maml:para>Delete a gateway</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>DSGateway</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Delete a gateway. The Devolutions Gateway module is required.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-DSGateway</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GatewayID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GatewayID</maml:name>
        <maml:description>
          <maml:para>ID of the gateway to delete</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-DSGateway -detailed". For technical information, type "Get-Help Remove-DSGateway -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSGatewayLogs</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSGatewaySession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Test-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Test-DSGateway</command:name>
      <gl:group>DSGateway</gl:group>
      <maml:description>
        <maml:para>Ping the gateway server.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Test</command:verb>
      <command:noun>DSGateway</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Ping the gateway server. The Devolutions Gateway module is required.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Test-DSGateway</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GatewayID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GatewayID</maml:name>
        <maml:description>
          <maml:para>ID of the gateway to fetch.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Test-DSGateway -detailed". For technical information, type "Get-Help Test-DSGateway -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSGatewayLogs</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSGatewaySession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Update-DSGateway</command:name>
      <gl:group>DSGateway</gl:group>
      <maml:description>
        <maml:para>Update a gateway</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Update</command:verb>
      <command:noun>DSGateway</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Update a gateway. Use the parameters to modify the gateway. The Devolutions Gateway module is required.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Update-DSGateway</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GatewayID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Description of the gateway</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DevolutionsGatewayUrl</maml:name>
        <maml:description>
          <maml:para>URL to reach the Devolutions Gateway. Must be a valid URI and unique to this gateway.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ForceIpAddressForRdpConnections</maml:name>
        <maml:description>
          <maml:para>Force using IP address for RDP connections.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GatewayID</maml:name>
        <maml:description>
          <maml:para>ID of the gateway to update.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HealthCheckInterval</maml:name>
        <maml:description>
          <maml:para>Health check interval in minutes.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IsDefault</maml:name>
        <maml:description>
          <maml:para>Set as the default gateway</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Gateway's name. The value will be trimmed.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TCPListeningPort</maml:name>
        <maml:description>
          <maml:para>Port used for RDP sessions, and eventually the SSH sessions.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TokenDuration</maml:name>
        <maml:description>
          <maml:para>Generated token duration in minutes. Must be between 1 and 120 minutes.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Update-DSGateway -detailed". For technical information, type "Get-Help Update-DSGateway -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $response = Get-DSGateway -Name "Old default gateway";
        $gateway = $response.Data[0];
        Update-DSGateway -Name "Standard Gateway" -Description "Not the default anymore" -IsDefault $false</dev:code>
        <dev:remarks>
          <maml:para>Update the gateway named "Old default gateway" by removing its default status. A new description will indicate the change.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSGatewayLogs</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSGatewaySession</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Test-DSGateway</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSEntriesPermissions</command:name>
      <gl:group>DSEntriesPermissions</gl:group>
      <maml:description>
        <maml:para>Gets the permissions for all entries in a vault</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSEntriesPermissions</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Recursivly gets all permissions for all entries in a given vault.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSEntriesPermissions</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VaultName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultID</maml:name>
        <maml:description>
          <maml:para>Id of the vault containing the entries</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultName</maml:name>
        <maml:description>
          <maml:para>Unused. It will be ignored.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Management.Automation.PSCustomObject</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>A PSCustomObject containing the permissions information</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSEntriesPermissions -detailed". For technical information, type "Get-Help Get-DSEntriesPermissions -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSEntriesPermissions -vaultId $vaultID</dev:code>
        <dev:remarks>
          <maml:para>Get all permisissions in the vault.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSEntry</command:name>
      <gl:group>DSEntry</gl:group>
      <maml:description>
        <maml:para>Get entry(ies) from your Devolutions Server instance.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSEntry</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Using different parameter sets, returns either all entries (from one or all vaults), a specific entry by filter (Get-Help Get-DSEntry -Parameter FilterBy) or paginated results.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSEntry</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>All</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SearchAllVaults</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-DSEntry</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>AsRDMConnection</maml:name>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>EntryId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SearchAllVaults</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-DSEntry</maml:name>
        <command:parameter required="false" position="3">
          <maml:name>FilterBy</maml:name>
          <command:parameterValue required="true">None | ConnectionType | ContactReference | CreationDate | CustomField | Description | Domain | Group | Host | IsFavorite | Keywords | LastUpdateDate | Name | OS | PasswordStrength | SecurityGroup | SerialNumber | ServerRole | Status | Username | Url | Version | IP | MAC | Software | ConnectionSubType | Expiration | DocumentType | State | AccountingNumber | PONumber | InvoiceNumber | ServiceTag | AssetTag | CheckedOutBy</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>FilterMatch</maml:name>
          <command:parameterValue required="true">Contains | StartsWith | EndsWith | ExactExpression | DoesNotContain | Regex</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>FilterValue</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SearchAllVaults</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-DSEntry</maml:name>
        <command:parameter required="false" position="4">
          <maml:name>FolderID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>PageNumber</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>PageSize</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SearchAllVaults</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>Get all entries.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AsRDMConnection</maml:name>
        <maml:description>
          <maml:para>Return a ConnectionInfoEntity instead of a partial connection</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>EntryId</maml:name>
        <maml:description>
          <maml:para>Id of the desired entry</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>FilterBy</maml:name>
        <maml:description>
          <maml:para>Field on which the filter will be applied. It will be on the Name by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SearchItemType</command:parameterValue>
        <dev:type>
          <maml:name>SearchItemType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>FilterMatch</maml:name>
        <maml:description>
          <maml:para>Determine the condition of the search. Default condition is Contains.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SearchItemText</command:parameterValue>
        <dev:type>
          <maml:name>SearchItemText</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>FilterValue</maml:name>
        <maml:description>
          <maml:para>Value used in the filter</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>FolderID</maml:name>
        <maml:description>
          <maml:para>Folder where the entries will be fetched. The default value will the root.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>PageNumber</maml:name>
        <maml:description>
          <maml:para>Determine which page is fetched.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>PageSize</maml:name>
        <maml:description>
          <maml:para>Number of entries in a page. Default value is 25 entries per page.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SearchAllVaults</maml:name>
        <maml:description>
          <maml:para>All vaults will bew considered for the search.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultID</maml:name>
        <maml:description>
          <maml:para>Id of the vault to be searched</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response in case of failure.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Object representing the server response with a single entry in the Data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.MultipleDataServerResponse`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Object representing the server response with multiple entries in the Data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSEntry -detailed". For technical information, type "Get-Help Get-DSEntry -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSEntry</dev:code>
        <dev:remarks>
          <maml:para>Get the first page containing 25 entries directly in the root of the default vault.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSEntry -SearchAllVaults $EntryId $entryId -AsRDMConnection</dev:code>
        <dev:remarks>
          <maml:para>Get the entry by its ID. The search covers all vaults. The </maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSEntry -VaultID $vaultID -All</dev:code>
        <dev:remarks>
          <maml:para>Get all entries of the specified vault.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 4-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSEntry -Filter Name -FilterMatch StartsWith -FilterValue ABC -SearchAllVaults</dev:code>
        <dev:remarks>
          <maml:para>Get all entries whose name starts with "ABC" in all the vaults.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSEntryPasswordHistory</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSEntrySensitiveData</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSEntrySubConnections</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSEntryPasswordHistory</command:name>
      <gl:group>DSEntryPasswordHistory</gl:group>
      <maml:description>
        <maml:para>Return the password history for a given entry.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSEntryPasswordHistory</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Returns the password history for a given entry. The user must have the appropriate rights.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSEntryPasswordHistory</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>EntryId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntryId</maml:name>
        <maml:description>
          <maml:para>Id of the entry</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response in case of failure.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Response with the history in the data field</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSEntryPasswordHistory -detailed". For technical information, type "Get-Help Get-DSEntryPasswordHistory -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSEntryPasswordHistory -EntryId $entryId</dev:code>
        <dev:remarks>
          <maml:para>Get the password historyfor the entry identified by $entryId.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSEntrySensitiveData</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSEntrySubConnections</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSEntrySensitiveData</command:name>
      <gl:group>DSEntrySensitiveData</gl:group>
      <maml:description>
        <maml:para>Return sensitive data for a specified entry.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSEntrySensitiveData</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Return sensitive data for a specified entry. DVLS version must be at least 2020.3.17 to be supported.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSEntrySensitiveData</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>EntryID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntryID</maml:name>
        <maml:description>
          <maml:para>Id of the entry</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response in case of failure.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>ServerResponse containing the sensitive data of an entry.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSEntrySensitiveData -detailed". For technical information, type "Get-Help Get-DSEntrySensitiveData -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSEntrySensitiveData -EntryId $entryId</dev:code>
        <dev:remarks>
          <maml:para>Get the sensitive data for the entry identified by $entryId.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSEntryPasswordHistory</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSEntrySubConnections</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSEntrySubConnections</command:name>
      <gl:group>DSEntrySubConnections</gl:group>
      <maml:description>
        <maml:para>Return the subconnections of the entry.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSEntrySubConnections</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Return the subconnections of the entry.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSEntrySubConnections</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>EntryID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AsRDMConnections</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AsRDMConnections</maml:name>
        <maml:description>
          <maml:para>Return as ConnectionInfoEntity instead of a partial connection</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntryID</maml:name>
        <maml:description>
          <maml:para>Id of the entry</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response in case of failure.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.MultipleDataServerResponse`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response containing the subconnections in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSEntrySubConnections -detailed". For technical information, type "Get-Help Get-DSEntrySubConnections -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSEntrySubConnections -EntryId $entryId</dev:code>
        <dev:remarks>
          <maml:para>Get the subconnetions for the entry identified by $entryId.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSEntryPasswordHistory</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-DSEntrySensitiveData</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-DSCredentialEntry</command:name>
      <gl:group>DSCredentialEntry</gl:group>
      <maml:description>
        <maml:para>Create a new entry of type 'Credentials'.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>DSCredentialEntry</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a new entry of type 'Credentials' with the parameters supplied. For the supported subtypes, see the ConnectionSubType parameter.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-DSCredentialEntry</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>ConnectionSubType</maml:name>
          <command:parameterValue required="true">Default | KeePass | LastPass | PasswordSafe | OnePassword | RoboForm | ChromePasswordManager | FirefoxPasswordManager | WindowsVault | PasswordVaultManager | AddOn | SecretServer | DataVault | ConnectionString | PrivateKey | Passwordstate | PleasantPasswordServer | AuthAnvilPasswordServer | ManagedEngine | AppleKeychain | CyberArk | PMPro | DPS | PasswordBox | PassPortal | OTP | OneTimeCodeList | Custom | LAPS | Dashlane | TeamPass | TrueKey | StickyPassword | Hub | OnePasswordTeam | ZohoPassword | BeyondTrustPasswordSafe | SecurityPattern | CyberArkAim | PasswordList | TPAM | Centrify | Bitwarden | MatesoPasswordSafe | HashiCorpVault | KeeperEnterprise | DpsPam | AzureKeyVault | ApplicationPassword | ApiKey | RSASecurID | TopicusKeyHub | ITGlue | KasperskyPasswordManager | AzureServicePrincipal | PsonoPasswordManager | SecretServerRest | Undefined | Hudu | ITPortal | HubPersonal</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Domain</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="6">
          <maml:name>MnemonicPassword</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="7">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="8">
          <maml:name>Group</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PromptForPassword</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Tags</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Expiration</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CredentialViewedCommentIsRequired</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketNumberIsRequiredOnCredentialViewed</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CredentialViewedPrompt</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CheckoutMode</maml:name>
          <command:parameterValue required="true">Default | NotSupported | Automatic | Manual | Inherited | Optional | AutomaticWhenAvailable</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AllowOffline</maml:name>
          <command:parameterValue required="true">Default | True | False | Inherited</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PrivateKeyType</maml:name>
          <command:parameterValue required="true">NoKey | File | Data | Link | MyDefault | PrivateVault | UserVaultSearchString</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PrivateKeyPath</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PrivateKeyPassphrase</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PromptForPassphrase</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AllowOffline</maml:name>
        <maml:description>
          <maml:para>Entry's offline mode.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">AllowOffline</command:parameterValue>
        <dev:type>
          <maml:name>AllowOffline</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CheckoutMode</maml:name>
        <maml:description>
          <maml:para>Entry's checkout mode.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">CheckOutMode</command:parameterValue>
        <dev:type>
          <maml:name>CheckOutMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ConnectionSubType</maml:name>
        <maml:description>
          <maml:para>Connection sub-type. Used for connections of type Credentials. Supported sub-type are Default (Username/Password) or PrivateKey</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">CredentialResolverConnectionType</command:parameterValue>
        <dev:type>
          <maml:name>CredentialResolverConnectionType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CredentialViewedCommentIsRequired</maml:name>
        <maml:description>
          <maml:para>A comment is required to view entry's credentials</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CredentialViewedPrompt</maml:name>
        <maml:description>
          <maml:para>Prompt the user for comment/ticket number</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Entry's description</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Domain</maml:name>
        <maml:description>
          <maml:para>Domain's name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Expiration</maml:name>
        <maml:description>
          <maml:para>Entry's expiration date (ISO-8601 format (yyyy-mm-ddThh:mm:ss.000Z)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="8">
        <maml:name>Group</maml:name>
        <maml:description>
          <maml:para>Entry's location in the vault (folder name, noot ID)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="6">
        <maml:name>MnemonicPassword</maml:name>
        <maml:description>
          <maml:para>Entry's mnemonic password to help remembering the password</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Entry's name</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Entry's password</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PrivateKeyPassphrase</maml:name>
        <maml:description>
          <maml:para>Private key passphrase</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PrivateKeyPath</maml:name>
        <maml:description>
          <maml:para>Full private key path (*.ppk)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PrivateKeyType</maml:name>
        <maml:description>
          <maml:para>Private key type. The default type is Data.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PrivateKeyType</command:parameterValue>
        <dev:type>
          <maml:name>PrivateKeyType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PromptForPassphrase</maml:name>
        <maml:description>
          <maml:para>Prompt for passphrase before checkout.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PromptForPassword</maml:name>
        <maml:description>
          <maml:para>Prompt for password when checkout</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Tags</maml:name>
        <maml:description>
          <maml:para>Entry's tags (keywords). Each word separated by a space is considered a keyword.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketNumberIsRequiredOnCredentialViewed</maml:name>
        <maml:description>
          <maml:para>A ticket number is required to view entry's credentials</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>Username</maml:name>
        <maml:description>
          <maml:para>Entry's username</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="7">
        <maml:name>VaultID</maml:name>
        <maml:description>
          <maml:para>Entry's vault ID.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating if the operation is successful.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-DSCredentialEntry -detailed". For technical information, type "Get-Help New-DSCredentialEntry -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $NewCredEntry = @{
        VaultId = ([guid]::Empty)
        EntryName = 'rootlocal '
        Username = 'root'
        Password = 'Pa$$w0rd!'
        Folder = 'Powershell rules'
        credentialViewedCommentIsRequired = $true
        credentialViewedPrompt = $true
        ticketNumberIsRequiredOnCredentialViewed = $true
        checkOutMode = 'Default'
        Description = 'This is a description'
        Tags = '1 2 3 4 5'
    };
                
    New-DSCredentialEntry @NewCredEntry</dev:code>
        <dev:remarks>
          <maml:para>Create a 'Username/Password' credential.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-DSEntryBase</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSRDPEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSSSHShellEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-DSEntryBase</command:name>
      <gl:group>DSEntryBase</gl:group>
      <maml:description>
        <maml:para>Create a new entry.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>DSEntryBase</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a new entry without validating anything. This is the functional equivalent of a passthrough. Unless you know exactly what you are doing, you should probably use the CMDlets created by us to generate new entries.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-DSEntryBase</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>JsonBody</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>JsonBody</maml:name>
        <maml:description>
          <maml:para>Entry in JSON</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating if the operation is successful.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-DSEntryBase -detailed". For technical information, type "Get-Help New-DSEntryBase -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-DSCredentialEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSRDPEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSSSHShellEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-DSRDPEntry</command:name>
      <gl:group>DSRDPEntry</gl:group>
      <maml:description>
        <maml:para>Create a new RDP entry.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>DSRDPEntry</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a new RDP entry with the parameters supplied. All fields have a default value corresponding to those of Remote Desktop Manager.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-DSRDPEntry</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Domain</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>MnemonicPassword</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="6">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="7">
          <maml:name>Group</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PromptCredentials</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Tags</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Expiration</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>WarnIfAlreadyOpened</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CredentialViewedCommentIsRequired</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketNumberIsRequiredOnCredentialViewed</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CredentialViewedPrompt</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>OpenCommentPrompt</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>OpenCommentIsRequired</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketNumberIsRequiredOnOpen</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CloseCommentPrompt</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CloseCommentIsRequired</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketNumberIsRequiredOnClose</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CheckoutMode</maml:name>
          <command:parameterValue required="true">Default | NotSupported | Automatic | Manual | Inherited | Optional | AutomaticWhenAvailable</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AllowOffline</maml:name>
          <command:parameterValue required="true">Default | True | False | Inherited</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>HostName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AdminMode</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Port</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>RDPType</maml:name>
          <command:parameterValue required="true">Normal | Azure | HyperV</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>RoleName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AzureInstanceID</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HyperVInstance</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UseEnhancedSessionMode</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UsesClipboard</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UsesDevices</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UsesHardDrives</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UsesPrinters</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UsesSerialPorts</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UsesSmartDevices</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SoundHook</maml:name>
          <command:parameterValue required="true">BringToThisComputer | DoNotPlay | LeaveAtRemoteComputer | Default</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AudioQualityMode</maml:name>
          <command:parameterValue required="true">Dynamic | High | Medium | Default</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AudioCaptureRedirectionMode</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>KeyboardHook</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AlternateShell</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ShellWorkingDirectory</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AfterLoginProgram</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AfterLoginDelay</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>RemoteApplicationProgram</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>RemoteApplicationCmdLine</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>NetworkConnectionType</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DesktopBackground</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>FontSmoothing</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DesktopComposition</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Animations</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VisualStyles</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>NetworkAutoDetect</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AutoReconnection</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>RedirectDirectX</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>RedirectVideoPlayback</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ShowContentWhileDragging</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DataCompression</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PersistentBitmapCaching</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>BandwidthAutoDetect</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>LoadAddonsMode</maml:name>
          <command:parameterValue required="true">Default | True | False</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ClientSpec</maml:name>
          <command:parameterValue required="true">Default | FullMode | ThinClientMode | SmallCacheMode</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>KeepAliveInternal</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DisplayMode</maml:name>
          <command:parameterValue required="true">External | Embedded | Default | Unknown | Undocked</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DisplayMonitor</maml:name>
          <command:parameterValue required="true">Primary | Secondary | Current | Configured | Default | First | Second | Third | Fourth | Fifth | Sixth | PromptOnConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DisplayVirtualDesktop</maml:name>
          <command:parameterValue required="true">Current | Default | First | Second | Third | Fourth | Fifth | Sixth | PromptOnConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>NewFieldsList</maml:name>
          <command:parameterValue required="true">Field[]</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AdminMode</maml:name>
        <maml:description>
          <maml:para>Open the administration console</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AfterLoginDelay</maml:name>
        <maml:description>
          <maml:para>Delay (in miliseconds) to launch application after login. 500 ms by default. Must be betwen 0 and 60000.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AfterLoginProgram</maml:name>
        <maml:description>
          <maml:para>Path (including filename) of application to launch in alternate shell</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AllowOffline</maml:name>
        <maml:description>
          <maml:para>Entry's offline mode.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">AllowOffline</command:parameterValue>
        <dev:type>
          <maml:name>AllowOffline</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AlternateShell</maml:name>
        <maml:description>
          <maml:para>Path (including filename) of application to launch in alternate shell</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Animations</maml:name>
        <maml:description>
          <maml:para>Enable animations</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AudioCaptureRedirectionMode</maml:name>
        <maml:description>
          <maml:para>ecord audio from RDP session. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AudioQualityMode</maml:name>
        <maml:description>
          <maml:para>RDP Audio Quality. Dynamic by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">RDPAudioQualityMode</command:parameterValue>
        <dev:type>
          <maml:name>RDPAudioQualityMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AutoReconnection</maml:name>
        <maml:description>
          <maml:para>Enable automatic reconnection if RDP drop. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AzureInstanceID</maml:name>
        <maml:description>
          <maml:para>Azure Cloud Service's instance ID</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>BandwidthAutoDetect</maml:name>
        <maml:description>
          <maml:para>Enable bandwith autodetection. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CheckoutMode</maml:name>
        <maml:description>
          <maml:para>Entry's checkout mode.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">CheckOutMode</command:parameterValue>
        <dev:type>
          <maml:name>CheckOutMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ClientSpec</maml:name>
        <maml:description>
          <maml:para>Cache specifications</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">RDPClientSpec</command:parameterValue>
        <dev:type>
          <maml:name>RDPClientSpec</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CloseCommentIsRequired</maml:name>
        <maml:description>
          <maml:para>A comment is required on close</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CloseCommentPrompt</maml:name>
        <maml:description>
          <maml:para>Prompt the user for comment/ticket number on close</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CredentialViewedCommentIsRequired</maml:name>
        <maml:description>
          <maml:para>A comment is required to view entry's credentials</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CredentialViewedPrompt</maml:name>
        <maml:description>
          <maml:para>Prompt the user for comment/ticket number</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DataCompression</maml:name>
        <maml:description>
          <maml:para>Enable data compression. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Entry's description</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DesktopBackground</maml:name>
        <maml:description>
          <maml:para>Enable desktop background. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DesktopComposition</maml:name>
        <maml:description>
          <maml:para>Enable desktop composition</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DisplayMode</maml:name>
        <maml:description>
          <maml:para>Display mode used by RDP. Embedded by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ConnectionDisplayMode</command:parameterValue>
        <dev:type>
          <maml:name>ConnectionDisplayMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DisplayMonitor</maml:name>
        <maml:description>
          <maml:para>Display monitor used by RDP. Primary by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DisplayMonitor</command:parameterValue>
        <dev:type>
          <maml:name>DisplayMonitor</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DisplayVirtualDesktop</maml:name>
        <maml:description>
          <maml:para>Virtual desktop used by RPD. Current by default</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DisplayVirtualDesktop</command:parameterValue>
        <dev:type>
          <maml:name>DisplayVirtualDesktop</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Domain</maml:name>
        <maml:description>
          <maml:para>Domain's name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Expiration</maml:name>
        <maml:description>
          <maml:para>Entry's expiration date (ISO-8601 format (yyyy-mm-ddThh:mm:ss.000Z)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>FontSmoothing</maml:name>
        <maml:description>
          <maml:para>Enable font smoothing</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="7">
        <maml:name>Group</maml:name>
        <maml:description>
          <maml:para>Entry's location in the vault (folder name, not ID)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HostName</maml:name>
        <maml:description>
          <maml:para>RDP's host name (Address)</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HyperVInstance</maml:name>
        <maml:description>
          <maml:para>Hyper-V Instance</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>KeepAliveInternal</maml:name>
        <maml:description>
          <maml:para>Keep alive. 1000 by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>KeyboardHook</maml:name>
        <maml:description>
          <maml:para>Sets the destination for Windows key combinations (ALT+TAB, for example)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>LoadAddonsMode</maml:name>
        <maml:description>
          <maml:para>Sets if addons load in embedded or not.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DefaultBoolean</command:parameterValue>
        <dev:type>
          <maml:name>DefaultBoolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>MnemonicPassword</maml:name>
        <maml:description>
          <maml:para>Ignored. Entry's mnemonic password to help remembering the password</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Entry's name</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>NetworkAutoDetect</maml:name>
        <maml:description>
          <maml:para>Enable network autodetection</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>NetworkConnectionType</maml:name>
        <maml:description>
          <maml:para>Connection speed to use for RDP</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>NewFieldsList</maml:name>
        <maml:description>
          <maml:para>Fields to add</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">Field[]</command:parameterValue>
        <dev:type>
          <maml:name>Field[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>OpenCommentIsRequired</maml:name>
        <maml:description>
          <maml:para>A comment is required on open</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>OpenCommentPrompt</maml:name>
        <maml:description>
          <maml:para>Prompt the user for comment/ticket number on open</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Entry's password</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PersistentBitmapCaching</maml:name>
        <maml:description>
          <maml:para>Enable persistent bitmap caching. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Port</maml:name>
        <maml:description>
          <maml:para>Port used by RDP. 3389 by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PromptCredentials</maml:name>
        <maml:description>
          <maml:para>Prompt for password when checkout</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RDPType</maml:name>
        <maml:description>
          <maml:para>RDP Type. Normal by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">RDPType</command:parameterValue>
        <dev:type>
          <maml:name>RDPType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RedirectDirectX</maml:name>
        <maml:description>
          <maml:para>Enable DirectX redirection</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RedirectVideoPlayback</maml:name>
        <maml:description>
          <maml:para>Enable video playback redirection</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RemoteApplicationCmdLine</maml:name>
        <maml:description>
          <maml:para>Parameters for the remote application</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RemoteApplicationProgram</maml:name>
        <maml:description>
          <maml:para>Path (including filename and extension) of application to launch</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RoleName</maml:name>
        <maml:description>
          <maml:para>Azure Cloud Services role name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ShellWorkingDirectory</maml:name>
        <maml:description>
          <maml:para>Path for alternate shell directory</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ShowContentWhileDragging</maml:name>
        <maml:description>
          <maml:para>Enable content showing while dragging across screen. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SoundHook</maml:name>
        <maml:description>
          <maml:para>Choose destination for sounds. BringToThisComputer by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SoundHook</command:parameterValue>
        <dev:type>
          <maml:name>SoundHook</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Tags</maml:name>
        <maml:description>
          <maml:para>Entry's tags (keywords). Each word separated by a space is considered a keyword.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketNumberIsRequiredOnClose</maml:name>
        <maml:description>
          <maml:para>A ticket number is required on close</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketNumberIsRequiredOnCredentialViewed</maml:name>
        <maml:description>
          <maml:para>A ticket number is required to view entry's credentials</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketNumberIsRequiredOnOpen</maml:name>
        <maml:description>
          <maml:para>A ticket number is required on open</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UseEnhancedSessionMode</maml:name>
        <maml:description>
          <maml:para>Hyper-V enhanced session (Uses machine's local resources, such as USB drive or printer)</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Username</maml:name>
        <maml:description>
          <maml:para>Entry's username</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UsesClipboard</maml:name>
        <maml:description>
          <maml:para>RDP access to clipboard. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UsesDevices</maml:name>
        <maml:description>
          <maml:para>RDP access to "devices" (Such as cameras...)</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UsesHardDrives</maml:name>
        <maml:description>
          <maml:para>RDP access to hard drives. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UsesPrinters</maml:name>
        <maml:description>
          <maml:para>RDP access to printers</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UsesSerialPorts</maml:name>
        <maml:description>
          <maml:para>RDP access to serial ports. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UsesSmartDevices</maml:name>
        <maml:description>
          <maml:para>RDP access to smart devices</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="6">
        <maml:name>VaultID</maml:name>
        <maml:description>
          <maml:para>Entry's vault ID.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VisualStyles</maml:name>
        <maml:description>
          <maml:para>Enable visual styles. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>WarnIfAlreadyOpened</maml:name>
        <maml:description>
          <maml:para>Warns the user if RDP session is already opened</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating if the operation is successful.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-DSRDPEntry -detailed". For technical information, type "Get-Help New-DSRDPEntry -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $NewRDPEntry = @{
        VaultId = ([guid]::Empty)
        Name = 'rootlocal '
        Username = 'root'
        Password = 'Pa$$w0rd!'
        Group = 'Powershell rules'
        credentialViewedCommentIsRequired = $true
        credentialViewedPrompt = $true
        ticketNumberIsRequiredOnCredentialViewed = $true
        checkOutMode = 'Default'
        Description = 'This is a description'
        Tags = '1 2 3 4 5'
        HostName = 'TBD'
    };
                
    New-DSRDPEntry @NewRDPEntry</dev:code>
        <dev:remarks>
          <maml:para>Create a new RDP entry.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-DSEntryBase</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSCredentialEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSSSHShellEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-DSSSHShellEntry</command:name>
      <gl:group>DSSSHShellEntry</gl:group>
      <maml:description>
        <maml:para>Create a new SSH Shell entry.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>DSSSHShellEntry</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a new SSH Shell entry using supplied parameters. New fields in RDM are automatically supported with the 'NewFieldsList' parameter</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-DSSSHShellEntry</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Group</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Tags</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DisplayMode</maml:name>
          <command:parameterValue required="true">External | Embedded | Default | Unknown | Undocked</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DisplayMonitor</maml:name>
          <command:parameterValue required="true">Primary | Secondary | Current | Configured | Default | First | Second | Third | Fourth | Fifth | Sixth | PromptOnConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DisplayVirtualDesktop</maml:name>
          <command:parameterValue required="true">Current | Default | First | Second | Third | Fourth | Fifth | Sixth | PromptOnConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AlwaysAskForPassword</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PrivateKeyType</maml:name>
          <command:parameterValue required="true">NoKey | File | Data | Link | MyDefault | PrivateVault | UserVaultSearchString</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PrivateKeyPath</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PrivateKeyPassphrase</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PromptForPassphrase</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HostName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HostPort</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AfterConnectMacroDelay</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AfterConnectMacros</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AfterConnectMacroEnterAfterCommand</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>BeforeDisconnectMacroDelay</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>BeforeDisconnectMacro</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>BeforeDisconnectMacroEnterAfterCommand</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>OverrideTerminalName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Encoding</maml:name>
          <command:parameterValue required="true">Default | UseFontEncoding | UTF_8 | ISO_8859_1 | ISO_8859_2 | ISO_8859_3 | ISO_8859_4 | ISO_8859_5 | ISO_8859_6 | ISO_8859_7 | ISO_8859_8 | ISO_8859_9 | ISO_8859_10 | ISO_8859_11 | ISO_8859_13 | ISO_8859_14 | ISO_8859_15 | ISO_8859_16 | KOI8_U | KOI8_R | HP_ROMAN8 | VSCII | DEC_MCS | Win1250 | Win1251 | Win1252 | Win1253 | Win1254 | Win1255 | Win1256 | Win1257 | Win1258 | CP437 | CP620 | CP819 | CP852 | CP878</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AutoWrap</maml:name>
          <command:parameterValue required="true">Default | On | Off</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>LocalEcho</maml:name>
          <command:parameterValue required="true">Default | Auto | On | Off</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>InitialKeypadMode</maml:name>
          <command:parameterValue required="true">Default | Enable | Disable</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DisableKeypadMode</maml:name>
          <command:parameterValue required="true">Default | True | False</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CursorType</maml:name>
          <command:parameterValue required="true">Default | Block | Underline | VerticalLine</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CursorBlink</maml:name>
          <command:parameterValue required="true">Default | On | Off</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ForceNonDestructiveBackspace</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ImplicitCRinLF</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ImplicitLFinCR</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>MaxScrollbackLines</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DoubleClickDelimiters</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>FontMode</maml:name>
          <command:parameterValue required="true">Default | Override</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>BellMode</maml:name>
          <command:parameterValue required="true">Default | None | Sound | Visual</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>RemoteCommand</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CursorKeyMode</maml:name>
          <command:parameterValue required="true">Default | Normal | Application</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>BackspaceKeyMode</maml:name>
          <command:parameterValue required="true">Default | ControlH | ControlQuestionMark</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HomeEndKeyMode</maml:name>
          <command:parameterValue required="true">Default | Standard | Rxvt</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>FunctionKeyMode</maml:name>
          <command:parameterValue required="true">Default | EscN | Linux | XtermR6 | VT400 | VT100Plus | SCO | Common | Alternative | HpUx | Linux220 | LinuxAlternative | Pick | VT52 | Wyse | Xterm</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyMode</maml:name>
          <command:parameterValue required="true">None | Link | Custom</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyType</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyHost</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyHostPort</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyUsername</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyPassword</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyLocalHostConnections</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyExcludedHosts</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyDNSLookupType</maml:name>
          <command:parameterValue required="true">Automatic | Yes | No</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyTelnetCommand</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>WarnIfAlreadyOpened</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CredentialViewedCommentIsRequired</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketNumberIsRequiredOnCredentialViewed</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CredentialViewedPrompt</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>OpenCommentPrompt</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>OpenCommentIsRequired</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketNumberIsRequiredOnOpen</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CloseCommentPrompt</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CloseCommentIsRequired</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketNumberIsRequiredOnClose</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>NewFieldsList</maml:name>
          <command:parameterValue required="true">Field[]</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AfterConnectMacroDelay</maml:name>
        <maml:description>
          <maml:para>Delay in ms before starting after-connection macros. The default value is the minimal one, 500 ms.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AfterConnectMacroEnterAfterCommand</maml:name>
        <maml:description>
          <maml:para>If it should send 'Enter' input after entering an after-connection macro. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AfterConnectMacros</maml:name>
        <maml:description>
          <maml:para>Macros to run after connection</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AlwaysAskForPassword</maml:name>
        <maml:description>
          <maml:para>If it should always ask for password when checking out</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AutoWrap</maml:name>
        <maml:description>
          <maml:para>Toggle terminal autowrapping</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalAutoWrap</command:parameterValue>
        <dev:type>
          <maml:name>TerminalAutoWrap</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>BackspaceKeyMode</maml:name>
        <maml:description>
          <maml:para>Keyboard backspace key mode (Default/Control-H/Control-? (ASCII code 127))</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalBackspaceKeyMode</command:parameterValue>
        <dev:type>
          <maml:name>TerminalBackspaceKeyMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>BeforeDisconnectMacro</maml:name>
        <maml:description>
          <maml:para>Macros to run before disconnect</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>BeforeDisconnectMacroDelay</maml:name>
        <maml:description>
          <maml:para>Delay in ms before starting before-disconnect macro. The default value is the minimal one, 500 ms.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>BeforeDisconnectMacroEnterAfterCommand</maml:name>
        <maml:description>
          <maml:para>If it should send 'Enter' input after entering a before-disconnect macro. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>BellMode</maml:name>
        <maml:description>
          <maml:para>Select bell mode behavior (Default/None/Sound/Visual)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalBellMode</command:parameterValue>
        <dev:type>
          <maml:name>TerminalBellMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CloseCommentIsRequired</maml:name>
        <maml:description>
          <maml:para>A comment is required on close</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CloseCommentPrompt</maml:name>
        <maml:description>
          <maml:para>Prompt the user for comment/ticket number on close</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CredentialViewedCommentIsRequired</maml:name>
        <maml:description>
          <maml:para>A comment is required to view entry's credentials</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CredentialViewedPrompt</maml:name>
        <maml:description>
          <maml:para>Prompt the user for comment/ticket number</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CursorBlink</maml:name>
        <maml:description>
          <maml:para>Toggle terminal cursor blink</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalCursorBlink</command:parameterValue>
        <dev:type>
          <maml:name>TerminalCursorBlink</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CursorKeyMode</maml:name>
        <maml:description>
          <maml:para>Keyboard cursor key mode (Default/Normal/Application)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalCursorKeyMode</command:parameterValue>
        <dev:type>
          <maml:name>TerminalCursorKeyMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CursorType</maml:name>
        <maml:description>
          <maml:para>Select terminal cursor type (Block/Underline/Vertical line)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalCursorType</command:parameterValue>
        <dev:type>
          <maml:name>TerminalCursorType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Entry's description</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DisableKeypadMode</maml:name>
        <maml:description>
          <maml:para>Disable terminal application keypad mode</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DefaultBoolean</command:parameterValue>
        <dev:type>
          <maml:name>DefaultBoolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DisplayMode</maml:name>
        <maml:description>
          <maml:para>Display mode used by SSH Shell. Embedded by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ConnectionDisplayMode</command:parameterValue>
        <dev:type>
          <maml:name>ConnectionDisplayMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DisplayMonitor</maml:name>
        <maml:description>
          <maml:para>Display monitor used by SSH Shell. Primary by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DisplayMonitor</command:parameterValue>
        <dev:type>
          <maml:name>DisplayMonitor</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DisplayVirtualDesktop</maml:name>
        <maml:description>
          <maml:para>Virtual desktop used by SSH Shell.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DisplayVirtualDesktop</command:parameterValue>
        <dev:type>
          <maml:name>DisplayVirtualDesktop</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DoubleClickDelimiters</maml:name>
        <maml:description>
          <maml:para>Delemiters for double-clicking in terminal</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Encoding</maml:name>
        <maml:description>
          <maml:para>Select terminal encoding</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalEncoding</command:parameterValue>
        <dev:type>
          <maml:name>TerminalEncoding</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>FontMode</maml:name>
        <maml:description>
          <maml:para>Select font mode (Default/Override)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalFontMode</command:parameterValue>
        <dev:type>
          <maml:name>TerminalFontMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ForceNonDestructiveBackspace</maml:name>
        <maml:description>
          <maml:para>Force non-destructive backspaces (Disable character 127)</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>FunctionKeyMode</maml:name>
        <maml:description>
          <maml:para>Keyboard fn key mode</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalFunctionKeysMode</command:parameterValue>
        <dev:type>
          <maml:name>TerminalFunctionKeysMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Group</maml:name>
        <maml:description>
          <maml:para>Entry's location in the vault (folder name, not ID)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HomeEndKeyMode</maml:name>
        <maml:description>
          <maml:para>Keyboard home/end key mode (Default/Standard/RXVT)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalHomeEndKeyMode</command:parameterValue>
        <dev:type>
          <maml:name>TerminalHomeEndKeyMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HostName</maml:name>
        <maml:description>
          <maml:para>Entry's hostname</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HostPort</maml:name>
        <maml:description>
          <maml:para>Entry's host port. 22 by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ImplicitCRinLF</maml:name>
        <maml:description>
          <maml:para>Convert CR to LF</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ImplicitLFinCR</maml:name>
        <maml:description>
          <maml:para>Convert LF to CR</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>InitialKeypadMode</maml:name>
        <maml:description>
          <maml:para>Terminal's initial keypad mode (Default/Enable (Application in Putty)/Disable (Normal in Putty))</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalKeypadMode</command:parameterValue>
        <dev:type>
          <maml:name>TerminalKeypadMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>LocalEcho</maml:name>
        <maml:description>
          <maml:para>Toggle terminal local echo</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalLocalEcho</command:parameterValue>
        <dev:type>
          <maml:name>TerminalLocalEcho</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>MaxScrollbackLines</maml:name>
        <maml:description>
          <maml:para>Terminal max scrollback lines. 2000 lines by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Entry's name</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>NewFieldsList</maml:name>
        <maml:description>
          <maml:para>Fields to add</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">Field[]</command:parameterValue>
        <dev:type>
          <maml:name>Field[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>OpenCommentIsRequired</maml:name>
        <maml:description>
          <maml:para>A comment is required on open</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>OpenCommentPrompt</maml:name>
        <maml:description>
          <maml:para>Prompt the user for comment/ticket number on open</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>OverrideTerminalName</maml:name>
        <maml:description>
          <maml:para>Override terminal type</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Entry's password</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PrivateKeyPassphrase</maml:name>
        <maml:description>
          <maml:para>Private key passphrase</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PrivateKeyPath</maml:name>
        <maml:description>
          <maml:para>Full private key path (*.ppk)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PrivateKeyType</maml:name>
        <maml:description>
          <maml:para>Private key type. The default type is NoKey.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PrivateKeyType</command:parameterValue>
        <dev:type>
          <maml:name>PrivateKeyType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PromptForPassphrase</maml:name>
        <maml:description>
          <maml:para>Prompt for passphrase before checkout.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyDNSLookupType</maml:name>
        <maml:description>
          <maml:para>Proxy DNS lookup mode. Automatic by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TelnetTerminalDnsLookupType</command:parameterValue>
        <dev:type>
          <maml:name>TelnetTerminalDnsLookupType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyExcludedHosts</maml:name>
        <maml:description>
          <maml:para>Proxy excluded hosts</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyHost</maml:name>
        <maml:description>
          <maml:para>Proxy Hostname</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyHostPort</maml:name>
        <maml:description>
          <maml:para>Proxy host port</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyLocalHostConnections</maml:name>
        <maml:description>
          <maml:para>Proxy localhost connections</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyMode</maml:name>
        <maml:description>
          <maml:para>Proxy mode (Only None/custom supported)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ProxyMode</command:parameterValue>
        <dev:type>
          <maml:name>ProxyMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyPassword</maml:name>
        <maml:description>
          <maml:para>Proxy password</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyTelnetCommand</maml:name>
        <maml:description>
          <maml:para>Telnet/local proxy command (blank for default)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyType</maml:name>
        <maml:description>
          <maml:para>Proxy type. Socks5 by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyUsername</maml:name>
        <maml:description>
          <maml:para>Proxy username</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RemoteCommand</maml:name>
        <maml:description>
          <maml:para>Ignored. Absolute path of the application on the remote computer</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Tags</maml:name>
        <maml:description>
          <maml:para>Entry's tags (keywords). Each word separated by a space is considered a keyword.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketNumberIsRequiredOnClose</maml:name>
        <maml:description>
          <maml:para>A ticket number is required on close</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketNumberIsRequiredOnCredentialViewed</maml:name>
        <maml:description>
          <maml:para>A ticket number is required to view entry's credentials</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketNumberIsRequiredOnOpen</maml:name>
        <maml:description>
          <maml:para>A ticket number is required on open</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Username</maml:name>
        <maml:description>
          <maml:para>Entry's username</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultID</maml:name>
        <maml:description>
          <maml:para>Entry's vault ID.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>WarnIfAlreadyOpened</maml:name>
        <maml:description>
          <maml:para>Warns the user if session is already opened</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating if the operation is successful.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-DSSSHShellEntry -detailed". For technical information, type "Get-Help New-DSSSHShellEntry -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $parameters = @{
        Name = 'TestSSHShell'
        HostName = 'hostname'
        Username = 'username'
        Password = 'Pa$$w0rd!'
        VaultID = '00000000-0000-0000-0000-000000000000'
        Tags = 'Test "SSH Shell"'
        Group = 'Powershell rules'
        }

        New-DSSSHShellEntry @parameters</dev:code>
        <dev:remarks>
          <maml:para>Create a new SSH entry.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-DSEntryBase</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSCredentialEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-DSRDPEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-DSEntry</command:name>
      <gl:group>DSEntry</gl:group>
      <maml:description>
        <maml:para>Remove a specified entry from the database.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>DSEntry</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Remove an entry specified by its id from the database.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-DSEntry</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>EntryID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntryID</maml:name>
        <maml:description>
          <maml:para>ID of the entry to delete</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating if the operation is successful.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-DSEntry -detailed". For technical information, type "Get-Help Remove-DSEntry -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-DSEntry -EntrID $id</dev:code>
        <dev:remarks>
          <maml:para>Delete the entry whose ID is stored in $id</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Update-DSEntryBase</command:name>
      <gl:group>DSEntryBase</gl:group>
      <maml:description>
        <maml:para>Update an entry.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Update</command:verb>
      <command:noun>DSEntryBase</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Update an entry (Modified entry should be in jsonBody). Unless you know exactly what you are doing, you should probably use the CMDlets created by us to update entries.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Update-DSEntryBase</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>JsonBody</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>JsonBody</maml:name>
        <maml:description>
          <maml:para>Entry in JSON</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating if the operation is successful.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Update-DSEntryBase -detailed". For technical information, type "Get-Help Update-DSEntryBase -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $credResponse = Get-DSEntry -EntryID $id
        $cred = $credResponse.data
        $cred.data.passwordItem | Add-Member -MemberType NoteProperty -Name SensitiveData -Value 'newPassword'
        Update-DSEntryBase -JsonBody (ConvertTo-Json -InputObject $cred -Depth 4)</dev:code>
        <dev:remarks>
          <maml:para>An existing credential entry with an existing password is fetched. Its password is changed to 'newPassword' by adding a sensitive data property to passwordItem. The entry is converted in json with the requiered depth to avoid being flatten. The entry is updated afterwards.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSRDPEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSSSHShellEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Update-DSRDPEntry</command:name>
      <gl:group>DSRDPEntry</gl:group>
      <maml:description>
        <maml:para>Update a RDP entry.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Update</command:verb>
      <command:noun>DSRDPEntry</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Update a RDP entry with the parameters supplied.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Update-DSRDPEntry</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>EntryID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ForceAlternateShellProgram</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Domain</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>MnemonicPassword</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Group</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PromptCredentials</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Tags</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Expiration</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>WarnIfAlreadyOpened</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CredentialViewedCommentIsRequired</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketNumberIsRequiredOnCredentialViewed</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CredentialViewedPrompt</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>OpenCommentPrompt</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>OpenCommentIsRequired</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketNumberIsRequiredOnOpen</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CloseCommentPrompt</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CloseCommentIsRequired</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketNumberIsRequiredOnClose</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CheckoutMode</maml:name>
          <command:parameterValue required="true">Default | NotSupported | Automatic | Manual | Inherited | Optional | AutomaticWhenAvailable</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AllowOffline</maml:name>
          <command:parameterValue required="true">Default | True | False | Inherited</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HostName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AdminMode</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Port</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>RDPType</maml:name>
          <command:parameterValue required="true">Normal | Azure | HyperV</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>RoleName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AzureInstanceID</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HyperVInstance</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UseEnhancedSessionMode</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UsesClipboard</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UsesDevices</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UsesHardDrives</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UsesPrinters</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UsesSerialPorts</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UsesSmartDevices</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SoundHook</maml:name>
          <command:parameterValue required="true">BringToThisComputer | DoNotPlay | LeaveAtRemoteComputer | Default</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AudioQualityMode</maml:name>
          <command:parameterValue required="true">Dynamic | High | Medium | Default</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AudioCaptureRedirectionMode</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>KeyboardHook</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AlternateShell</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ShellWorkingDirectory</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AfterLoginProgram</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AfterLoginDelay</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>RemoteApplicationProgram</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>RemoteApplicationCmdLine</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>NetworkConnectionType</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DesktopBackground</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>FontSmoothing</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DesktopComposition</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Animations</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VisualStyles</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>NetworkAutoDetect</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AutoReconnection</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>RedirectDirectX</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>RedirectVideoPlayback</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ShowContentWhileDragging</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DataCompression</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PersistentBitmapCaching</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>BandwidthAutoDetect</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>LoadAddonsMode</maml:name>
          <command:parameterValue required="true">Default | True | False</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ClientSpec</maml:name>
          <command:parameterValue required="true">Default | FullMode | ThinClientMode | SmallCacheMode</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>KeepAliveInternal</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DisplayMode</maml:name>
          <command:parameterValue required="true">External | Embedded | Default | Unknown | Undocked</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DisplayMonitor</maml:name>
          <command:parameterValue required="true">Primary | Secondary | Current | Configured | Default | First | Second | Third | Fourth | Fifth | Sixth | PromptOnConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DisplayVirtualDesktop</maml:name>
          <command:parameterValue required="true">Current | Default | First | Second | Third | Fourth | Fifth | Sixth | PromptOnConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>NewFieldsList</maml:name>
          <command:parameterValue required="true">Field[]</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AdminMode</maml:name>
        <maml:description>
          <maml:para>Open the administration console</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AfterLoginDelay</maml:name>
        <maml:description>
          <maml:para>Delay (in miliseconds) to launch application after login. 500 ms by default. Must be betwen 0 and 6000.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AfterLoginProgram</maml:name>
        <maml:description>
          <maml:para>Path (including filename) of application to launch in alternate shell</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AllowOffline</maml:name>
        <maml:description>
          <maml:para>Entry's offline mode.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">AllowOffline</command:parameterValue>
        <dev:type>
          <maml:name>AllowOffline</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AlternateShell</maml:name>
        <maml:description>
          <maml:para>Path (including filename) of application to launch in alternate shell</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Animations</maml:name>
        <maml:description>
          <maml:para>Enable animations</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AudioCaptureRedirectionMode</maml:name>
        <maml:description>
          <maml:para>ecord audio from RDP session. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AudioQualityMode</maml:name>
        <maml:description>
          <maml:para>RDP Audio Quality. Dynamic by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">RDPAudioQualityMode</command:parameterValue>
        <dev:type>
          <maml:name>RDPAudioQualityMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AutoReconnection</maml:name>
        <maml:description>
          <maml:para>Enable automatic reconnection if RDP drop. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AzureInstanceID</maml:name>
        <maml:description>
          <maml:para>Azure Cloud Service's instance ID</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>BandwidthAutoDetect</maml:name>
        <maml:description>
          <maml:para>Enable bandwith autodetection. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CheckoutMode</maml:name>
        <maml:description>
          <maml:para>Entry's checkout mode.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">CheckOutMode</command:parameterValue>
        <dev:type>
          <maml:name>CheckOutMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ClientSpec</maml:name>
        <maml:description>
          <maml:para>Cache specifications</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">RDPClientSpec</command:parameterValue>
        <dev:type>
          <maml:name>RDPClientSpec</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CloseCommentIsRequired</maml:name>
        <maml:description>
          <maml:para>A comment is required on close</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CloseCommentPrompt</maml:name>
        <maml:description>
          <maml:para>Prompt the user for comment/ticket number on close</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CredentialViewedCommentIsRequired</maml:name>
        <maml:description>
          <maml:para>A comment is required to view entry's credentials</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CredentialViewedPrompt</maml:name>
        <maml:description>
          <maml:para>Prompt the user for comment/ticket number</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DataCompression</maml:name>
        <maml:description>
          <maml:para>Enable data compression. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Entry's description</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DesktopBackground</maml:name>
        <maml:description>
          <maml:para>Enable desktop background. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DesktopComposition</maml:name>
        <maml:description>
          <maml:para>Enable desktop composition</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DisplayMode</maml:name>
        <maml:description>
          <maml:para>Display mode used by RDP. Embedded by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ConnectionDisplayMode</command:parameterValue>
        <dev:type>
          <maml:name>ConnectionDisplayMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DisplayMonitor</maml:name>
        <maml:description>
          <maml:para>Display monitor used by RDP. Primary by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DisplayMonitor</command:parameterValue>
        <dev:type>
          <maml:name>DisplayMonitor</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DisplayVirtualDesktop</maml:name>
        <maml:description>
          <maml:para>Virtual desktop used by RPD. Current by default</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DisplayVirtualDesktop</command:parameterValue>
        <dev:type>
          <maml:name>DisplayVirtualDesktop</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Domain</maml:name>
        <maml:description>
          <maml:para>Domain's name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntryID</maml:name>
        <maml:description>
          <maml:para>ID of the entry to modify.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Expiration</maml:name>
        <maml:description>
          <maml:para>Entry's expiration date (ISO-8601 format (yyyy-mm-ddThh:mm:ss.000Z)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>FontSmoothing</maml:name>
        <maml:description>
          <maml:para>Enable font smoothing</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ForceAlternateShellProgram</maml:name>
        <maml:description>
          <maml:para>Force alternate shell use instead of the preferred method RemoteApp.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Group</maml:name>
        <maml:description>
          <maml:para>Entry's location in the vault (folder name, not ID)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HostName</maml:name>
        <maml:description>
          <maml:para>RDP's host name (Address)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HyperVInstance</maml:name>
        <maml:description>
          <maml:para>Hyper-V Instance</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>KeepAliveInternal</maml:name>
        <maml:description>
          <maml:para>Keep alive. 1000 by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>KeyboardHook</maml:name>
        <maml:description>
          <maml:para>Sets the destination for Windows key combinations (ALT+TAB, for example)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>LoadAddonsMode</maml:name>
        <maml:description>
          <maml:para>Sets if addons load in embedded or not.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DefaultBoolean</command:parameterValue>
        <dev:type>
          <maml:name>DefaultBoolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>MnemonicPassword</maml:name>
        <maml:description>
          <maml:para>Ignored. Entry's mnemonic password to help remembering the password</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Entry's name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>NetworkAutoDetect</maml:name>
        <maml:description>
          <maml:para>Enable network autodetection</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>NetworkConnectionType</maml:name>
        <maml:description>
          <maml:para>Connection speed to use for RDP</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>NewFieldsList</maml:name>
        <maml:description>
          <maml:para>Fields to add</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">Field[]</command:parameterValue>
        <dev:type>
          <maml:name>Field[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>OpenCommentIsRequired</maml:name>
        <maml:description>
          <maml:para>A comment is required on open</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>OpenCommentPrompt</maml:name>
        <maml:description>
          <maml:para>Prompt the user for comment/ticket number on open</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Entry's password</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PersistentBitmapCaching</maml:name>
        <maml:description>
          <maml:para>Enable persistent bitmap caching. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Port</maml:name>
        <maml:description>
          <maml:para>Port used by RDP. 3389 by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PromptCredentials</maml:name>
        <maml:description>
          <maml:para>Prompt for password when checkout</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RDPType</maml:name>
        <maml:description>
          <maml:para>RDP Type. Normal by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">RDPType</command:parameterValue>
        <dev:type>
          <maml:name>RDPType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RedirectDirectX</maml:name>
        <maml:description>
          <maml:para>Enable DirectX redirection</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RedirectVideoPlayback</maml:name>
        <maml:description>
          <maml:para>Enable video playback redirection</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RemoteApplicationCmdLine</maml:name>
        <maml:description>
          <maml:para>Parameters for the remote application</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RemoteApplicationProgram</maml:name>
        <maml:description>
          <maml:para>Path (including filename and extension) of application to launch</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RoleName</maml:name>
        <maml:description>
          <maml:para>Azure Cloud Services role name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ShellWorkingDirectory</maml:name>
        <maml:description>
          <maml:para>Path for alternate shell directory</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ShowContentWhileDragging</maml:name>
        <maml:description>
          <maml:para>Enable content showing while dragging across screen. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SoundHook</maml:name>
        <maml:description>
          <maml:para>Choose destination for sounds. BringToThisComputer by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">SoundHook</command:parameterValue>
        <dev:type>
          <maml:name>SoundHook</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Tags</maml:name>
        <maml:description>
          <maml:para>Entry's tags (keywords). Each word separated by a space is considered a keyword.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketNumberIsRequiredOnClose</maml:name>
        <maml:description>
          <maml:para>A ticket number is required on close</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketNumberIsRequiredOnCredentialViewed</maml:name>
        <maml:description>
          <maml:para>A ticket number is required to view entry's credentials</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketNumberIsRequiredOnOpen</maml:name>
        <maml:description>
          <maml:para>A ticket number is required on open</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UseEnhancedSessionMode</maml:name>
        <maml:description>
          <maml:para>Hyper-V enhanced session (Uses machine's local resources, such as USB drive or printer)</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Username</maml:name>
        <maml:description>
          <maml:para>Entry's username</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UsesClipboard</maml:name>
        <maml:description>
          <maml:para>RDP access to clipboard. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UsesDevices</maml:name>
        <maml:description>
          <maml:para>RDP access to "devices" (Such as cameras...)</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UsesHardDrives</maml:name>
        <maml:description>
          <maml:para>RDP access to hard drives. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UsesPrinters</maml:name>
        <maml:description>
          <maml:para>RDP access to printers</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UsesSerialPorts</maml:name>
        <maml:description>
          <maml:para>RDP access to serial ports. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UsesSmartDevices</maml:name>
        <maml:description>
          <maml:para>RDP access to smart devices</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VisualStyles</maml:name>
        <maml:description>
          <maml:para>Enable visual styles. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>WarnIfAlreadyOpened</maml:name>
        <maml:description>
          <maml:para>Warns the user if RDP session is already opened</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating if the operation is successful.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Update-DSRDPEntry -detailed". For technical information, type "Get-Help Update-DSRDPEntry -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $parameters = @{
        EntryID = $rdpID
        WarnIfAlreadyOpened = $true
        OpenCommentPrompt = $true
        TicketNumberIsRequiredOnOpen = $true
        }
        
        Update-DSRDPEntry @parameters</dev:code>
        <dev:remarks>
          <maml:para>Update a specified RDP entry by activating the warn if already opened and requesting a prompt with a ticket number on opening it.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSRDPEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSSSHShellEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Update-DSSSHShellEntry</command:name>
      <gl:group>DSSSHShellEntry</gl:group>
      <maml:description>
        <maml:para>Update an SSH Shell entry.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Update</command:verb>
      <command:noun>DSSSHShellEntry</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Update an SSH Shell entry using supplied parameters.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Update-DSSSHShellEntry</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>EntryID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Group</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Tags</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DisplayMode</maml:name>
          <command:parameterValue required="true">External | Embedded | Default | Unknown | Undocked</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DisplayMonitor</maml:name>
          <command:parameterValue required="true">Primary | Secondary | Current | Configured | Default | First | Second | Third | Fourth | Fifth | Sixth | PromptOnConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DisplayVirtualDesktop</maml:name>
          <command:parameterValue required="true">Current | Default | First | Second | Third | Fourth | Fifth | Sixth | PromptOnConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AlwaysAskForPassword</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PrivateKeyType</maml:name>
          <command:parameterValue required="true">NoKey | File | Data | Link | MyDefault | PrivateVault | UserVaultSearchString</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PrivateKeyPath</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PrivateKeyPassphrase</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PromptForPassphrase</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HostName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HostPort</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AfterConnectMacroDelay</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AfterConnectMacros</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AfterConnectMacroEnterAfterCommand</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>BeforeDisconnectMacroDelay</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>BeforeDisconnectMacro</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>BeforeDisconnectMacroEnterAfterCommand</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>OverrideTerminalName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Encoding</maml:name>
          <command:parameterValue required="true">Default | UseFontEncoding | UTF_8 | ISO_8859_1 | ISO_8859_2 | ISO_8859_3 | ISO_8859_4 | ISO_8859_5 | ISO_8859_6 | ISO_8859_7 | ISO_8859_8 | ISO_8859_9 | ISO_8859_10 | ISO_8859_11 | ISO_8859_13 | ISO_8859_14 | ISO_8859_15 | ISO_8859_16 | KOI8_U | KOI8_R | HP_ROMAN8 | VSCII | DEC_MCS | Win1250 | Win1251 | Win1252 | Win1253 | Win1254 | Win1255 | Win1256 | Win1257 | Win1258 | CP437 | CP620 | CP819 | CP852 | CP878</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AutoWrap</maml:name>
          <command:parameterValue required="true">Default | On | Off</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>LocalEcho</maml:name>
          <command:parameterValue required="true">Default | Auto | On | Off</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>InitialKeypadMode</maml:name>
          <command:parameterValue required="true">Default | Enable | Disable</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DisableKeypadMode</maml:name>
          <command:parameterValue required="true">Default | True | False</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CursorType</maml:name>
          <command:parameterValue required="true">Default | Block | Underline | VerticalLine</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CursorBlink</maml:name>
          <command:parameterValue required="true">Default | On | Off</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ForceNonDestructiveBackspace</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ImplicitCRinLF</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ImplicitLFinCR</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>MaxScrollbackLines</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DoubleClickDelimiters</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>FontMode</maml:name>
          <command:parameterValue required="true">Default | Override</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>BellMode</maml:name>
          <command:parameterValue required="true">Default | None | Sound | Visual</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>RemoteCommand</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CursorKeyMode</maml:name>
          <command:parameterValue required="true">Default | Normal | Application</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>BackspaceKeyMode</maml:name>
          <command:parameterValue required="true">Default | ControlH | ControlQuestionMark</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HomeEndKeyMode</maml:name>
          <command:parameterValue required="true">Default | Standard | Rxvt</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>FunctionKeyMode</maml:name>
          <command:parameterValue required="true">Default | EscN | Linux | XtermR6 | VT400 | VT100Plus | SCO | Common | Alternative | HpUx | Linux220 | LinuxAlternative | Pick | VT52 | Wyse | Xterm</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyMode</maml:name>
          <command:parameterValue required="true">None | Link | Custom</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyType</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyHost</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyHostPort</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyUsername</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyPassword</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyLocalHostConnections</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyExcludedHosts</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyDNSLookupType</maml:name>
          <command:parameterValue required="true">Automatic | Yes | No</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>ProxyTelnetCommand</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>WarnIfAlreadyOpened</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CredentialViewedCommentIsRequired</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketNumberIsRequiredOnCredentialViewed</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CredentialViewedPrompt</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>OpenCommentPrompt</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>OpenCommentIsRequired</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketNumberIsRequiredOnOpen</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CloseCommentPrompt</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CloseCommentIsRequired</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TicketNumberIsRequiredOnClose</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>NewFieldsList</maml:name>
          <command:parameterValue required="true">Field[]</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AfterConnectMacroDelay</maml:name>
        <maml:description>
          <maml:para>Delay in ms before starting after-connection macros. The default value is the minimal one, 500 ms.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AfterConnectMacroEnterAfterCommand</maml:name>
        <maml:description>
          <maml:para>If it should send 'Enter' input after entering an after-connection macro. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AfterConnectMacros</maml:name>
        <maml:description>
          <maml:para>Macros to run after connection</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AlwaysAskForPassword</maml:name>
        <maml:description>
          <maml:para>If it should always ask for password when checking out</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AutoWrap</maml:name>
        <maml:description>
          <maml:para>Toggle terminal autowrapping</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalAutoWrap</command:parameterValue>
        <dev:type>
          <maml:name>TerminalAutoWrap</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>BackspaceKeyMode</maml:name>
        <maml:description>
          <maml:para>Keyboard backspace key mode (Default/Control-H/Control-? (ASCII code 127))</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalBackspaceKeyMode</command:parameterValue>
        <dev:type>
          <maml:name>TerminalBackspaceKeyMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>BeforeDisconnectMacro</maml:name>
        <maml:description>
          <maml:para>Macros to run before disconnect</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>BeforeDisconnectMacroDelay</maml:name>
        <maml:description>
          <maml:para>Delay in ms before starting before-disconnect macro. The default value is the minimal one, 500 ms.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>BeforeDisconnectMacroEnterAfterCommand</maml:name>
        <maml:description>
          <maml:para>If it should send 'Enter' input after entering a before-disconnect macro. True by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>BellMode</maml:name>
        <maml:description>
          <maml:para>Select bell mode behavior (Default/None/Sound/Visual)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalBellMode</command:parameterValue>
        <dev:type>
          <maml:name>TerminalBellMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CloseCommentIsRequired</maml:name>
        <maml:description>
          <maml:para>A comment is required on close</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CloseCommentPrompt</maml:name>
        <maml:description>
          <maml:para>Prompt the user for comment/ticket number on close</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CredentialViewedCommentIsRequired</maml:name>
        <maml:description>
          <maml:para>A comment is required to view entry's credentials</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CredentialViewedPrompt</maml:name>
        <maml:description>
          <maml:para>Prompt the user for comment/ticket number</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CursorBlink</maml:name>
        <maml:description>
          <maml:para>Toggle terminal cursor blink</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalCursorBlink</command:parameterValue>
        <dev:type>
          <maml:name>TerminalCursorBlink</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CursorKeyMode</maml:name>
        <maml:description>
          <maml:para>Keyboard cursor key mode (Default/Normal/Application)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalCursorKeyMode</command:parameterValue>
        <dev:type>
          <maml:name>TerminalCursorKeyMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CursorType</maml:name>
        <maml:description>
          <maml:para>Select terminal cursor type (Block/Underline/Vertical line)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalCursorType</command:parameterValue>
        <dev:type>
          <maml:name>TerminalCursorType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Entry's description</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DisableKeypadMode</maml:name>
        <maml:description>
          <maml:para>Disable terminal application keypad mode</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DefaultBoolean</command:parameterValue>
        <dev:type>
          <maml:name>DefaultBoolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DisplayMode</maml:name>
        <maml:description>
          <maml:para>Display mode used by SSH Shell. Embedded by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ConnectionDisplayMode</command:parameterValue>
        <dev:type>
          <maml:name>ConnectionDisplayMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DisplayMonitor</maml:name>
        <maml:description>
          <maml:para>Display monitor used by SSH Shell. Primary by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DisplayMonitor</command:parameterValue>
        <dev:type>
          <maml:name>DisplayMonitor</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DisplayVirtualDesktop</maml:name>
        <maml:description>
          <maml:para>Virtual desktop used by SSH Shell.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DisplayVirtualDesktop</command:parameterValue>
        <dev:type>
          <maml:name>DisplayVirtualDesktop</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DoubleClickDelimiters</maml:name>
        <maml:description>
          <maml:para>Delemiters for double-clicking in terminal</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Encoding</maml:name>
        <maml:description>
          <maml:para>Select terminal encoding</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalEncoding</command:parameterValue>
        <dev:type>
          <maml:name>TerminalEncoding</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntryID</maml:name>
        <maml:description>
          <maml:para>ID of the entry to modify.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>FontMode</maml:name>
        <maml:description>
          <maml:para>Select font mode (Default/Override)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalFontMode</command:parameterValue>
        <dev:type>
          <maml:name>TerminalFontMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ForceNonDestructiveBackspace</maml:name>
        <maml:description>
          <maml:para>Force non-destructive backspaces (Disable character 127)</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>FunctionKeyMode</maml:name>
        <maml:description>
          <maml:para>Keyboard fn key mode</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalFunctionKeysMode</command:parameterValue>
        <dev:type>
          <maml:name>TerminalFunctionKeysMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Group</maml:name>
        <maml:description>
          <maml:para>Entry's location in the vault (folder name, not ID)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HomeEndKeyMode</maml:name>
        <maml:description>
          <maml:para>Keyboard home/end key mode (Default/Standard/RXVT)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalHomeEndKeyMode</command:parameterValue>
        <dev:type>
          <maml:name>TerminalHomeEndKeyMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HostName</maml:name>
        <maml:description>
          <maml:para>Entry's hostname</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HostPort</maml:name>
        <maml:description>
          <maml:para>Entry's host port. 22 by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ImplicitCRinLF</maml:name>
        <maml:description>
          <maml:para>Convert CR to LF</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ImplicitLFinCR</maml:name>
        <maml:description>
          <maml:para>Convert LF to CR</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>InitialKeypadMode</maml:name>
        <maml:description>
          <maml:para>Terminal's initial keypad mode (Default/Enable (Application in Putty)/Disable (Normal in Putty))</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalKeypadMode</command:parameterValue>
        <dev:type>
          <maml:name>TerminalKeypadMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>LocalEcho</maml:name>
        <maml:description>
          <maml:para>Toggle terminal local echo</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TerminalLocalEcho</command:parameterValue>
        <dev:type>
          <maml:name>TerminalLocalEcho</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>MaxScrollbackLines</maml:name>
        <maml:description>
          <maml:para>Terminal max scrollback lines. 2000 lines by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Entry's name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>NewFieldsList</maml:name>
        <maml:description>
          <maml:para>Fields to add</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">Field[]</command:parameterValue>
        <dev:type>
          <maml:name>Field[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>OpenCommentIsRequired</maml:name>
        <maml:description>
          <maml:para>A comment is required on open</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>OpenCommentPrompt</maml:name>
        <maml:description>
          <maml:para>Prompt the user for comment/ticket number on open</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>OverrideTerminalName</maml:name>
        <maml:description>
          <maml:para>Override terminal type</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Entry's password</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PrivateKeyPassphrase</maml:name>
        <maml:description>
          <maml:para>Private key passphrase</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PrivateKeyPath</maml:name>
        <maml:description>
          <maml:para>Full private key path (*.ppk)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PrivateKeyType</maml:name>
        <maml:description>
          <maml:para>Private key type. The default type is NoKey.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PrivateKeyType</command:parameterValue>
        <dev:type>
          <maml:name>PrivateKeyType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PromptForPassphrase</maml:name>
        <maml:description>
          <maml:para>Prompt for passphrase before checkout.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyDNSLookupType</maml:name>
        <maml:description>
          <maml:para>Proxy DNS lookup mode. Automatic by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">TelnetTerminalDnsLookupType</command:parameterValue>
        <dev:type>
          <maml:name>TelnetTerminalDnsLookupType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyExcludedHosts</maml:name>
        <maml:description>
          <maml:para>Proxy excluded hosts</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyHost</maml:name>
        <maml:description>
          <maml:para>Proxy Hostname</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyHostPort</maml:name>
        <maml:description>
          <maml:para>Proxy host port</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyLocalHostConnections</maml:name>
        <maml:description>
          <maml:para>Proxy localhost connections</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyMode</maml:name>
        <maml:description>
          <maml:para>Proxy mode (Only None/custom supported)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">ProxyMode</command:parameterValue>
        <dev:type>
          <maml:name>ProxyMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyPassword</maml:name>
        <maml:description>
          <maml:para>Proxy password</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyTelnetCommand</maml:name>
        <maml:description>
          <maml:para>Telnet/local proxy command (blank for default)</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyType</maml:name>
        <maml:description>
          <maml:para>Proxy type. Socks5 by default.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ProxyUsername</maml:name>
        <maml:description>
          <maml:para>Proxy username</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RemoteCommand</maml:name>
        <maml:description>
          <maml:para>Ignored. Absolute path of the application on the remote computer</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Tags</maml:name>
        <maml:description>
          <maml:para>Entry's tags (keywords). Each word separated by a space is considered a keyword.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketNumberIsRequiredOnClose</maml:name>
        <maml:description>
          <maml:para>A ticket number is required on close</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketNumberIsRequiredOnCredentialViewed</maml:name>
        <maml:description>
          <maml:para>A ticket number is required to view entry's credentials</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TicketNumberIsRequiredOnOpen</maml:name>
        <maml:description>
          <maml:para>A ticket number is required on open</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Username</maml:name>
        <maml:description>
          <maml:para>Entry's username</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>WarnIfAlreadyOpened</maml:name>
        <maml:description>
          <maml:para>Warns the user if session is already opened</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating if the operation is successful.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Update-DSSSHShellEntry -detailed". For technical information, type "Get-Help Update-DSSSHShellEntry -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $parameters = @{
        EntryID = '00000000-0000-0000-0000-000000000000'
        Password = 'n3WPa$$w0rd!'
        }
        
        Update-DSSSHShellEntry @parameters</dev:code>
        <dev:remarks>
          <maml:para>Change the name and password of the specified entry.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSEntryBase</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Update-DSRDPEntry</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSFolder</command:name>
      <gl:group>DSFolder</gl:group>
      <maml:description>
        <maml:para>Return a folder by ID</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSFolder</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Return a folder by ID, with possibility of including advanced folder properties</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSFolder</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>FolderId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>IncludedAdvancedProperties</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>FolderId</maml:name>
        <maml:description>
          <maml:para>Folder's ID</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>IncludedAdvancedProperties</maml:name>
        <maml:description>
          <maml:para>Used to select if advanced properties should be included</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Object representing the response with the folder in the Data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSFolder -detailed". For technical information, type "Get-Help Get-DSFolder -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSFolder -FolderId $folderId -IncludeAdvancedProperties</dev:code>
        <dev:remarks>
          <maml:para>Fetch a specific folder, including its advanced properties</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSFolders</command:name>
      <gl:group>DSFolders</gl:group>
      <maml:description>
        <maml:para>Gets all folders for a given vault.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSFolders</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Gets all folders for a given vaults and include all subfolders if 'IncludeSubFolders' flag is present.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSFolders</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>IncludeSubFolders</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>IncludeSubFolders</maml:name>
        <maml:description>
          <maml:para>Used to select if subfolders should be included</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultID</maml:name>
        <maml:description>
          <maml:para>Folder's ID</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response in case of failure.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.MultipleDataServerResponse`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Object representing the response with the folders in the Data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSFolders -detailed". For technical information, type "Get-Help Get-DSFolders -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSFolders -VaultId '00000000-0000-0000-0000-000000000000' -IncludeSubFolders</dev:code>
        <dev:remarks>
          <maml:para>Return all folders and subfolders in default vault</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-DSFolder</command:name>
      <gl:group>DSFolder</gl:group>
      <maml:description>
        <maml:para>Create a new folder in a vault</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>DSFolder</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Create a new folder in the specified vault</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-DSFolder</maml:name>
        <command:parameter required="false" position="10">
          <maml:name>CheckOutCommentMode</maml:name>
          <command:parameterValue required="true">Default | True | False | Inherited</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="9">
          <maml:name>CheckOutMode</maml:name>
          <command:parameterValue required="true">Default | NotSupported | Automatic | Manual | Inherited | Optional | AutomaticWhenAvailable</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="3">
          <maml:name>Description</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="4">
          <maml:name>Domain</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="8">
          <maml:name>Group</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="7">
          <maml:name>Keywords</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="6">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="5">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VaultID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="10">
        <maml:name>CheckOutCommentMode</maml:name>
        <maml:description>
          <maml:para>How the checkout comment mode is set.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">CheckOutCommentMode</command:parameterValue>
        <dev:type>
          <maml:name>CheckOutCommentMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="9">
        <maml:name>CheckOutMode</maml:name>
        <maml:description>
          <maml:para>How the checkout mode is set.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">CheckOutMode</command:parameterValue>
        <dev:type>
          <maml:name>CheckOutMode</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Description of the folder</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>Domain</maml:name>
        <maml:description>
          <maml:para>Domain of the folder</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="8">
        <maml:name>Group</maml:name>
        <maml:description>
          <maml:para>Group where the folder will be created</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="7">
        <maml:name>Keywords</maml:name>
        <maml:description>
          <maml:para>Tags of the folder</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Name of the folder</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="6">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Password of the folder</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>Username</maml:name>
        <maml:description>
          <maml:para>Username of the folder</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultID</maml:name>
        <maml:description>
          <maml:para>ID of the vault where the folder will be created</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Object representing the response.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-DSFolder -detailed". For technical information, type "Get-Help New-DSFolder -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Update-DSFolderCredentials</command:name>
      <gl:group>DSFolderCredentials</gl:group>
      <maml:description>
        <maml:para>Updates the credentials (Username/password) on a folder.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Update</command:verb>
      <command:noun>DSFolderCredentials</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>If the "ClearCredentials" switch parameter is present, it will delete both username AND password from folder. If not, it checks which field was provided and check with the current folder credentials to update accordingly with what credentials were supplied.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Update-DSFolderCredentials</maml:name>
        <command:parameter required="true" position="2">
          <maml:name>ClearCredentials</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>FolderId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Update-DSFolderCredentials</maml:name>
        <command:parameter required="false" position="3">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="2">
          <maml:name>Username</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>FolderId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Update-DSFolderCredentials</maml:name>
        <command:parameter required="true" position="2">
          <maml:name>SetInherited</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>FolderId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>ClearCredentials</maml:name>
        <maml:description>
          <maml:para>Clear the username and the password of the folder.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>FolderId</maml:name>
        <maml:description>
          <maml:para>ID of the folder to update the credentials</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Password of the folder</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>SetInherited</maml:name>
        <maml:description>
          <maml:para>Set the credential mode to inherited.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Username</maml:name>
        <maml:description>
          <maml:para>Username of the folder</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Object representing the response.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Update-DSFolderCredentials -detailed". For technical information, type "Get-Help Update-DSFolderCredentials -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Update-DSEntry -FolderId "[guid]" -Username "YourNewUsername" -Password "YourNewPassword"</dev:code>
        <dev:remarks>
          <maml:para>Update</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSAdDomain</command:name>
      <gl:group>DSAdDomain</gl:group>
      <maml:description>
        <maml:para>Get domains of the server.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSAdDomain</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get domains of the server. The Platinum Edition license is required to enable the Multi Domain feature.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSAdDomain</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>All</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>Ignored parameter.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response in case of failure.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.MultipleDataServerResponse`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with the domains in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSAdDomain -detailed". For technical information, type "Get-Help Get-DSAdDomain -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-DSDomainUsers</command:name>
      <gl:group>DSDomainUsers</gl:group>
      <maml:description>
        <maml:para>Get all users of the specified domain.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>DSDomainUsers</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Get all users of the specified domain.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-DSDomainUsers</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>DomainName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DomainName</maml:name>
        <maml:description>
          <maml:para>Name of the domain containing the desired users.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response in case of failure</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.MultipleDataServerResponse`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response with the user informations in the data field.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-DSDomainUsers -detailed". For technical information, type "Get-Help Get-DSDomainUsers -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Get-DSDomainUsers -DomainName "domain.loc"</dev:code>
        <dev:remarks>
          <maml:para>Get all users of the domain "domain.loc".</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Import-DSAdUsers</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Import-DSAdUsers</command:name>
      <gl:group>DSAdUsers</gl:group>
      <maml:description>
        <maml:para>Import users from the domain.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Import</command:verb>
      <command:noun>DSAdUsers</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Import users from the domain. Two alternatives are offered: import all users or import users based on their name.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Import-DSAdUsers</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Name</maml:name>
          <command:parameterValue required="true">String[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>DomainName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Import-DSAdUsers</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>All</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>DomainName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>Import all users from the specified domain.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DomainName</maml:name>
        <maml:description>
          <maml:para>Name of the domain containing the users.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Names of the users to import. It is corresponding to the samAccountName field from the users obtained from Get-DSDomainUsers.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response in case of failure</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.DataServerResponse`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]][]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>A server response per user imported. The value in the data field is the sid. This is to allow the identification of the user in case of a failure.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Import-DSAdUsers -detailed". For technical information, type "Get-Help Import-DSAdUsers -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Import-DSAdUsers -DomainName "domain.loc" -All</dev:code>
        <dev:remarks>
          <maml:para>Import all users of the domain "domain.loc".</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSDomainUsers</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-DSAdDomain</command:name>
      <gl:group>DSAdDomain</gl:group>
      <maml:description>
        <maml:para>Add a domain.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>DSAdDomain</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Add a domain with the supplied parameters. The Platinum Edition license is required to enable the Multi Domain feature. The administration account supplied needs to be able to retrieve user account information and group memberships. It may requires higher privileges than being part of the Domain Users built-in Active Directory group. In most case, it should be sufficient.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-DSAdDomain</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>DomainName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>DisplayName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>AdministrationUsername</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>AdministrationPassword</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IsLDAPS</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>LDAPSCustomPort</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AutoCreateEnabled</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DomainUsernameFormatType</maml:name>
          <command:parameterValue required="true">UPN | NetBios | Username</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DomainUserReadOnly</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DefaultVault</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AdministrationPassword</maml:name>
        <maml:description>
          <maml:para>Password part of the credentials of a domain or service account to access the Active Directory forest and obtain user account information through LDAP queries.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AdministrationUsername</maml:name>
        <maml:description>
          <maml:para>Username part of the credentials of a domain or service account to access the Active Directory forest and obtain user account information through LDAP queries.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AutoCreateEnabled</maml:name>
        <maml:description>
          <maml:para>Automatically create the domain user account in the Devolutions Server on the first login attempt.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DefaultVault</maml:name>
        <maml:description>
          <maml:para>Name of the vault the user will have access to.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DisplayName</maml:name>
        <maml:description>
          <maml:para>Domain name that will be displayed in the application usage like informational messages.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DomainName</maml:name>
        <maml:description>
          <maml:para>Remote computer domain name</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DomainUsernameFormatType</maml:name>
        <maml:description>
          <maml:para>Select the username format that will be created in the database. UPN : The user will be created using the UPN format ex: bill@windjammer.loc. NetBios : The user will be created using the NetBios format ex: WINDJAMMER\bill. Username : The user will be created using the SAM account name.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DomainUsernameFormatType</command:parameterValue>
        <dev:type>
          <maml:name>DomainUsernameFormatType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DomainUserReadOnly</maml:name>
        <maml:description>
          <maml:para>Set Read only user instead of User type account.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IsLDAPS</maml:name>
        <maml:description>
          <maml:para>Enable the LDAP over SSL communication.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>LDAPSCustomPort</maml:name>
        <maml:description>
          <maml:para>LDAPS communication port. If not specified, it will be the default one.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-DSAdDomain -detailed". For technical information, type "Get-Help New-DSAdDomain -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; New-DSAdDomain -DomainName domain.loc -DisplayName Dom -AdministrationUsername admin -AdministrationPassword "Pa$$w0rd!" -IsLDAPS -LDAPSCustomPort 1500 -AutoCreateEnabled -DomainUsernameFormatType NetBios -DomainUserReadOnly</dev:code>
        <dev:remarks>
          <maml:para>Create a new domain with the supplied parameters.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-DSAdDomain</command:name>
      <gl:group>DSAdDomain</gl:group>
      <maml:description>
        <maml:para>Remove a domain.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>DSAdDomain</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Remove a domain identified by the supplied id.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-DSAdDomain</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>DomainID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DomainID</maml:name>
        <maml:description>
          <maml:para>Id of the domain to delete.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-DSAdDomain -detailed". For technical information, type "Get-Help Remove-DSAdDomain -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $domains = Get-DSAdDomain; Remove-DSAdDomain -DomainID $domains.Data[0].ID</dev:code>
        <dev:remarks>
          <maml:para>Get all domains. After spotting the ID of the domain to delete (first one in this case), delete the domain.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-DSAdDomain</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Update-DSAdDomain</command:name>
      <gl:group>DSAdDomain</gl:group>
      <maml:description>
        <maml:para>Update a domain.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Update</command:verb>
      <command:noun>DSAdDomain</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Update a domain with the supplied parameters.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Update-DSAdDomain</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>DomainID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DomainName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DisplayName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AdministrationUsername</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AdministrationPassword</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IsLDAPS</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>LDAPSCustomPort</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AutoCreateEnabled</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DomainUsernameFormatType</maml:name>
          <command:parameterValue required="true">UPN | NetBios | Username</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DomainUserReadOnly</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DefaultVault</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AdministrationPassword</maml:name>
        <maml:description>
          <maml:para>Password part of the credentials of a domain or service account to access the Active Directory forest and obtain user account information through LDAP queries.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AdministrationUsername</maml:name>
        <maml:description>
          <maml:para>Username part of the credentials of a domain or service account to access the Active Directory forest and obtain user account information through LDAP queries.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AutoCreateEnabled</maml:name>
        <maml:description>
          <maml:para>Automatically create the domain user account in the Devolutions Server on the first login attempt.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DefaultVault</maml:name>
        <maml:description>
          <maml:para>Name of the vault the user will have access to.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DisplayName</maml:name>
        <maml:description>
          <maml:para>Domain name that will be displayed in the application usage like informational messages.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DomainID</maml:name>
        <maml:description>
          <maml:para>Id of the domain to update.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DomainName</maml:name>
        <maml:description>
          <maml:para>Remote computer domain name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DomainUsernameFormatType</maml:name>
        <maml:description>
          <maml:para>Select the username format that will be created in the database. UPN : The user will be created using the UPN format ex: bill@windjammer.loc. NetBios : The user will be created using the NetBios format ex: WINDJAMMER\bill. Username : The user will be created using the SAM account name.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">DomainUsernameFormatType</command:parameterValue>
        <dev:type>
          <maml:name>DomainUsernameFormatType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DomainUserReadOnly</maml:name>
        <maml:description>
          <maml:para>Set Read only user instead of User type account.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IsLDAPS</maml:name>
        <maml:description>
          <maml:para>Enable the LDAP over SSL communication.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>LDAPSCustomPort</maml:name>
        <maml:description>
          <maml:para>LDAPS communication port. If not specified, it will be the default one.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation.</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Update-DSAdDomain -detailed". For technical information, type "Get-Help Update-DSAdDomain -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; </dev:code>
        <dev:remarks>
          <maml:para>Update a domain with the supplied parameters.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Disable-DSUser2FA</command:name>
      <gl:group>DSUser2FA</gl:group>
      <maml:description>
        <maml:para>Disable 2FA for a user.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Disable</command:verb>
      <command:noun>DSUser2FA</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Disable 2FA for a user. The server must be configured to allow 2FA enforcement on an individual basis.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Disable-DSUser2FA</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserID</maml:name>
        <maml:description>
          <maml:para>User's ID</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Disable-DSUser2FA -detailed". For technical information, type "Get-Help Disable-DSUser2FA -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Disable-DSUser2FA -UserID $userId</dev:code>
        <dev:remarks>
          <maml:para>2FA disabled for the user identified by $userId.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Enable-DSUser2FA</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Enable-DSUser2FA</command:name>
      <gl:group>DSUser2FA</gl:group>
      <maml:description>
        <maml:para>Enable a predefined 2FA authentication for a user.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Enable</command:verb>
      <command:noun>DSUser2FA</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Enable a predefined 2FA authentication for a user. The server must be configured to allow 2FA enforcement on an individual basis.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Enable-DSUser2FA</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>TwoFactorAuthenticationType</maml:name>
          <command:parameterValue required="true">None | GoogleAuthenticator | Yubikey | Email | Sms | Duo | SafeNet | AuthAnvil | AzureMFA | Radius | VascoSoap</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TwoFactorAuthenticationType</maml:name>
        <maml:description>
          <maml:para>2FA type</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">TwoFactorAuthenticationType</command:parameterValue>
        <dev:type>
          <maml:name>TwoFactorAuthenticationType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserID</maml:name>
        <maml:description>
          <maml:para>User's ID</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RemoteDesktopManager.PowerShellModule.Private.ServerResponse</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Server response indicating the success of the operation</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Enable-DSUser2FA -detailed". For technical information, type "Get-Help Enable-DSUser2FA -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; Enable-DSUser2FA -UserID $userId -TwoFactorAuthenticationType GoogleAuthenticator</dev:code>
        <dev:remarks>
          <maml:para>Set an Authenticator (TOTP) for the user identified by $userId. The user will complete the set up on the next login.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Disable-DSUser2FA</maml:linkText>
        <maml:uri />
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-HubEntry</command:name>
      <gl:group>HubEntry</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>HubEntry</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-HubEntry</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>PSDecryptedEntry</maml:name>
          <command:parameterValue required="true">PSDecryptedEntry</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>DocumentPath</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DocumentPath</maml:name>
        <maml:description>
          <maml:para>Path of file to attach to document entry (max 30 MB</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PSDecryptedEntry</maml:name>
        <maml:description>
          <maml:para>Hub entry</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSDecryptedEntry</command:parameterValue>
        <dev:type>
          <maml:name>PSDecryptedEntry</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub vault you want to create the entry</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-HubEntry -detailed". For technical information, type "Get-Help New-HubEntry -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-HubEntry</command:name>
      <gl:group>HubEntry</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>HubEntry</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-HubEntry</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntryId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub entry you want to remove</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub vault you want to remove the entry</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-HubEntry -detailed". For technical information, type "Get-Help Remove-HubEntry -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubEntry</command:name>
      <gl:group>HubEntry</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubEntry</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubEntry</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>EntryId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntryId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub entry</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub vault</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubEntry -detailed". For technical information, type "Get-Help Get-HubEntry -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-HubEntry</command:name>
      <gl:group>HubEntry</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>HubEntry</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-HubEntry</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>PSDecryptedEntry</maml:name>
          <command:parameterValue required="true">PSDecryptedEntry</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntryId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub entry</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PSDecryptedEntry</maml:name>
        <maml:description>
          <maml:para>Hub connection</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSDecryptedEntry</command:parameterValue>
        <dev:type>
          <maml:name>PSDecryptedEntry</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub vault you want to set the entry</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-HubEntry -detailed". For technical information, type "Get-Help Set-HubEntry -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-HubEntryPermission</command:name>
      <gl:group>HubEntryPermission</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>HubEntryPermission</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-HubEntryPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryRoleId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-HubEntryPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryPermission</maml:name>
          <command:parameterValue required="true">EntryPermission</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-HubEntryPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryRoleId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-HubEntryPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryPermission</maml:name>
          <command:parameterValue required="true">EntryPermission</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntryId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub Entry</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntryPermission</maml:name>
        <maml:description>
          <maml:para>Set custom entry permission</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">EntryPermission</command:parameterValue>
        <dev:type>
          <maml:name>EntryPermission</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntryRoleId</maml:name>
        <maml:description>
          <maml:para>Set predefined permissions based on Hub Entry Roles</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub Group</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub User</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub Vault</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-HubEntryPermission -detailed". For technical information, type "Get-Help New-HubEntryPermission -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-HubEntryPermission</command:name>
      <gl:group>HubEntryPermission</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>HubEntryPermission</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-HubEntryPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Remove-HubEntryPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntryId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub entry you want to remove all user permissions from</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Id of user you want to remove all permissions from</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>Id of user you want to remove all permissions from</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub vault</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-HubEntryPermission -detailed". For technical information, type "Get-Help Remove-HubEntryPermission -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubEntryPermission</command:name>
      <gl:group>HubEntryPermission</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubEntryPermission</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubEntryPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-HubEntryPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntryId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub Entry</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Group Id</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>User Id</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub vault</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubEntryPermission -detailed". For technical information, type "Get-Help Get-HubEntryPermission -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-HubEntryPermission</command:name>
      <gl:group>HubEntryPermission</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>HubEntryPermission</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-HubEntryPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryRoleId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-HubEntryPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryPermission</maml:name>
          <command:parameterValue required="true">EntryPermission</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-HubEntryPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryRoleId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-HubEntryPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryPermission</maml:name>
          <command:parameterValue required="true">EntryPermission</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>EntryId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntryId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub Entry</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntryPermission</maml:name>
        <maml:description>
          <maml:para>Set custom entry permission</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">EntryPermission</command:parameterValue>
        <dev:type>
          <maml:name>EntryPermission</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>EntryRoleId</maml:name>
        <maml:description>
          <maml:para>Set predefined permissions based on Hub Entry Roles</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub Group</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub User</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub vault</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-HubEntryPermission -detailed". For technical information, type "Get-Help Set-HubEntryPermission -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubEntriesForExport</command:name>
      <gl:group>HubEntriesForExport</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubEntriesForExport</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubEntriesForExport</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub vault you want to export</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubEntriesForExport -detailed". For technical information, type "Get-Help Get-HubEntriesForExport -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubEntryRole</command:name>
      <gl:group>HubEntryRole</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubEntryRole</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubEntryRole</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>RoleId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RoleId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub entry role</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubEntryRole -detailed". For technical information, type "Get-Help Get-HubEntryRole -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-HubGateway</command:name>
      <gl:group>HubGateway</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>HubGateway</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-HubGateway</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>PsDecryptedGateway</maml:name>
          <command:parameterValue required="true">PSDecryptedGateway</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PsDecryptedGateway</maml:name>
        <maml:description>
          <maml:para>Gateway object</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSDecryptedGateway</command:parameterValue>
        <dev:type>
          <maml:name>PSDecryptedGateway</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-HubGateway -detailed". For technical information, type "Get-Help New-HubGateway -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-HubGateway</command:name>
      <gl:group>HubGateway</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>HubGateway</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-HubGateway</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GatewayId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GatewayId</maml:name>
        <maml:description>
          <maml:para>Id of the gateway you want to remove</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-HubGateway -detailed". For technical information, type "Get-Help Remove-HubGateway -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-HubGateway</command:name>
      <gl:group>HubGateway</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>HubGateway</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-HubGateway</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>PsDecryptedGateway</maml:name>
          <command:parameterValue required="true">PSDecryptedGateway</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PsDecryptedGateway</maml:name>
        <maml:description>
          <maml:para>Gateway object</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSDecryptedGateway</command:parameterValue>
        <dev:type>
          <maml:name>PSDecryptedGateway</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-HubGateway -detailed". For technical information, type "Get-Help Set-HubGateway -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubGateway</command:name>
      <gl:group>HubGateway</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubGateway</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubGateway</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>GatewayId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GatewayId</maml:name>
        <maml:description>
          <maml:para>Gateway Id</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubGateway -detailed". For technical information, type "Get-Help Get-HubGateway -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-HubGatewaySettings</command:name>
      <gl:group>HubGatewaySettings</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>HubGatewaySettings</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-HubGatewaySettings</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-HubGatewaySettings -detailed". For technical information, type "Get-Help New-HubGatewaySettings -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-HubGatewaySettings</command:name>
      <gl:group>HubGatewaySettings</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>HubGatewaySettings</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-HubGatewaySettings</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>PsDecryptedGatewaySettings</maml:name>
          <command:parameterValue required="true">PSDecryptedGatewaySettings</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PsDecryptedGatewaySettings</maml:name>
        <maml:description>
          <maml:para>Global gateway settings</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSDecryptedGatewaySettings</command:parameterValue>
        <dev:type>
          <maml:name>PSDecryptedGatewaySettings</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-HubGatewaySettings -detailed". For technical information, type "Get-Help Set-HubGatewaySettings -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubGatewaySettings</command:name>
      <gl:group>HubGatewaySettings</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubGatewaySettings</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubGatewaySettings</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubGatewaySettings -detailed". For technical information, type "Get-Help Get-HubGatewaySettings -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-HubGroup</command:name>
      <gl:group>HubGroup</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>HubGroup</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-HubGroup</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>GroupUserIds</maml:name>
          <command:parameterValue required="true">Guid[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupName</maml:name>
        <maml:description>
          <maml:para>Name of the Hub Group</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupUserIds</maml:name>
        <maml:description>
          <maml:para>List of Hub user ids to insert in group</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="true">Guid[]</command:parameterValue>
        <dev:type>
          <maml:name>Guid[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-HubGroup -detailed". For technical information, type "Get-Help New-HubGroup -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-HubGroup</command:name>
      <gl:group>HubGroup</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>HubGroup</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-HubGroup</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub group you want to remove</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-HubGroup -detailed". For technical information, type "Get-Help Remove-HubGroup -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-HubGroup</command:name>
      <gl:group>HubGroup</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>HubGroup</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-HubGroup</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PSGroup</maml:name>
          <command:parameterValue required="true">PSGroup</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub group</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PSGroup</maml:name>
        <maml:description>
          <maml:para>Hub group</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PSGroup</command:parameterValue>
        <dev:type>
          <maml:name>PSGroup</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-HubGroup -detailed". For technical information, type "Get-Help Set-HubGroup -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubGroup</command:name>
      <gl:group>HubGroup</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubGroup</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubGroup</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub group</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubGroup -detailed". For technical information, type "Get-Help Get-HubGroup -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Add-HubGroupUser</command:name>
      <gl:group>HubGroupUser</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Add</command:verb>
      <command:noun>HubGroupUser</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Add-HubGroupUser</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>UserIds</maml:name>
          <command:parameterValue required="true">Guid[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub group</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserIds</maml:name>
        <maml:description>
          <maml:para>Id or List of ids of Hub user</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue>
        <dev:type>
          <maml:name>Guid[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Add-HubGroupUser -detailed". For technical information, type "Get-Help Add-HubGroupUser -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-HubGroupUser</command:name>
      <gl:group>HubGroupUser</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>HubGroupUser</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-HubGroupUser</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>UserIds</maml:name>
          <command:parameterValue required="true">Guid[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub group</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserIds</maml:name>
        <maml:description>
          <maml:para>Id or List of ids of Hub user</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue>
        <dev:type>
          <maml:name>Guid[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-HubGroupUser -detailed". For technical information, type "Get-Help Remove-HubGroupUser -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Connect-HubAccount</command:name>
      <gl:group>HubAccount</gl:group>
      <maml:description>
        <maml:para>Connect to Hub.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Connect</command:verb>
      <command:noun>HubAccount</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>If PSHubContext is provided, try to connect to Hub with it. If PSHubContext is not provided, create a PSHubContext with informations received and try to connect to Hub afterward.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Connect-HubAccount</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>PSHubContext</maml:name>
          <command:parameterValue required="true">PSHubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Connect-HubAccount</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Url</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>ApplicationKey</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>ApplicationSecret</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ApplicationKey</maml:name>
        <maml:description>
          <maml:para>Hub Application Key</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ApplicationSecret</maml:name>
        <maml:description>
          <maml:para>Hub Application Secret</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PSHubContext</maml:name>
        <maml:description>
          <maml:para>Hub Context</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSHubContext</command:parameterValue>
        <dev:type>
          <maml:name>PSHubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Url</maml:name>
        <maml:description>
          <maml:para>Hub Url</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Connect-HubAccount -detailed". For technical information, type "Get-Help Connect-HubAccount -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; $PSHubContext = [Devolutions.Hub.PowerShell.Entities.PowerShell.PSHubContext]@{ApplicationKey="24526a88-7f18-4356-95bd-11690f7bc59b;468ce2d5-ea4b-42ff-bc02-d93c71b4e554"; ApplicationSecret="U4nmdOjqPAcL0GfbvNC2u8e0FCZjhEJFTnn6YHpIZDY="; Url="https://stagingv3.devolutions.xyz"}; Connect-HubAccount -PSHubContext $PSHubContext</dev:code>
        <dev:remarks>
          <maml:para>The user creates the context with information he knows and uses it to connect to Hub.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Connect-HubAccount -Url https://stagingv3.devolutions.xyz -ApplicationKey "24526a88-7f18-4356-95bd-11690f7bc59b;468ce2d5-ea4b-42ff-bc02-d93c71b4e554" -ApplicationSecret U4nmdOjqPAcL0GfbvNC2u8e0FCZjhEJFTnn6YHpIZDY=</dev:code>
        <dev:remarks>
          <maml:para>The user etablishes a connection to Hub by passing the context's information directly to the cmdlet. The associated context is created at the same time.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Disconnect-HubAccount</command:name>
      <gl:group>HubAccount</gl:group>
      <maml:description>
        <maml:para>Disconnect to Hub</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Disconnect</command:verb>
      <command:noun>HubAccount</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>If ApplicationKey is provided, disconnect and remove PSHubContext from PowerShell session. If All is provided, disconnect and remove all PSHubContext from PowerShell session.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Disconnect-HubAccount</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>ApplicationKey</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>All</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>Disconnect all Hub context</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ApplicationKey</maml:name>
        <maml:description>
          <maml:para>Disconnect a particular connected Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Disconnect-HubAccount -detailed". For technical information, type "Get-Help Disconnect-HubAccount -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Disconnect-HubAccount -All</dev:code>
        <dev:remarks>
          <maml:para>Disconnect all Hub Accounts and remove all PSHubContext.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Disconnect-HubAccount -ApplicationKey "24526a88-7f18-4356-95bd-11690f7bc59b;468ce2d5-ea4b-42ff-bc02-d93c71b4e554"</dev:code>
        <dev:remarks>
          <maml:para>Disconnect the Hub account associated with the application key. The PSHubContext will also be removed.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubContext</command:name>
      <gl:group>HubContext</gl:group>
      <maml:description>
        <maml:para>Get the current context or all available contexts</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubContext</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>If ListAvailable provided, list all PSHubContext set in PowerShell session. If ListAvailable not provided, get the current PSHubContext who will be used for all other Hub commands.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubContext</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>ListAvailable</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ListAvailable</maml:name>
        <maml:description>
          <maml:para>List all Hub context</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>Devolutions.Hub.PowerShell.Entities.PowerShell.PSHubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Object representing the current context</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[[Devolutions.Hub.PowerShell.Entities.PowerShell.PSHubContext, Devolutions.PowerShell, Version=2023.1.0.7, Culture=neutral, PublicKeyToken=null]]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>List of objects representing available contexts</maml:para>
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubContext -detailed". For technical information, type "Get-Help Get-HubContext -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-HubContext</dev:code>
        <dev:remarks>
          <maml:para>Obtain the current context</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Get-HubContext -ListAvailable</dev:code>
        <dev:remarks>
          <maml:para>Obtain the available contexts</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-HubContext</command:name>
      <gl:group>HubContext</gl:group>
      <maml:description>
        <maml:para>Set the current PSHubContext</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>HubContext</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Set the current PSHubContext to the one provided</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-HubContext</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>PSHubContext</maml:name>
          <command:parameterValue required="true">PSHubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PSHubContext</maml:name>
        <maml:description>
          <maml:para>Set Hub context to current session</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSHubContext</command:parameterValue>
        <dev:type>
          <maml:name>PSHubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-HubContext -detailed". For technical information, type "Get-Help Set-HubContext -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $availCtxs = Get-HubContext; Set-HubContext -PSHubContext $availCtxs[2]</dev:code>
        <dev:remarks>
          <maml:para>The user fetches all available contexts and set the third one as the new current context.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Select-HubContext</command:name>
      <gl:group>HubContext</gl:group>
      <maml:description>
        <maml:para>Select another PSHubContext to change the current PSHubContext</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Select</command:verb>
      <command:noun>HubContext</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Select another PSHubContext to change the current PSHubContext who will be used for all Hub commands.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Select-HubContext</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ApplicationKey</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ApplicationKey</maml:name>
        <maml:description>
          <maml:para>Select a connected Hub context to current session</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Select-HubContext -detailed". For technical information, type "Get-Help Select-HubContext -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE------------------</maml:title>
        <dev:code>PS C:\&gt; $availCtxs = Get-HubContext; Select-HubContext -ApplicationKey $availCtxs[2].ApplicationKey</dev:code>
        <dev:remarks>
          <maml:para>The user fetches all available contexts and set the third one as the new current context.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Save-HubContext</command:name>
      <gl:group>HubContext</gl:group>
      <maml:description>
        <maml:para>Save the current PSHubContext to a .json file at the path received</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Save</command:verb>
      <command:noun>HubContext</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Save the current PSHubContext to a .json file at the path received. If PSHubContext is provided, save this one to a .sjon file. If Force is provided, overwrite file if the path already exist. If SecurePassword is provided, prompt to user to enter a password to encrypt the .json file. If Password provided, encrypt the .json file with the password received.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Save-HubContext</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>SecurePassword</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PSHubContext</maml:name>
          <command:parameterValue required="true">PSHubContext</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Save-HubContext</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PSHubContext</maml:name>
          <command:parameterValue required="true">PSHubContext</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Force</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Overwrite the file if exist</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Will encrypt the file with the clear password</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>Specifies the path of the file to save Hub context.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PSHubContext</maml:name>
        <maml:description>
          <maml:para>Save Hub context to file.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PSHubContext</command:parameterValue>
        <dev:type>
          <maml:name>PSHubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SecurePassword</maml:name>
        <maml:description>
          <maml:para>Will prompt the password to encrypt the file with</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Save-HubContext -detailed". For technical information, type "Get-Help Save-HubContext -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Save-HubContext -Path "C:\PATH\TO\YOUR\FILE\file.json"</dev:code>
        <dev:remarks>
          <maml:para>Save the current PSHubContext.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Save-HubContext -Path "C:\PATH\TO\YOUR\FILE\file.json" -Password "password"</dev:code>
        <dev:remarks>
          <maml:para>Save the current PSHubContext in a file protected by a password.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; $availCtxs = Get-HubContext; Save-HubContext -Path "C:\PATH\TO\YOUR\FILE&#xC;ile.json" -PSHubContext $availCtxs[2] -SecurePassword</dev:code>
        <dev:remarks>
          <maml:para>Fetch all available contexts. Save the third PSHubContext in a file protected by a password who will be filled be a prompt.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Import-HubContext</command:name>
      <gl:group>HubContext</gl:group>
      <maml:description>
        <maml:para>Import a PSHubContext from a .json file at the path received.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Import</command:verb>
      <command:noun>HubContext</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para>Import a PSHubContext from a .json file at the path received. If SecurePassword is provided, prompt to enter a password to decrypt the .json file. If Password provided, decrypt the .json file with the password received.</maml:para>
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Import-HubContext</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>SecurePassword</maml:name>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Import-HubContext</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>Password</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Path</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>Will decrypt the file with the clear password</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>The file path of Hub context to import.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SecurePassword</maml:name>
        <maml:description>
          <maml:para>Will prompt the password to decrypt the file with</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Import-HubContext -detailed". For technical information, type "Get-Help Import-HubContext -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------EXAMPLE 1-----------------------</maml:title>
        <dev:code>PS C:\&gt; Import-HubContext -Path "C:\PATH\TO\YOUR\FILE\file.json"</dev:code>
        <dev:remarks>
          <maml:para>Import a standard PSHubContext.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 2-----------------------</maml:title>
        <dev:code>PS C:\&gt; Import-HubContext -Path "C:\PATH\TO\YOUR\FILE&#xC;ile.json" -Password "password"</dev:code>
        <dev:remarks>
          <maml:para>Import the PSHubContext from a file protected by a password.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------EXAMPLE 3-----------------------</maml:title>
        <dev:code>PS C:\&gt; Import-HubContext -Path "C:\PATH\TO\YOUR\FILE&#xC;ile.json" -SecurePassword</dev:code>
        <dev:remarks>
          <maml:para>Import the PSHubContext from a file protected by a password. The user will be prompted for the password.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubSiemLogs</command:name>
      <gl:group>HubSiemLogs</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubSiemLogs</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubSiemLogs</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubSiemLogs -detailed". For technical information, type "Get-Help Get-HubSiemLogs -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubSiemLogsDaily</command:name>
      <gl:group>HubSiemLogsDaily</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubSiemLogsDaily</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubSiemLogsDaily</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubSiemLogsDaily -detailed". For technical information, type "Get-Help Get-HubSiemLogsDaily -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubSiemLogsWeekly</command:name>
      <gl:group>HubSiemLogsWeekly</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubSiemLogsWeekly</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubSiemLogsWeekly</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubSiemLogsWeekly -detailed". For technical information, type "Get-Help Get-HubSiemLogsWeekly -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubSiemLogsMonthly</command:name>
      <gl:group>HubSiemLogsMonthly</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubSiemLogsMonthly</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubSiemLogsMonthly</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubSiemLogsMonthly -detailed". For technical information, type "Get-Help Get-HubSiemLogsMonthly -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubSystemSettings</command:name>
      <gl:group>HubSystemSettings</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubSystemSettings</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubSystemSettings</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubSystemSettings -detailed". For technical information, type "Get-Help Get-HubSystemSettings -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-HubSystemSettings</command:name>
      <gl:group>HubSystemSettings</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>HubSystemSettings</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-HubSystemSettings</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>PSSystemSettings</maml:name>
          <command:parameterValue required="true">PSSystemSettings</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PSSystemSettings</maml:name>
        <maml:description>
          <maml:para>Set system settings object</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSSystemSettings</command:parameterValue>
        <dev:type>
          <maml:name>PSSystemSettings</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-HubSystemSettings -detailed". For technical information, type "Get-Help Set-HubSystemSettings -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-HubSystemVaultPermission</command:name>
      <gl:group>HubSystemVaultPermission</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>HubSystemVaultPermission</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-HubSystemVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Role</maml:name>
          <command:parameterValue required="true">Readers | Operators | Contributors | Managers</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-HubSystemVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>SystemVaultPermission</maml:name>
          <command:parameterValue required="true">VaultPermission</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-HubSystemVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Role</maml:name>
          <command:parameterValue required="true">Readers | Operators | Contributors | Managers</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-HubSystemVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>SystemVaultPermission</maml:name>
          <command:parameterValue required="true">VaultPermission</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub Group</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Role</maml:name>
        <maml:description>
          <maml:para>Set predefined permissions based on Hub Vault Roles</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">VaultRole</command:parameterValue>
        <dev:type>
          <maml:name>VaultRole</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SystemVaultPermission</maml:name>
        <maml:description>
          <maml:para>Set custom system vault permission</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">VaultPermission</command:parameterValue>
        <dev:type>
          <maml:name>VaultPermission</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub User</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-HubSystemVaultPermission -detailed". For technical information, type "Get-Help New-HubSystemVaultPermission -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-HubSystemVaultPermission</command:name>
      <gl:group>HubSystemVaultPermission</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>HubSystemVaultPermission</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-HubSystemVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Remove-HubSystemVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Id of user you want to remove all permissions from</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>Id of user you want to remove all permissions from</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-HubSystemVaultPermission -detailed". For technical information, type "Get-Help Remove-HubSystemVaultPermission -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubSystemVaultPermission</command:name>
      <gl:group>HubSystemVaultPermission</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubSystemVaultPermission</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubSystemVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-HubSystemVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Group Id</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>User Id</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubSystemVaultPermission -detailed". For technical information, type "Get-Help Get-HubSystemVaultPermission -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-HubSystemVaultPermission</command:name>
      <gl:group>HubSystemVaultPermission</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>HubSystemVaultPermission</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-HubSystemVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Role</maml:name>
          <command:parameterValue required="true">Readers | Operators | Contributors | Managers</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-HubSystemVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>SystemVaultPermission</maml:name>
          <command:parameterValue required="true">VaultPermission</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-HubSystemVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>Role</maml:name>
          <command:parameterValue required="true">Readers | Operators | Contributors | Managers</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-HubSystemVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>SystemVaultPermission</maml:name>
          <command:parameterValue required="true">VaultPermission</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub Group</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Role</maml:name>
        <maml:description>
          <maml:para>Set predefined permissions based on Hub Vault Roles</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">VaultRole</command:parameterValue>
        <dev:type>
          <maml:name>VaultRole</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SystemVaultPermission</maml:name>
        <maml:description>
          <maml:para>Set custom system vault permission</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">VaultPermission</command:parameterValue>
        <dev:type>
          <maml:name>VaultPermission</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub User</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-HubSystemVaultPermission -detailed". For technical information, type "Get-Help Set-HubSystemVaultPermission -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-HubSystemPermission</command:name>
      <gl:group>HubSystemPermission</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>HubSystemPermission</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-HubSystemPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>SystemPermission</maml:name>
          <command:parameterValue required="true">SystemPermission</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-HubSystemPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>SystemPermission</maml:name>
          <command:parameterValue required="true">SystemPermission</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub Group</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SystemPermission</maml:name>
        <maml:description>
          <maml:para>Set system permission</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">SystemPermission</command:parameterValue>
        <dev:type>
          <maml:name>SystemPermission</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub User</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-HubSystemPermission -detailed". For technical information, type "Get-Help New-HubSystemPermission -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-HubSystemPermission</command:name>
      <gl:group>HubSystemPermission</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>HubSystemPermission</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-HubSystemPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Remove-HubSystemPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Id of user you want to remove all permissions from</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>Id of user you want to remove all permissions from</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-HubSystemPermission -detailed". For technical information, type "Get-Help Remove-HubSystemPermission -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubSystemPermission</command:name>
      <gl:group>HubSystemPermission</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubSystemPermission</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubSystemPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-HubSystemPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Group Id</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>User Id</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubSystemPermission -detailed". For technical information, type "Get-Help Get-HubSystemPermission -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-HubSystemPermission</command:name>
      <gl:group>HubSystemPermission</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>HubSystemPermission</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-HubSystemPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>SystemPermission</maml:name>
          <command:parameterValue required="true">SystemPermission</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-HubSystemPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>SystemPermission</maml:name>
          <command:parameterValue required="true">SystemPermission</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Group Id</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SystemPermission</maml:name>
        <maml:description>
          <maml:para>Set system permission</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">SystemPermission</command:parameterValue>
        <dev:type>
          <maml:name>SystemPermission</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>User Id</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-HubSystemPermission -detailed". For technical information, type "Get-Help Set-HubSystemPermission -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-HubUser</command:name>
      <gl:group>HubUser</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>HubUser</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-HubUser</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserEmail</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UserLocale</maml:name>
          <command:parameterValue required="true">en_US | fr | de | es | hu | it | nl | pl | ru | sv | uk | zh_CHS | zh_TW | cs</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>IsTemporaryPasswordSendByEmail</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>IsTemporaryPasswordSendByEmail</maml:name>
        <maml:description>
          <maml:para>If new Devolutions user and this is set to true, his temporary password will be send by email. If not, the temporary password will be display at the end of the user creation</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserEmail</maml:name>
        <maml:description>
          <maml:para>Email of Devolutions user</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserLocale</maml:name>
        <maml:description>
          <maml:para>If new Devolutions user, set his account locale</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Language</command:parameterValue>
        <dev:type>
          <maml:name>Language</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-HubUser -detailed". For technical information, type "Get-Help New-HubUser -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-HubOrganizationUser</command:name>
      <gl:group>HubOrganizationUser</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>HubOrganizationUser</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-HubOrganizationUser</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>Email</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>AllowOfflineInRDM</maml:name>
          <command:parameterValue required="true">Boolean</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>UserSendMessageConfiguration</maml:name>
          <command:parameterValue required="true">MessagesWithEntries | MessagesWithoutEntries | NoMessages</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-HubOrganizationUser</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>PSInvitation</maml:name>
          <command:parameterValue required="true">PSInvitation</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>AllowOfflineInRDM</maml:name>
        <maml:description>
          <maml:para>Allow offline mode in RDM</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Email</maml:name>
        <maml:description>
          <maml:para>Email of organization user you want to invite</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PSInvitation</maml:name>
        <maml:description>
          <maml:para>Invite organization user by PSInvitation object</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSInvitation</command:parameterValue>
        <dev:type>
          <maml:name>PSInvitation</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserSendMessageConfiguration</maml:name>
        <maml:description>
          <maml:para>Configuration that allow/disallow to send messages with/without entries</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">UserSendMessagePermission</command:parameterValue>
        <dev:type>
          <maml:name>UserSendMessagePermission</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-HubOrganizationUser -detailed". For technical information, type "Get-Help New-HubOrganizationUser -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-HubUser</command:name>
      <gl:group>HubUser</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>HubUser</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-HubUser</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub user you want to remove</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-HubUser -detailed". For technical information, type "Get-Help Remove-HubUser -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubUser</command:name>
      <gl:group>HubUser</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubUser</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubUser</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub user</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubUser -detailed". For technical information, type "Get-Help Get-HubUser -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-HubUser</command:name>
      <gl:group>HubUser</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>HubUser</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-HubUser</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PSUser</maml:name>
          <command:parameterValue required="true">PSUser</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PSUser</maml:name>
        <maml:description>
          <maml:para>Hub User</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PSUser</command:parameterValue>
        <dev:type>
          <maml:name>PSUser</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub user</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-HubUser -detailed". For technical information, type "Get-Help Set-HubUser -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>ConvertTo-HubFlatObject</command:name>
      <gl:group>HubFlatObject</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>ConvertTo</command:verb>
      <command:noun>HubFlatObject</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>ConvertTo-HubFlatObject</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>PsObject</maml:name>
          <command:parameterValue required="true">PSObject</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>PsObject</maml:name>
        <maml:description>
          <maml:para>Object(s) to flatten</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSObject</command:parameterValue>
        <dev:type>
          <maml:name>PSObject</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help ConvertTo-HubFlatObject -detailed". For technical information, type "Get-Help ConvertTo-HubFlatObject -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-HubVault</command:name>
      <gl:group>HubVault</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>HubVault</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-HubVault</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>VaultName</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VaultDescription</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultDescription</maml:name>
        <maml:description>
          <maml:para>Description of the Hub Vault</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultName</maml:name>
        <maml:description>
          <maml:para>Name of the Hub Vault</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-HubVault -detailed". For technical information, type "Get-Help New-HubVault -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-HubVault</command:name>
      <gl:group>HubVault</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>HubVault</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-HubVault</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub vault you want to remove</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-HubVault -detailed". For technical information, type "Get-Help Remove-HubVault -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubVault</command:name>
      <gl:group>HubVault</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubVault</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubVault</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub vault</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubVault -detailed". For technical information, type "Get-Help Get-HubVault -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-HubVault</command:name>
      <gl:group>HubVault</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>HubVault</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-HubVault</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PSVault</maml:name>
          <command:parameterValue required="true">PSVault</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PSVault</maml:name>
        <maml:description>
          <maml:para>Hub vault</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">PSVault</command:parameterValue>
        <dev:type>
          <maml:name>PSVault</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub vault</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-HubVault -detailed". For technical information, type "Get-Help Set-HubVault -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>New-HubVaultPermission</command:name>
      <gl:group>HubVaultPermission</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>HubVaultPermission</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-HubVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultRoleId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-HubVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultPermission</maml:name>
          <command:parameterValue required="true">VaultPermission</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-HubVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultRoleId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-HubVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultPermission</maml:name>
          <command:parameterValue required="true">VaultPermission</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub Group</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub User</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub Vault</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultPermission</maml:name>
        <maml:description>
          <maml:para>Set custom vault permission</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">VaultPermission</command:parameterValue>
        <dev:type>
          <maml:name>VaultPermission</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultRoleId</maml:name>
        <maml:description>
          <maml:para>Set predefined permissions based on Hub Vault Roles</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help New-HubVaultPermission -detailed". For technical information, type "Get-Help New-HubVaultPermission -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Remove-HubVaultPermission</command:name>
      <gl:group>HubVaultPermission</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>HubVaultPermission</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-HubVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Remove-HubVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Id of user you want to remove all permissions from</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>Id of user you want to remove all permissions from</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub vault you want to remove all user permissions from</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Remove-HubVaultPermission -detailed". For technical information, type "Get-Help Remove-HubVaultPermission -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubVaultPermission</command:name>
      <gl:group>HubVaultPermission</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubVaultPermission</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-HubVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Group Id</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>User Id</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub vault</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubVaultPermission -detailed". For technical information, type "Get-Help Get-HubVaultPermission -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-HubVaultPermission</command:name>
      <gl:group>HubVaultPermission</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>HubVaultPermission</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-HubVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultRoleId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-HubVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>UserId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultPermission</maml:name>
          <command:parameterValue required="true">VaultPermission</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-HubVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultRoleId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-HubVaultPermission</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>GroupId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultPermission</maml:name>
          <command:parameterValue required="true">VaultPermission</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="1">
          <maml:name>VaultId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub Group</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>UserId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub User</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub vault</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultPermission</maml:name>
        <maml:description>
          <maml:para>Set custom vault permission</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">VaultPermission</command:parameterValue>
        <dev:type>
          <maml:name>VaultPermission</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>VaultRoleId</maml:name>
        <maml:description>
          <maml:para>Set predefined permissions based on Hub Vault Roles</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-HubVaultPermission -detailed". For technical information, type "Get-Help Set-HubVaultPermission -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Get-HubVaultRole</command:name>
      <gl:group>HubVaultRole</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>HubVaultRole</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-HubVaultRole</maml:name>
        <command:parameter required="false" position="1">
          <maml:name>RoleId</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HubContext</maml:name>
          <command:parameterValue required="true">HubContext</command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HubContext</maml:name>
        <maml:description>
          <maml:para>Hub context</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">HubContext</command:parameterValue>
        <dev:type>
          <maml:name>HubContext</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>RoleId</maml:name>
        <maml:description>
          <maml:para>Id of the Hub vault role</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Get-HubVaultRole -detailed". For technical information, type "Get-Help Get-HubVaultRole -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMPrivateSessionOTP</command:name>
      <gl:group>RDMPrivateSessionOTP</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMPrivateSessionOTP</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMPrivateSessionOTP</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Key</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Account</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Application</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TimeStep</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CodeSize</maml:name>
          <command:parameterValue required="true">Six | Eight</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HashAlgorithm</maml:name>
          <command:parameterValue required="true">SHA1 | SHA256 | SHA512</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PassThru</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMPrivateSessionOTP</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>InputObject</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Key</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Account</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Application</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TimeStep</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CodeSize</maml:name>
          <command:parameterValue required="true">Six | Eight</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HashAlgorithm</maml:name>
          <command:parameterValue required="true">SHA1 | SHA256 | SHA512</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PassThru</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Account</maml:name>
        <maml:description>
          <maml:para>OTP's associated account name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Application</maml:name>
        <maml:description>
          <maml:para>QR Code's application name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CodeSize</maml:name>
        <maml:description>
          <maml:para>OTP code's size. Must be 6 or 8 digits.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">OTPCodeSize</command:parameterValue>
        <dev:type>
          <maml:name>OTPCodeSize</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HashAlgorithm</maml:name>
        <maml:description>
          <maml:para>Algorithm used to hash the code.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">OTPHashAlgorithm</command:parameterValue>
        <dev:type>
          <maml:name>OTPHashAlgorithm</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Credential entry's ID whose OTP value must be updated.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>InputObject</maml:name>
        <maml:description>
          <maml:para>Credential entry whose OTP value must be updated.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Key</maml:name>
        <maml:description>
          <maml:para>Key used to generate the OTP code.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PassThru</maml:name>
        <maml:description>
          <maml:para>Return the modified entry.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application. Use SetSession to persist the modification.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SetSession</maml:name>
        <maml:description>
          <maml:para>Save the entry in the current data source.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TimeStep</maml:name>
        <maml:description>
          <maml:para>Refresh rate, in seconds, of the OTP.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMPrivateSessionOTP -detailed". For technical information, type "Get-Help Set-RDMPrivateSessionOTP -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:gl="http://schemas.falchionconsulting.com/maml/gl/2013/02" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
    <command:details>
      <command:name>Set-RDMSessionOTP</command:name>
      <gl:group>RDMSessionOTP</gl:group>
      <maml:description>
        <maml:para />
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>RDMSessionOTP</command:noun>
      <dev:version>2023.1.0.7</dev:version>
    </command:details>
    <maml:description>
      <maml:para />
      <maml:para />
      <maml:para />
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionOTP</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>ID</maml:name>
          <command:parameterValue required="true">Guid</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Key</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Account</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Application</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TimeStep</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CodeSize</maml:name>
          <command:parameterValue required="true">Six | Eight</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HashAlgorithm</maml:name>
          <command:parameterValue required="true">SHA1 | SHA256 | SHA512</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PassThru</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-RDMSessionOTP</maml:name>
        <command:parameter required="true" position="1">
          <maml:name>InputObject</maml:name>
          <command:parameterValue required="true">PSConnection</command:parameterValue>
        </command:parameter>
        <command:parameter required="true" position="2">
          <maml:name>Key</maml:name>
          <command:parameterValue required="true">SecureString</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Account</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Application</maml:name>
          <command:parameterValue required="true">String</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>TimeStep</maml:name>
          <command:parameterValue required="true">Int32</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>CodeSize</maml:name>
          <command:parameterValue required="true">Six | Eight</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>HashAlgorithm</maml:name>
          <command:parameterValue required="true">SHA1 | SHA256 | SHA512</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>PassThru</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>Refresh</maml:name>
        </command:parameter>
        <command:parameter required="false" position="1">
          <maml:name>SetSession</maml:name>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Account</maml:name>
        <maml:description>
          <maml:para>OTP's associated account name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Application</maml:name>
        <maml:description>
          <maml:para>QR Code's application name</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>CodeSize</maml:name>
        <maml:description>
          <maml:para>OTP code's size. Must be 6 or 8 digits.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">OTPCodeSize</command:parameterValue>
        <dev:type>
          <maml:name>OTPCodeSize</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>HashAlgorithm</maml:name>
        <maml:description>
          <maml:para>Algorithm used to hash the code.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">OTPHashAlgorithm</command:parameterValue>
        <dev:type>
          <maml:name>OTPHashAlgorithm</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>Credential entry's ID whose OTP value must be updated.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
        <dev:type>
          <maml:name>Guid</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>InputObject</maml:name>
        <maml:description>
          <maml:para>Credential entry whose OTP value must be updated.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSConnection</command:parameterValue>
        <dev:type>
          <maml:name>PSConnection</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Key</maml:name>
        <maml:description>
          <maml:para>Key used to generate the OTP code.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>PassThru</maml:name>
        <maml:description>
          <maml:para>Return the modified entry.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Refresh</maml:name>
        <maml:description>
          <maml:para>Send refresh notification to Remote Desktop Manager application. Use SetSession to persist the modification.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SetSession</maml:name>
        <maml:description>
          <maml:para>Save the entry in the current data source.</maml:para>
        </maml:description>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>TimeStep</maml:name>
        <maml:description>
          <maml:para>Refresh rate, in seconds, of the OTP.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet>
      <maml:title />
      <maml:alert>
        <maml:para>For more information, type "Get-Help Set-RDMSessionOTP -detailed". For technical information, type "Get-Help Set-RDMSessionOTP -full".</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <maml:relatedLinks />
  </command:command>
</helpItems>