netstandard2.0/RoyalServer.PowerShell.dll-Help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh">
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-RoyalServerLicense</command:name>
      <command:verb>Get</command:verb>
      <command:noun>RoyalServerLicense</command:noun>
      <maml:description>
        <maml:para>Gets the installed Royal Server licenses.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Get-RoyalServerLicense cmdlet lists all licenses installed for Royal Server.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RoyalServerLicense</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
          <maml:name>RoyalServerConfig</maml:name>
          <maml:description>
            <maml:para>The RoyalServerConfiguration is the configuration created with the `New-RoyalServerConfig` cmdlet.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">RoyalServerConfig</command:parameterValue>
          <dev:type>
            <maml:name>RoyalServerConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Timeout</maml:name>
          <maml:description>
            <maml:para>Timeout is the timout of a Royal Server call in milliseconds.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
        <maml:name>RoyalServerConfig</maml:name>
        <maml:description>
          <maml:para>The RoyalServerConfiguration is the configuration created with the `New-RoyalServerConfig` cmdlet.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">RoyalServerConfig</command:parameterValue>
        <dev:type>
          <maml:name>RoyalServerConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Timeout</maml:name>
        <maml:description>
          <maml:para>Timeout is the timout of a Royal Server call in milliseconds.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>RoyalServer.PowerShell.RoyalServerConfig</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The configuration needed to talk to Royal Server. Use `New-RoyalServerConfig` to specify this.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RoyalServer.PowerShell.RoyalServerPowerShellResponse</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>For information on how to work with a `RoyalServerPowerShellResponse` look here (./index.md#working-with-royal-server-responses).</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para>This commandlet requires you to be in the Royal Server Administrators role.</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$licenses = Get-RoyalServerLicense -RoyalServerConfig $config
$licenses[0].Result | Format-Table</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Install-RoyalServerLicense</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Uninstall-RoyalServerLicense</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-RoyalServerModule</command:name>
      <command:verb>Get</command:verb>
      <command:noun>RoyalServerModule</command:noun>
      <maml:description>
        <maml:para>Gets the installed Royal Server Modules of a Royal Server installation.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Get-RoyalServerModule cmdlet gets the installed Modules of a Royal Server installation.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RoyalServerModule</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
          <maml:name>RoyalServerConfig</maml:name>
          <maml:description>
            <maml:para>The configuration needed to talk to Royal Server. Use `New-RoyalServerConfig` to specify this.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">RoyalServerConfig</command:parameterValue>
          <dev:type>
            <maml:name>RoyalServerConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
        <maml:name>RoyalServerConfig</maml:name>
        <maml:description>
          <maml:para>The configuration needed to talk to Royal Server. Use `New-RoyalServerConfig` to specify this.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">RoyalServerConfig</command:parameterValue>
        <dev:type>
          <maml:name>RoyalServerConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>-RoyalServerConfig : RoyalServer.Powershell.RoyalServerConfig</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The configuration needed to talk to Royal Server. Use `New-RoyalServerConfig` to specify this.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RoyalServer.PowerShell.RoyalServerPowerShellResponse</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>For information on how to work with a `RoyalServerPowerShellResponse` look here (./index.md#working-with-royal-server-responses).</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
        <dev:code>Get-RoyalServerModule -RoyalServerConfig $config</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Invoke-RoyalServerCommand</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RoyalServerconfig</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RoyalServerModule</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RoyalServerModuleCommandParameter</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-RoyalServerModuleCommand</command:name>
      <command:verb>Get</command:verb>
      <command:noun>RoyalServerModuleCommand</command:noun>
      <maml:description>
        <maml:para>Gets the available Royal Server Commands of a Royal Server Module.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Get-RoyalServerModuleCommand cmdlet gets the available Commands of a Royal Server Module.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RoyalServerModuleCommand</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
          <maml:name>RoyalServerConfig</maml:name>
          <maml:description>
            <maml:para>The configuration needed to talk to Royal Server. Use `New-RoyalServerConfig` to specify this.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">RoyalServerConfig</command:parameterValue>
          <dev:type>
            <maml:name>RoyalServerConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="2" aliases="none">
          <maml:name>Module</maml:name>
          <maml:description>
            <maml:para>The RoyalServer Module.</maml:para>
            <maml:para>Possible values: EventLog, HyperV, Processes, TerminalServices, WindowsServices, Script, RoyalDocumentStore, RoyalServerManagement</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">EventLog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">HyperV</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Processes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">TerminalServices</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">WindowsServices</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Script</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">RoyalDocumentStore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">RoyalServerManagement</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">VMware</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">ModuleNames</command:parameterValue>
          <dev:type>
            <maml:name>ModuleNames</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>EventLog</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="2" aliases="none">
        <maml:name>Module</maml:name>
        <maml:description>
          <maml:para>The RoyalServer Module.</maml:para>
          <maml:para>Possible values: EventLog, HyperV, Processes, TerminalServices, WindowsServices, Script, RoyalDocumentStore, RoyalServerManagement</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">ModuleNames</command:parameterValue>
        <dev:type>
          <maml:name>ModuleNames</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>EventLog</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
        <maml:name>RoyalServerConfig</maml:name>
        <maml:description>
          <maml:para>The configuration needed to talk to Royal Server. Use `New-RoyalServerConfig` to specify this.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">RoyalServerConfig</command:parameterValue>
        <dev:type>
          <maml:name>RoyalServerConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>-RoyalServerConfig : RoyalServer.Powershell.RoyalServerConfig</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The configuration needed to talk to Royal Server. Use `New-RoyalServerConfig` to specify this.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>-Module : RoyalServer.Powershell.ModuleNames</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The RoyalServer Module.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RoyalServer.PowerShell.RoyalServerPowerShellResponse</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>For information on how to work with a `RoyalServerPowerShellResponse` look here (./index.md#working-with-royal-server-responses).</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
        <dev:code>Get-RoyalServerModuleCommand -RoyalServerConfig $config -Module EventLog</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Invoke-RoyalServerCommand</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RoyalServerconfig</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RoyalServerModule</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RoyalServerModuleCommandParameter</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-RoyalServerModuleCommandParameter</command:name>
      <command:verb>Get</command:verb>
      <command:noun>RoyalServerModuleCommandParameter</command:noun>
      <maml:description>
        <maml:para>Gets the Command Parameters of a Royal Server Module Command.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Get-RoyalServerModuleCommandParameter cmdlet gets the parameters and additional meta-information of a Royal Server Module Command.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RoyalServerModuleCommandParameter</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
          <maml:name>RoyalServerConfig</maml:name>
          <maml:description>
            <maml:para>The configuration needed to talk to Royal Server. Use `New-RoyalServerConfig` to specify this.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">RoyalServerConfig</command:parameterValue>
          <dev:type>
            <maml:name>RoyalServerConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="2" aliases="none">
          <maml:name>Module</maml:name>
          <maml:description>
            <maml:para>The RoyalServer Module id.</maml:para>
            <maml:para>Possible values: EventLog, HyperV, Processes, TerminalServices, WindowsServices, Script, RoyalDocumentStore, RoyalServerManagement</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">EventLog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">HyperV</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Processes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">TerminalServices</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">WindowsServices</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Script</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">RoyalDocumentStore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">RoyalServerManagement</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">VMware</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">ModuleNames</command:parameterValue>
          <dev:type>
            <maml:name>ModuleNames</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>EventLog</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="3" aliases="none">
          <maml:name>Command</maml:name>
          <maml:description>
            <maml:para>The Command of which the parameters should be returned.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="3" aliases="none">
        <maml:name>Command</maml:name>
        <maml:description>
          <maml:para>The Command of which the parameters should be returned.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="2" aliases="none">
        <maml:name>Module</maml:name>
        <maml:description>
          <maml:para>The RoyalServer Module id.</maml:para>
          <maml:para>Possible values: EventLog, HyperV, Processes, TerminalServices, WindowsServices, Script, RoyalDocumentStore, RoyalServerManagement</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">ModuleNames</command:parameterValue>
        <dev:type>
          <maml:name>ModuleNames</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>EventLog</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
        <maml:name>RoyalServerConfig</maml:name>
        <maml:description>
          <maml:para>The configuration needed to talk to Royal Server. Use `New-RoyalServerConfig` to specify this.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">RoyalServerConfig</command:parameterValue>
        <dev:type>
          <maml:name>RoyalServerConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>-RoyalServerConfig : RoyalServer.Powershell.RoyalServerConfig</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The configuration needed to talk to Royal Server. Use `New-RoyalServerConfig` to specify this.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>-Module : RoyalServer.Powershell.ModuleNames</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The RoyalServer Module</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>-Command : System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The Command of which the parameters should be returned.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RoyalServer.PowerShell.RoyalServerPowerShellResponse</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>For information on how to work with a `RoyalServerPowerShellResponse` look here (./index.md#working-with-royal-server-responses).</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
        <dev:code>Get-RoyalServerModuleCommandParameter -RoyalServerConfig $config -Module EventLog -Command "GetEntries"</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Invoke-RoyalServerCommand</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RoyalServerconfig</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RoyalServerModule</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RoyalServerModuleCommandParameter</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Install-RoyalServerLicense</command:name>
      <command:verb>Install</command:verb>
      <command:noun>RoyalServerLicense</command:noun>
      <maml:description>
        <maml:para>Installs a Royal Server license.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Install-RoyalServerLicense cmdlet installs a Royal Server license.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Install-RoyalServerLicense</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
          <maml:name>RoyalServerConfig</maml:name>
          <maml:description>
            <maml:para>The RoyalServerConfiguration is the configuration created with the `New-RoyalServerConfig` cmdlet.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">RoyalServerConfig</command:parameterValue>
          <dev:type>
            <maml:name>RoyalServerConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="3" aliases="none">
          <maml:name>LicenseKey</maml:name>
          <maml:description>
            <maml:para>The license key of the license to install.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </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>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Timeout</maml:name>
          <maml:description>
            <maml:para>Timeout is the timout of a Royal Server call in milliseconds.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</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>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>LicensedTo</maml:name>
          <maml:description>
            <maml:para>The regisration name the license is issued to.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <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>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="3" aliases="none">
        <maml:name>LicenseKey</maml:name>
        <maml:description>
          <maml:para>The license key of the license to install.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
        <maml:name>RoyalServerConfig</maml:name>
        <maml:description>
          <maml:para>The RoyalServerConfiguration is the configuration created with the `New-RoyalServerConfig` cmdlet.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">RoyalServerConfig</command:parameterValue>
        <dev:type>
          <maml:name>RoyalServerConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Timeout</maml:name>
        <maml:description>
          <maml:para>Timeout is the timout of a Royal Server call in milliseconds.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</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>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>LicensedTo</maml:name>
        <maml:description>
          <maml:para>The regisration name the license is issued to.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>-RoyalServerConfig : RoyalServer.PowerShell.RoyalServerConfig</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The configuration needed to talk to Royal Server. Use `New-RoyalServerConfig` to specify this.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>-LicenseKey : System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The license key to install.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>-LicensedTo : System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The regisration name the license is issued to.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:alertSet>
      <maml:alert>
        <maml:para>This commandlet requires you to be in the Royal Server Administrators role.</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Install-RoyalServerLicense -LicensedTo "Company ABC" -LicenseKey "XXXX-XXXX-..." -RoyalServerConfiguration</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RoyalServerLicense</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Uninstall-RoyalServerLicense</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-RoyalServerCommand</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>RoyalServerCommand</command:noun>
      <maml:description>
        <maml:para>Executes a Royal Server command.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Invoke-RoyalServerCommand cmdlet invokes a command at Royal Server.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-RoyalServerCommand</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
          <maml:name>ModuleID</maml:name>
          <maml:description>
            <maml:para>The Module that is executing the command of Royal Server.</maml:para>
            <maml:para>Possible values: EventLog, HyperV, Processes, TerminalServices, WindowsServices, Script, RoyalDocumentStore, RoyalServerManagement</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">EventLog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">HyperV</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Processes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">TerminalServices</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">WindowsServices</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Script</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">RoyalDocumentStore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">RoyalServerManagement</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">VMware</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">ModuleNames</command:parameterValue>
          <dev:type>
            <maml:name>ModuleNames</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>EventLog</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="10" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:description>
            <maml:para>Specifies the offset of records Royal Server is returning (can be used in combination with MaxRecords for implementing paging)</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="11" aliases="none">
          <maml:name>Timeout</maml:name>
          <maml:description>
            <maml:para>Specifies the Timeout for the Royal Server command (in milliseconds)</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="2" aliases="none">
          <maml:name>Command</maml:name>
          <maml:description>
            <maml:para>The Command that is executed by the Module of Royal Server</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="3" aliases="none">
          <maml:name>Arguments</maml:name>
          <maml:description>
            <maml:para>The list of arguments for the Command.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="4" aliases="none">
          <maml:name>RoyalServerConfig</maml:name>
          <maml:description>
            <maml:para>The configuration needed to talk to Royal Server. Use `New-RoyalServerConfig` to specify this.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">RoyalServerConfig</command:parameterValue>
          <dev:type>
            <maml:name>RoyalServerConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="5" aliases="none">
          <maml:name>DestinationHost</maml:name>
          <maml:description>
            <maml:para>The destination hostname or IP against which the command is issued by Royal Server.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="6" aliases="none">
          <maml:name>Credential</maml:name>
          <maml:description>
            <maml:para>The credentials used for authenticating with Royal Server.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
          <dev:type>
            <maml:name>PSCredential</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>DestinationUsername</maml:name>
          <maml:description>
            <maml:para>The destination host username.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>DestinationPassword</maml:name>
          <maml:description>
            <maml:para>The destination host password (as a Secure String).</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
          <dev:type>
            <maml:name>SecureString</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="9" aliases="none">
          <maml:name>MaxRecords</maml:name>
          <maml:description>
            <maml:para>Specifies the maximum number of records Royal Server returns.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </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>SwitchParameter</maml:name>
            <maml:uri />
          </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>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="3" aliases="none">
        <maml:name>Arguments</maml:name>
        <maml:description>
          <maml:para>The list of arguments for the Command.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="2" aliases="none">
        <maml:name>Command</maml:name>
        <maml:description>
          <maml:para>The Command that is executed by the Module of Royal Server</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </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>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="6" aliases="none">
        <maml:name>Credential</maml:name>
        <maml:description>
          <maml:para>The credentials used for authenticating with Royal Server.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>PSCredential</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="5" aliases="none">
        <maml:name>DestinationHost</maml:name>
        <maml:description>
          <maml:para>The destination hostname or IP against which the command is issued by Royal Server.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>DestinationPassword</maml:name>
        <maml:description>
          <maml:para>The destination host password (as a Secure String).</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>DestinationUsername</maml:name>
        <maml:description>
          <maml:para>The destination host username.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="9" aliases="none">
        <maml:name>MaxRecords</maml:name>
        <maml:description>
          <maml:para>Specifies the maximum number of records Royal Server returns.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
        <maml:name>ModuleID</maml:name>
        <maml:description>
          <maml:para>The Module that is executing the command of Royal Server.</maml:para>
          <maml:para>Possible values: EventLog, HyperV, Processes, TerminalServices, WindowsServices, Script, RoyalDocumentStore, RoyalServerManagement</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">ModuleNames</command:parameterValue>
        <dev:type>
          <maml:name>ModuleNames</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>EventLog</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="10" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:description>
          <maml:para>Specifies the offset of records Royal Server is returning (can be used in combination with MaxRecords for implementing paging)</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="4" aliases="none">
        <maml:name>RoyalServerConfig</maml:name>
        <maml:description>
          <maml:para>The configuration needed to talk to Royal Server. Use `New-RoyalServerConfig` to specify this.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">RoyalServerConfig</command:parameterValue>
        <dev:type>
          <maml:name>RoyalServerConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="11" aliases="none">
        <maml:name>Timeout</maml:name>
        <maml:description>
          <maml:para>Specifies the Timeout for the Royal Server command (in milliseconds)</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</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>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>-ModuleID : RoyalServer.Powershell.ModuleNames</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The Module that is executing the command of Royal Server.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>-Command: System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The Command that is executed by the Module of Royal Server</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>-Arguments : System.Collections.Hashtable</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The list of arguments for the Command.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>-RoyalServerConfig : RoyalServer.Powershell.RoyalServerConfig</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The configuration needed to talk to Royal Server. Use `New-RoyalServerConfig` to specify this.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>-DestinationHost : System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The destination hostname or IP against which the command is issued by Royal Server.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>-DestinationPassword : System.Security.SecureString</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The password for the destination host. Use `ConvertFrom-SecureString` to obtain a secure string.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>-DestinationUsername : System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The username for the destination host.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>-Credential : System.Management.Automation.PSCredential</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The credentials used for authenticating with Royal Server.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>-MaxRecords : System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>Specifies the maximum number of records Royal Server returns.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>-Offset : System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>Specifies the offset of records Royal Server is returning (can be used in combination with MaxRecords for implementing paging)</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>-Timeout : System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>Specifies the Timeout for the Royal Server command (in milliseconds)</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RoyalServer.PowerShell.RoyalServerPowerShellResponse</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>For information on how to work with a `RoyalServerPowerShellResponse` look here (./index.md#working-with-royal-server-responses).</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
        <dev:code>$config = New-RoyalServerConfig -Host "localhost" -Port "54899" -Credential $cred</dev:code>
        <dev:remarks>
          <maml:para>$cred is a PSCredential.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Invoke-RoyalServerCommand</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-RoyalServerconfig</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RoyalServerModule</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-RoyalServerModuleCommandParameter</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-RoyalServerConfig</command:name>
      <command:verb>New</command:verb>
      <command:noun>RoyalServerConfig</command:noun>
      <maml:description>
        <maml:para>Creates a new RoyalServerConfig.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The New-RoyalServerConfig cmdlet creates a new RoyalServerConfig object that encapsulates the necessary information for communicating with a Royal Server installation.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-RoyalServerConfig</maml:name>
        <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>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Credential</maml:name>
          <maml:description>
            <maml:para>The username used for authenticating with Royal Server.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
          <dev:type>
            <maml:name>PSCredential</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Host</maml:name>
          <maml:description>
            <maml:para>Hostname or IP address of the Royal Server Installation.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Port</maml:name>
          <maml:description>
            <maml:para>Port number of the Royal Server Installation.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>UseSSL</maml:name>
          <maml:description>
            <maml:para>Use SSL/HTTPS for communication with Royal Server. Note that as of Royal Server V4 only secure connections are supported.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>True</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>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <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>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Credential</maml:name>
        <maml:description>
          <maml:para>The username used for authenticating with Royal Server.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>PSCredential</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Host</maml:name>
        <maml:description>
          <maml:para>Hostname or IP address of the Royal Server Installation.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Port</maml:name>
        <maml:description>
          <maml:para>Port number of the Royal Server Installation.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>UseSSL</maml:name>
        <maml:description>
          <maml:para>Use SSL/HTTPS for communication with Royal Server. Note that as of Royal Server V4 only secure connections are supported.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>True</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>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>-Host : System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>Hostname or IP address of the Royal Server Installation.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>-Port : System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>Port number of the Royal Server Installation.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>-Credential : System.Management.Automation.PSCredential</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The username used for authenticating with Royal Server.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>RoyalServer.Powershell.RoyalServerConfig</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>A data structure holding Royal Server connection information.</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
        <dev:code>$config = New-RoyalServerConfig -Host "localhost" -Port "54899" -Credential $cred</dev:code>
        <dev:remarks>
          <maml:para>$cred is a PS-Credential.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Invoke-RoyalServerCommand</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Uninstall-RoyalServerLicense</command:name>
      <command:verb>Uninstall</command:verb>
      <command:noun>RoyalServerLicense</command:noun>
      <maml:description>
        <maml:para>Uninstalls a Royal Server license.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Uninstall-RoyalServerLicense cmdlet uninstalls a Royal Server license.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Uninstall-RoyalServerLicense</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
          <maml:name>RoyalServerConfig</maml:name>
          <maml:description>
            <maml:para>The RoyalServerConfiguration is the configuration created with the `New-RoyalServerConfig` cmdlet.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">RoyalServerConfig</command:parameterValue>
          <dev:type>
            <maml:name>RoyalServerConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="2" aliases="none">
          <maml:name>LicenseKey</maml:name>
          <maml:description>
            <maml:para>The license key of the license to be uninstalled.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </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>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Timeout</maml:name>
          <maml:description>
            <maml:para>Timeout is the timout of a Royal Server call in milliseconds.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</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>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <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>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="2" aliases="none">
        <maml:name>LicenseKey</maml:name>
        <maml:description>
          <maml:para>The license key of the license to be uninstalled.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
        <maml:name>RoyalServerConfig</maml:name>
        <maml:description>
          <maml:para>The RoyalServerConfiguration is the configuration created with the `New-RoyalServerConfig` cmdlet.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">RoyalServerConfig</command:parameterValue>
        <dev:type>
          <maml:name>RoyalServerConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Timeout</maml:name>
        <maml:description>
          <maml:para>Timeout is the timout of a Royal Server call in milliseconds.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</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>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>-RoyalServerConfig : RoyalServer.PowerShell.RoyalServerConfig</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The configuration needed to talk to Royal Server. Use `New-RoyalServerConfig` to specify this.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>-LicenseKey : System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>The license key to uninstall</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:alertSet>
      <maml:alert>
        <maml:para>This commandlet requires you to be in the Royal Server Administrators role.</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>Uninstall-RoyalServerLicense -LicenseKey "XXXX-XXXX-..." -RoyalServerConfiguration $config</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-RoyalServerLicense</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Install-RoyalServerLicense</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
</helpItems>