en-US/Trend-Micro-Deep-Security-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-TmdsAdministrator</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsAdministrator</command:noun>
      <maml:description>
        <maml:para>Get one or more administrators from DSM.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get one or more Administrators from DSM. This is the same that is found in Administrators -&gt; User Management -&gt; Users in the WebGUI.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsAdministrator</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>AdministratorId</maml:name>
          <maml:description>
            <maml:para>Id of the Administrator you want to return.</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:syntaxItem>
        <maml:name>Get-TmdsAdministrator</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>Return all administrators from DSM.</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:syntaxItem>
        <maml:name>Get-TmdsAdministrator</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UserName</maml:name>
          <maml:description>
            <maml:para>Return a administrator with the UserName specified.</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="True (ByPropertyName, ByValue)" position="named" aliases="Id">
        <maml:name>AdministratorId</maml:name>
        <maml:description>
          <maml:para>Id of the Administrator you want to return.</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="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>Return all administrators from DSM.</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="False" position="named" aliases="none">
        <maml:name>UserName</maml:name>
        <maml:description>
          <maml:para>Return a administrator with the UserName specified.</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; Get-TmdsAdministrator -All</dev:code>
        <dev:remarks>
          <maml:para>Returns all Administrators from DSM. -All is default.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-TmdsAdministrator -AdministratorId 1,5</dev:code>
        <dev:remarks>
          <maml:para>Returns administrator with Id 1 and Id 5 from DSM.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-TmdsAdministrator -UserName Administrator</dev:code>
        <dev:remarks>
          <maml:para>Returns administrator with UserName Administrator from DSM. If you press Ctrl + Space you get argument completer.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsAdministratorRole</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsAdministratorRole</command:noun>
      <maml:description>
        <maml:para>Return one or more Administrator Roles from DSM.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Return one or more Administrator Roles from DSM. This is the same that is found in Administrators -&gt; User Management -&gt; Roles in the WebGUI.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsAdministratorRole</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="RoleId, Id">
          <maml:name>AdministratorRoleId</maml:name>
          <maml:description>
            <maml:para>Id of the Administrator Role you want to return.</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:syntaxItem>
        <maml:name>Get-TmdsAdministratorRole</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>Return all Administrator Roles from DSM.</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:syntaxItem>
        <maml:name>Get-TmdsAdministratorRole</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:description>
            <maml:para>Return a administrator with the Name specified. If you press Ctrl + Space you get argument completer.</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="True (ByPropertyName, ByValue)" position="named" aliases="RoleId, Id">
        <maml:name>AdministratorRoleId</maml:name>
        <maml:description>
          <maml:para>Id of the Administrator Role you want to return.</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="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>Return all Administrator Roles from DSM.</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="False" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Return a administrator with the Name specified. If you press Ctrl + Space you get argument completer.</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; Get-TmdsAdministratorRole -All</dev:code>
        <dev:remarks>
          <maml:para>Return all Administrator Roles from DSM.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-TmdsAdministratorRole -AdministratorRoleId 1,2</dev:code>
        <dev:remarks>
          <maml:para>Return Administrator Roles with Id 1 and Id 2.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-TmdsAdministratorRole -Name Auditor</dev:code>
        <dev:remarks>
          <maml:para>Return Administrator Role with Name Auditor from DSM. If you press Ctrl + Space you get argument completer.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsAgentVersionControlProfiles</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsAgentVersionControlProfiles</command:noun>
      <maml:description>
        <maml:para>Lists agent version control profiles.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Lists agent version control profiles.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsAgentVersionControlProfiles</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>AgentVersionControlProfilesId</maml:name>
          <maml:description>
            <maml:para>List an Agent Version Control Profile by ID.</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:syntaxItem>
        <maml:name>Get-TmdsAgentVersionControlProfiles</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>Lists all agent version control profiles.</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="named" aliases="Id">
        <maml:name>AgentVersionControlProfilesId</maml:name>
        <maml:description>
          <maml:para>List an Agent Version Control Profile by ID.</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="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>Lists all agent version control profiles.</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>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; Get-TmdsAgentVersionControlProfiles</dev:code>
        <dev:remarks>
          <maml:para>Lists all agent version control profiles.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsAntiMalwareConfiguration</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsAntiMalwareConfiguration</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsAntiMalwareConfiguration</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>{{ Fill All Description }}</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:syntaxItem>
        <maml:name>Get-TmdsAntiMalwareConfiguration</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>AntiMalwareId</maml:name>
          <maml:description>
            <maml:para>{{ Fill AntiMalwareId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>{{ Fill All Description }}</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="Id">
        <maml:name>AntiMalwareId</maml:name>
        <maml:description>
          <maml:para>{{ Fill AntiMalwareId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsApiKey</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsApiKey</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsApiKey</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>{{ Fill All Description }}</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:syntaxItem>
        <maml:name>Get-TmdsApiKey</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>ApiKeyId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ApiKeyId Description }}</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:syntaxItem>
        <maml:name>Get-TmdsApiKey</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Current</maml:name>
          <maml:description>
            <maml:para>{{ Fill Current Description }}</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="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>{{ Fill All Description }}</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="Id">
        <maml:name>ApiKeyId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ApiKeyId Description }}</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="none">
        <maml:name>Current</maml:name>
        <maml:description>
          <maml:para>{{ Fill Current Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsApiKeyUsageMetric</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsApiKeyUsageMetric</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsApiKeyUsageMetric</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsCertificate</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsCertificate</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsCertificate</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>{{ Fill All Description }}</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:syntaxItem>
        <maml:name>Get-TmdsCertificate</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>CertificateId</maml:name>
          <maml:description>
            <maml:para>{{ Fill CertificateId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>{{ Fill All Description }}</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="Id">
        <maml:name>CertificateId</maml:name>
        <maml:description>
          <maml:para>{{ Fill CertificateId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsComputer</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsComputer</command:noun>
      <maml:description>
        <maml:para>Get all computer objects or get specific ones based on Computer Id in Deep Security Manager.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get all computer objects or get specific ones based on Computer Id in Deep Security Manager.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsComputer</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>Return all computer objects. This is the default.</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>PropertySet</maml:name>
          <maml:description>
            <maml:para>Determines the computer information to include in the response. Use "none" to retrieve only basic computer information such as policyID and hostName.</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">none</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">computerStatus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">securityUpdates</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">computerSettings</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">allSecurityModules</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">antiMalware</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">webReputation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">activityMonitoring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firewall</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intrusionPrevention</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">integrityMonitoring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">logInspection</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">applicationControl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SAP</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">interfaces</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ESXSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">allVirtualMachineSummaries</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">azureARMVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">azureVMVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ec2VirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">noConnectorVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vmwareVMVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcloudVMVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">workspaceVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gcpVirtualMachineSummary</command:parameterValue>
          </command:parameterValueGroup>
          <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:syntaxItem>
        <maml:name>Get-TmdsComputer</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="named" aliases="Id">
          <maml:name>ComputerId</maml:name>
          <maml:description>
            <maml:para>Get one or more computer objects by Id.</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="none">
          <maml:name>PropertySet</maml:name>
          <maml:description>
            <maml:para>Determines the computer information to include in the response. Use "none" to retrieve only basic computer information such as policyID and hostName.</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">none</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">computerStatus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">securityUpdates</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">computerSettings</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">allSecurityModules</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">antiMalware</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">webReputation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">activityMonitoring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firewall</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intrusionPrevention</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">integrityMonitoring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">logInspection</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">applicationControl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SAP</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">interfaces</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ESXSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">allVirtualMachineSummaries</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">azureARMVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">azureVMVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ec2VirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">noConnectorVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vmwareVMVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcloudVMVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">workspaceVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gcpVirtualMachineSummary</command:parameterValue>
          </command:parameterValueGroup>
          <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:syntaxItem>
        <maml:name>Get-TmdsComputer</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PropertySet</maml:name>
          <maml:description>
            <maml:para>Determines the computer information to include in the response. Use "none" to retrieve only basic computer information such as policyID and hostName.</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">none</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">computerStatus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">securityUpdates</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">computerSettings</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">allSecurityModules</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">antiMalware</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">webReputation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">activityMonitoring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firewall</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intrusionPrevention</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">integrityMonitoring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">logInspection</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">applicationControl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SAP</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">interfaces</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ESXSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">allVirtualMachineSummaries</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">azureARMVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">azureVMVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ec2VirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">noConnectorVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vmwareVMVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcloudVMVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">workspaceVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gcpVirtualMachineSummary</command:parameterValue>
          </command:parameterValueGroup>
          <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="none">
          <maml:name>HostName</maml:name>
          <maml:description>
            <maml:para>HostName in DSM.</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="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>Return all computer objects. This is the default.</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 (ByValue)" position="named" aliases="Id">
        <maml:name>ComputerId</maml:name>
        <maml:description>
          <maml:para>Get one or more computer objects by Id.</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="none">
        <maml:name>PropertySet</maml:name>
        <maml:description>
          <maml:para>Determines the computer information to include in the response. Use "none" to retrieve only basic computer information such as policyID and hostName.</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="none">
        <maml:name>HostName</maml:name>
        <maml:description>
          <maml:para>HostName in DSM.</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; Get-TmdsComputer</dev:code>
        <dev:remarks>
          <maml:para>Get all computer objects from Deep Security Manager.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-TmdsComputer -ComputerId 1,2</dev:code>
        <dev:remarks>
          <maml:para>Get computer object with Id 1 and 2 from Deep Security Manager.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-TmdsComputer -HostName DSM.company.com</dev:code>
        <dev:remarks>
          <maml:para>Get computer object with HostName DSM.company.com from Deep Security Manager.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsComputerFirewallId</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsComputerFirewallId</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsComputerFirewallId</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>ComputerId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ComputerId Description }}</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="named" aliases="Id">
        <maml:name>ComputerId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ComputerId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsComputerFirewallRule</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsComputerFirewallRule</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsComputerFirewallRule</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>ComputerId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ComputerId Description }}</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="none">
          <maml:name>FirewallRuleId</maml:name>
          <maml:description>
            <maml:para>{{ Fill FirewallRuleId Description }}</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="named" aliases="Id">
        <maml:name>ComputerId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ComputerId Description }}</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="none">
        <maml:name>FirewallRuleId</maml:name>
        <maml:description>
          <maml:para>{{ Fill FirewallRuleId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsComputerGroup</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsComputerGroup</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsComputerGroup</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>{{ Fill All Description }}</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:syntaxItem>
        <maml:name>Get-TmdsComputerGroup</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>ComputerGroupId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ComputerGroupId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>{{ Fill All Description }}</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="Id">
        <maml:name>ComputerGroupId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ComputerGroupId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsComputerIntegrityMonitoringId</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsComputerIntegrityMonitoringId</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsComputerIntegrityMonitoringId</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>ComputerId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ComputerId Description }}</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="named" aliases="Id">
        <maml:name>ComputerId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ComputerId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsComputerIntegrityMonitoringRule</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsComputerIntegrityMonitoringRule</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsComputerIntegrityMonitoringRule</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>ComputerId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ComputerId Description }}</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="none">
          <maml:name>IntegrityMonitoringRuleID</maml:name>
          <maml:description>
            <maml:para>{{ Fill IntegrityMonitoringRuleID Description }}</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="named" aliases="Id">
        <maml:name>ComputerId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ComputerId Description }}</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="none">
        <maml:name>IntegrityMonitoringRuleID</maml:name>
        <maml:description>
          <maml:para>{{ Fill IntegrityMonitoringRuleID Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsComputerIntrusionPreventionApplicationType</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsComputerIntrusionPreventionApplicationType</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsComputerIntrusionPreventionApplicationType</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ApplicationTypeId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ApplicationTypeId Description }}</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>ComputerId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ComputerId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ApplicationTypeId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ApplicationTypeId Description }}</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
        <maml:name>ComputerId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ComputerId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsComputerIntrusionPreventionRule</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsComputerIntrusionPreventionRule</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsComputerIntrusionPreventionRule</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>ComputerId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ComputerId Description }}</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="none">
          <maml:name>IntrusionPreventionRuleId</maml:name>
          <maml:description>
            <maml:para>{{ Fill IntrusionPreventionRuleId Description }}</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="named" aliases="Id">
        <maml:name>ComputerId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ComputerId Description }}</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="none">
        <maml:name>IntrusionPreventionRuleId</maml:name>
        <maml:description>
          <maml:para>{{ Fill IntrusionPreventionRuleId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsComputerIntrusionPreventionRuleId</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsComputerIntrusionPreventionRuleId</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsComputerIntrusionPreventionRuleId</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>ComputerId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ComputerId Description }}</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="named" aliases="Id">
        <maml:name>ComputerId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ComputerId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsComputerLogInspectionRule</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsComputerLogInspectionRule</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsComputerLogInspectionRule</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>ComputerId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ComputerId Description }}</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="none">
          <maml:name>LogInspectionRuleId</maml:name>
          <maml:description>
            <maml:para>{{ Fill LogInspectionRuleId Description }}</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="named" aliases="Id">
        <maml:name>ComputerId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ComputerId Description }}</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="none">
        <maml:name>LogInspectionRuleId</maml:name>
        <maml:description>
          <maml:para>{{ Fill LogInspectionRuleId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsComputerLogInspectionRuleId</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsComputerLogInspectionRuleId</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsComputerLogInspectionRuleId</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>ComputerId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ComputerId Description }}</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="named" aliases="Id">
        <maml:name>ComputerId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ComputerId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsContact</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsContact</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsContact</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>{{ Fill All Description }}</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:syntaxItem>
        <maml:name>Get-TmdsContact</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ContactId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ContactId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>{{ Fill All Description }}</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>ContactId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ContactId Description }}</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>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsDirectoryList</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsDirectoryList</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsDirectoryList</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>{{ Fill All Description }}</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:syntaxItem>
        <maml:name>Get-TmdsDirectoryList</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>DirectoryListId</maml:name>
          <maml:description>
            <maml:para>{{ Fill DirectoryListId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>{{ Fill All Description }}</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="Id">
        <maml:name>DirectoryListId</maml:name>
        <maml:description>
          <maml:para>{{ Fill DirectoryListId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsEventBasedTask</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsEventBasedTask</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsEventBasedTask</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>{{ Fill All Description }}</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:syntaxItem>
        <maml:name>Get-TmdsEventBasedTask</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>EventBasedTaskId</maml:name>
          <maml:description>
            <maml:para>{{ Fill EventBasedTaskId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>{{ Fill All Description }}</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="Id">
        <maml:name>EventBasedTaskId</maml:name>
        <maml:description>
          <maml:para>{{ Fill EventBasedTaskId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsFileExtensionList</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsFileExtensionList</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsFileExtensionList</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>{{ Fill All Description }}</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:syntaxItem>
        <maml:name>Get-TmdsFileExtensionList</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>FileExtensionListId</maml:name>
          <maml:description>
            <maml:para>{{ Fill FileExtensionListId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>{{ Fill All Description }}</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="Id">
        <maml:name>FileExtensionListId</maml:name>
        <maml:description>
          <maml:para>{{ Fill FileExtensionListId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsFileList</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsFileList</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsFileList</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>{{ Fill All Description }}</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:syntaxItem>
        <maml:name>Get-TmdsFileList</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>FileListId</maml:name>
          <maml:description>
            <maml:para>{{ Fill FileListId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>{{ Fill All Description }}</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="Id">
        <maml:name>FileListId</maml:name>
        <maml:description>
          <maml:para>{{ Fill FileListId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsPolicy</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsPolicy</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsPolicy</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>{{ Fill All Description }}</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:syntaxItem>
        <maml:name>Get-TmdsPolicy</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:description>
            <maml:para>{{ Fill PolicyId Description }}</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="none">
          <maml:name>SettingName</maml:name>
          <maml:description>
            <maml:para>{{ Fill SettingName Description }}</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="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>{{ Fill All Description }}</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>PolicyId</maml:name>
        <maml:description>
          <maml:para>{{ Fill PolicyId Description }}</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="none">
        <maml:name>SettingName</maml:name>
        <maml:description>
          <maml:para>{{ Fill SettingName Description }}</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>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsPolicyDefaultSetting</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsPolicyDefaultSetting</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsPolicyDefaultSetting</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>{{ Fill All Description }}</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:syntaxItem>
        <maml:name>Get-TmdsPolicyDefaultSetting</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>SettingName</maml:name>
          <maml:description>
            <maml:para>{{ Fill SettingName Description }}</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="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>{{ Fill All Description }}</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>SettingName</maml:name>
        <maml:description>
          <maml:para>{{ Fill SettingName Description }}</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>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsPolicyFirewallId</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsPolicyFirewallId</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsPolicyFirewallId</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:description>
            <maml:para>{{ Fill PolicyId Description }}</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="named" aliases="none">
        <maml:name>PolicyId</maml:name>
        <maml:description>
          <maml:para>{{ Fill PolicyId Description }}</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>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsPolicyFirewallRule</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsPolicyFirewallRule</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsPolicyFirewallRule</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FirewallRuleId</maml:name>
          <maml:description>
            <maml:para>{{ Fill FirewallRuleId Description }}</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:description>
            <maml:para>{{ Fill PolicyId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FirewallRuleId</maml:name>
        <maml:description>
          <maml:para>{{ Fill FirewallRuleId Description }}</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>PolicyId</maml:name>
        <maml:description>
          <maml:para>{{ Fill PolicyId Description }}</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>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsPolicyIntegrityMonitoringRule</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsPolicyIntegrityMonitoringRule</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsPolicyIntegrityMonitoringRule</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IntegrityMonitoringRuleId</maml:name>
          <maml:description>
            <maml:para>{{ Fill IntegrityMonitoringRuleId Description }}</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:description>
            <maml:para>{{ Fill PolicyId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IntegrityMonitoringRuleId</maml:name>
        <maml:description>
          <maml:para>{{ Fill IntegrityMonitoringRuleId Description }}</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>PolicyId</maml:name>
        <maml:description>
          <maml:para>{{ Fill PolicyId Description }}</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>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsPolicyIntegrityMonitoringRuleId</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsPolicyIntegrityMonitoringRuleId</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsPolicyIntegrityMonitoringRuleId</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:description>
            <maml:para>{{ Fill PolicyId Description }}</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="named" aliases="none">
        <maml:name>PolicyId</maml:name>
        <maml:description>
          <maml:para>{{ Fill PolicyId Description }}</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>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsPolicyIntrusionPreventionApplicationType</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsPolicyIntrusionPreventionApplicationType</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsPolicyIntrusionPreventionApplicationType</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ApplicationTypeId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ApplicationTypeId Description }}</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:description>
            <maml:para>{{ Fill PolicyId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ApplicationTypeId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ApplicationTypeId Description }}</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>PolicyId</maml:name>
        <maml:description>
          <maml:para>{{ Fill PolicyId Description }}</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>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsPolicyIntrusionPreventionRule</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsPolicyIntrusionPreventionRule</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsPolicyIntrusionPreventionRule</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IntrusionPreventionRuleId</maml:name>
          <maml:description>
            <maml:para>{{ Fill IntrusionPreventionRuleId Description }}</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:description>
            <maml:para>{{ Fill PolicyId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IntrusionPreventionRuleId</maml:name>
        <maml:description>
          <maml:para>{{ Fill IntrusionPreventionRuleId Description }}</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>PolicyId</maml:name>
        <maml:description>
          <maml:para>{{ Fill PolicyId Description }}</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>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsPolicyIntrusionPreventionRuleId</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsPolicyIntrusionPreventionRuleId</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsPolicyIntrusionPreventionRuleId</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:description>
            <maml:para>{{ Fill PolicyId Description }}</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="named" aliases="none">
        <maml:name>PolicyId</maml:name>
        <maml:description>
          <maml:para>{{ Fill PolicyId Description }}</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>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsPolicyLogInspectionRule</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsPolicyLogInspectionRule</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsPolicyLogInspectionRule</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LogInspectionRuleId</maml:name>
          <maml:description>
            <maml:para>{{ Fill LogInspectionRuleId Description }}</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:description>
            <maml:para>{{ Fill PolicyId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LogInspectionRuleId</maml:name>
        <maml:description>
          <maml:para>{{ Fill LogInspectionRuleId Description }}</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>PolicyId</maml:name>
        <maml:description>
          <maml:para>{{ Fill PolicyId Description }}</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>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsPolicyLogInspectionRuleId</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsPolicyLogInspectionRuleId</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsPolicyLogInspectionRuleId</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:description>
            <maml:para>{{ Fill PolicyId Description }}</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="named" aliases="none">
        <maml:name>PolicyId</maml:name>
        <maml:description>
          <maml:para>{{ Fill PolicyId Description }}</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>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsReport</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsReport</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsReport</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>{{ Fill All Description }}</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:syntaxItem>
        <maml:name>Get-TmdsReport</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>ReportId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ReportId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>{{ Fill All Description }}</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="Id">
        <maml:name>ReportId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ReportId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsSchedule</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsSchedule</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsSchedule</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>{{ Fill All Description }}</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:syntaxItem>
        <maml:name>Get-TmdsSchedule</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>ScheduleId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ScheduleId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>{{ Fill All Description }}</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="Id">
        <maml:name>ScheduleId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ScheduleId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsScheduledTask</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsScheduledTask</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsScheduledTask</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>{{ Fill All Description }}</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:syntaxItem>
        <maml:name>Get-TmdsScheduledTask</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>ScheduledTaskId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ScheduledTaskId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>{{ Fill All Description }}</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="Id">
        <maml:name>ScheduledTaskId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ScheduledTaskId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsScript</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsScript</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsScript</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsSystemSetting</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsSystemSetting</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsSystemSetting</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>{{ Fill All Description }}</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:syntaxItem>
        <maml:name>Get-TmdsSystemSetting</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Name">
          <maml:name>SystemSettingName</maml:name>
          <maml:description>
            <maml:para>{{ Fill SystemSettingName Description }}</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="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>{{ Fill All Description }}</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="Name">
        <maml:name>SystemSettingName</maml:name>
        <maml:description>
          <maml:para>{{ Fill SystemSettingName Description }}</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>System.String[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsTenant</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TmdsTenant</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TmdsTenant</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>{{ Fill All Description }}</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:syntaxItem>
        <maml:name>Get-TmdsTenant</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>TenantId</maml:name>
          <maml:description>
            <maml:para>{{ Fill TenantId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>{{ Fill All Description }}</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="Id">
        <maml:name>TenantId</maml:name>
        <maml:description>
          <maml:para>{{ Fill TenantId Description }}</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsApiCall</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>TmdsApiCall</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-TmdsApiCall</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Resource</maml:name>
          <maml:description>
            <maml:para>{{ Fill Resource Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>DeepSecurityManager</maml:name>
          <maml:description>
            <maml:para>{{ Fill DeepSecurityManager Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>APIKey</maml:name>
          <maml:description>
            <maml:para>{{ Fill APIKey Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Method</maml:name>
          <maml:description>
            <maml:para>{{ Fill Method Description }}</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Get</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Put</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Post</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Body</maml:name>
          <maml:description>
            <maml:para>{{ Fill Body Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>SkipCertificateCheck</maml:name>
          <maml:description>
            <maml:para>{{ Fill SkipCertificateCheck Description }}</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>APIKey</maml:name>
        <maml:description>
          <maml:para>{{ Fill APIKey Description }}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Body</maml:name>
        <maml:description>
          <maml:para>{{ Fill Body Description }}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>DeepSecurityManager</maml:name>
        <maml:description>
          <maml:para>{{ Fill DeepSecurityManager Description }}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Method</maml:name>
        <maml:description>
          <maml:para>{{ Fill Method Description }}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Resource</maml:name>
        <maml:description>
          <maml:para>{{ Fill Resource Description }}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>SkipCertificateCheck</maml:name>
        <maml:description>
          <maml:para>{{ Fill SkipCertificateCheck Description }}</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-EndpointBasecampAgentDeploymentScript</command:name>
      <command:verb>New</command:verb>
      <command:noun>EndpointBasecampAgentDeploymentScript</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-EndpointBasecampAgentDeploymentScript</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Platform</maml:name>
          <maml:description>
            <maml:para>{{ Fill Platform Description }}</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
          </command:parameterValueGroup>
          <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="False" position="0" aliases="none">
        <maml:name>Platform</maml:name>
        <maml:description>
          <maml:para>{{ Fill Platform Description }}</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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsAdministrator</command:name>
      <command:verb>New</command:verb>
      <command:noun>TmdsAdministrator</command:noun>
      <maml:description>
        <maml:para>Create a new Administrator in DSM.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Create a new Administrator in DSM. This is the same as Administrator -&gt; User Management -&gt; Users in the WebGUI.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-TmdsAdministrator</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Active</maml:name>
          <maml:description>
            <maml:para>If set to true, the Administrator can authenticate. If set to false, the Administrator is locked out.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Description</maml:name>
          <maml:description>
            <maml:para>Description of the Administrator.</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="10" aliases="none">
          <maml:name>PhoneNumber</maml:name>
          <maml:description>
            <maml:para>Phone number of the Administrator.</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="11" aliases="none">
          <maml:name>PrimaryContact</maml:name>
          <maml:description>
            <maml:para>If set to true, the administrator is a primary contact. Primary contacts receive Deep Security as a Service account-related emails for that tenant. A valid emailAddress is required.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="12" aliases="none">
          <maml:name>ReceiveNotifications</maml:name>
          <maml:description>
            <maml:para>If set to true, alert emails will be sent to the Administrator. A valid emailAddress is required.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="13" aliases="none">
          <maml:name>ReportPDFPassword</maml:name>
          <maml:description>
            <maml:para>Password that protects the reports that the Administrator generates.</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="14" aliases="none">
          <maml:name>ReportPDFPasswordEnabled</maml:name>
          <maml:description>
            <maml:para>Controls whether the reports that the Administrator generates are password-protected. Set to true to password-protect, and false otherwise. Defaults to false.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="15" aliases="none">
          <maml:name>RoleID</maml:name>
          <maml:description>
            <maml:para>ID of the role assigned to the Administrator.</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="16" aliases="none">
          <maml:name>TimeFormat</maml:name>
          <maml:description>
            <maml:para>Time format preference of the Administrator. Can be either the 12-hour format or the 24-hour format.</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">12</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">24</command:parameterValue>
          </command:parameterValueGroup>
          <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="17" aliases="none">
          <maml:name>TimeZone</maml:name>
          <maml:description>
            <maml:para>Time zone of the Administrator.</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Africa/Abidjan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Accra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Addis_Ababa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Algiers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Asmera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bamako</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bangui</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Banjul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bissau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Blantyre</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Brazzaville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bujumbura</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Cairo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Casablanca</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Ceuta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Conakry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Dakar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Dar_es_Salaam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Djibouti</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Douala</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/El_Aaiun</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Freetown</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Gaborone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Harare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Johannesburg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Kampala</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Khartoum</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Kigali</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Kinshasa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lagos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Libreville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Luanda</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lubumbashi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lusaka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Malabo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Maputo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Maseru</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Mbabane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Mogadishu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Monrovia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Nairobi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Ndjamena</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Niamey</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Nouakchott</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Ouagadougou</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Sao_Tome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Timbuktu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Tripoli</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Tunis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Windhoek</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Adak</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Anchorage</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Anguilla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Antigua</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Araguaina</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Aruba</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Asuncion</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Atka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Barbados</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Belem</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Belize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Boa_Vista</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Bogota</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Boise</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Buenos_Aires</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cambridge_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cancun</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Caracas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Catamarca</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cayenne</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cayman</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Chicago</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Chihuahua</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cordoba</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Costa_Rica</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cuiaba</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Curacao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Danmarkshavn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Dawson</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Dawson_Creek</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Denver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Detroit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Dominica</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Edmonton</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Eirunepe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/El_Salvador</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Ensenada</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Fort_Wayne</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Fortaleza</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Glace_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Godthab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Goose_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Grand_Turk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Grenada</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guadeloupe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guatemala</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guayaquil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guyana</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Halifax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Havana</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Hermosillo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Indianapolis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Inuvik</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Iqaluit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Jamaica</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Jujuy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Juneau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Knox_IN</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/La_Paz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Lima</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Los_Angeles</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Louisville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Maceio</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Managua</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Manaus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Martinique</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Mazatlan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Mendoza</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Menominee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Merida</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Mexico_City</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Miquelon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Monterrey</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Montevideo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Montreal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Montserrat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Nassau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/New_York</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Nipigon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Nome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Noronha</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Panama</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Pangnirtung</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Paramaribo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Phoenix</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Port_of_Spain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Porto_Acre</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Porto_Velho</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Puerto_Rico</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rainy_River</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rankin_Inlet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Recife</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Regina</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rio_Branco</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rosario</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Santiago</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Santo_Domingo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Sao_Paulo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Scoresbysund</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Shiprock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Johns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Kitts</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Lucia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Thomas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Vincent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Swift_Current</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Tegucigalpa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Thule</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Thunder_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Tortola</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Vancouver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Virgin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Whitehorse</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Winnipeg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Yakutat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Yellowknife</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Casey</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Davis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/DumontDUrville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Mawson</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/McMurdo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Palmer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Rothera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/South_Pole</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Syowa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Vostok</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Arctic/Longyearbyen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Aden</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Almaty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Amman</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Anadyr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Aqtau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Aqtobe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ashgabat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ashkhabad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Baghdad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Bahrain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Baku</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Bangkok</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Beirut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Bishkek</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Brunei</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Calcutta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Choibalsan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Chongqing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Chungking</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Colombo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dacca</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Damascus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dhaka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dili</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dubai</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dushanbe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Gaza</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Harbin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Hong_Kong</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Hovd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Irkutsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Istanbul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Jakarta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Jayapura</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Jerusalem</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kabul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kamchatka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Karachi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kashgar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Katmandu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Krasnoyarsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kuala_Lumpur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kuching</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kuwait</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Macao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Macau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Magadan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Makassar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Manila</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Muscat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Nicosia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Novosibirsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Omsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Oral</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Phnom_Penh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Pontianak</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Pyongyang</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Qatar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Qyzylorda</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Rangoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Riyadh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Saigon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Sakhalin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Samarkand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Seoul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Shanghai</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Singapore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Taipei</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tashkent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tbilisi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tehran</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tel_Aviv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Thimbu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Thimphu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tokyo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ujung_Pandang</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ulaanbaatar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ulan_Bator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Urumqi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Vientiane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Vladivostok</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Yakutsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Yekaterinburg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Yerevan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Azores</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Bermuda</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Canary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Cape_Verde</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Faeroe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Jan_Mayen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Madeira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Reykjavik</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/South_Georgia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/St_Helena</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Stanley</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/ACT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Adelaide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Brisbane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Broken_Hill</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Canberra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Darwin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Hobart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/LHI</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Lindeman</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Lord_Howe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Melbourne</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/North</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/NSW</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Perth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Queensland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/South</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Sydney</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Tasmania</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Victoria</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/West</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Yancowinna</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/Acre</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/DeNoronha</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/East</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/West</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Atlantic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Central</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Eastern</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Mountain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Newfoundland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Pacific</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Saskatchewan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Yukon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Chile/Continental</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Chile/EasterIsland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/GMT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/GMT0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/Greenwich</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/UCT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/Universal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/UTC</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/Zulu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Amsterdam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Andorra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Athens</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Belfast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Belgrade</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Berlin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Bratislava</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Brussels</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Bucharest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Budapest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Chisinau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Copenhagen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Dublin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Gibraltar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Helsinki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Istanbul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Kaliningrad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Kiev</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Lisbon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Ljubljana</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/London</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Luxembourg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Madrid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Malta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Minsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Monaco</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Moscow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Nicosia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Oslo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Paris</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Prague</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Riga</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Rome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Samara</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/San_Marino</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Sarajevo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Simferopol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Skopje</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Sofia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Stockholm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Tallinn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Tirane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Tiraspol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Uzhgorod</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vaduz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vatican</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vienna</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vilnius</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Warsaw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Zagreb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Zaporozhye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Zurich</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Antananarivo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Chagos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Christmas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Cocos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Comoro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Kerguelen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Mahe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Maldives</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Mauritius</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Mayotte</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Reunion</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Mexico/BajaNorte</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Mexico/BajaSur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Mexico/General</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Apia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Auckland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Chatham</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Easter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Efate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Enderbury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Fakaofo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Fiji</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Funafuti</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Galapagos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Gambier</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Guadalcanal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Guam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Honolulu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Johnston</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Kiritimati</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Kosrae</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Kwajalein</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Majuro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Marquesas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Midway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Nauru</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Niue</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Norfolk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Noumea</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Pago_Pago</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Palau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Pitcairn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Ponape</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Port_Moresby</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Rarotonga</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Saipan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Samoa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Tahiti</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Tarawa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Tongatapu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Truk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Wake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Wallis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Yap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/AST4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/AST4ADT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/CST6</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/CST6CDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/EST5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/EST5EDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/HST10</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/MST7</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/MST7MDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/PST8</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/PST8PDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/YST9</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Alaska</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Aleutian</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Central</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Eastern</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Hawaii</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Michigan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Mountain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Pacific</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Samoa</command:parameterValue>
          </command:parameterValueGroup>
          <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="18" aliases="none">
          <maml:name>Username</maml:name>
          <maml:description>
            <maml:para>Username of the Administrator.</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="19" aliases="none">
          <maml:name>UTCOffset</maml:name>
          <maml:description>
            <maml:para>UTC offset of the Administrator.</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="2" aliases="none">
          <maml:name>EmailAddress</maml:name>
          <maml:description>
            <maml:para>Email address of the Administrator.</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="3" aliases="none">
          <maml:name>FullName</maml:name>
          <maml:description>
            <maml:para>Full name of the Administrator.</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="4" aliases="none">
          <maml:name>Locale</maml:name>
          <maml:description>
            <maml:para>Locale of the Administrator.</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="5" aliases="none">
          <maml:name>MfaType</maml:name>
          <maml:description>
            <maml:para>Specifies the type of multi-factor authentication used to authenticate the Administrator. Defaults to none.</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="6" aliases="none">
          <maml:name>MobileNumber</maml:name>
          <maml:description>
            <maml:para>Mobile number of the Administrator.</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="7" aliases="none">
          <maml:name>PagerNumber</maml:name>
          <maml:description>
            <maml:para>Pager number of the Administrator.</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>Password</maml:name>
          <maml:description>
            <maml:para>Password of the Administrator.</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="9" aliases="none">
          <maml:name>PasswordNeverExpires</maml:name>
          <maml:description>
            <maml:para>Enabled if the Administrator's password never expires. Defaults to false.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Active</maml:name>
        <maml:description>
          <maml:para>If set to true, the Administrator can authenticate. If set to false, the Administrator is locked out.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Description of the Administrator.</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="2" aliases="none">
        <maml:name>EmailAddress</maml:name>
        <maml:description>
          <maml:para>Email address of the Administrator.</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="3" aliases="none">
        <maml:name>FullName</maml:name>
        <maml:description>
          <maml:para>Full name of the Administrator.</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="4" aliases="none">
        <maml:name>Locale</maml:name>
        <maml:description>
          <maml:para>Locale of the Administrator.</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="5" aliases="none">
        <maml:name>MfaType</maml:name>
        <maml:description>
          <maml:para>Specifies the type of multi-factor authentication used to authenticate the Administrator. Defaults to none.</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="6" aliases="none">
        <maml:name>MobileNumber</maml:name>
        <maml:description>
          <maml:para>Mobile number of the Administrator.</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="7" aliases="none">
        <maml:name>PagerNumber</maml:name>
        <maml:description>
          <maml:para>Pager number of the Administrator.</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>Password</maml:name>
        <maml:description>
          <maml:para>Password of the Administrator.</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="9" aliases="none">
        <maml:name>PasswordNeverExpires</maml:name>
        <maml:description>
          <maml:para>Enabled if the Administrator's password never expires. Defaults to false.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
        <maml:name>PhoneNumber</maml:name>
        <maml:description>
          <maml:para>Phone number of the Administrator.</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="11" aliases="none">
        <maml:name>PrimaryContact</maml:name>
        <maml:description>
          <maml:para>If set to true, the administrator is a primary contact. Primary contacts receive Deep Security as a Service account-related emails for that tenant. A valid emailAddress is required.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="12" aliases="none">
        <maml:name>ReceiveNotifications</maml:name>
        <maml:description>
          <maml:para>If set to true, alert emails will be sent to the Administrator. A valid emailAddress is required.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="13" aliases="none">
        <maml:name>ReportPDFPassword</maml:name>
        <maml:description>
          <maml:para>Password that protects the reports that the Administrator generates.</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="14" aliases="none">
        <maml:name>ReportPDFPasswordEnabled</maml:name>
        <maml:description>
          <maml:para>Controls whether the reports that the Administrator generates are password-protected. Set to true to password-protect, and false otherwise. Defaults to false.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="15" aliases="none">
        <maml:name>RoleID</maml:name>
        <maml:description>
          <maml:para>ID of the role assigned to the Administrator.</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="16" aliases="none">
        <maml:name>TimeFormat</maml:name>
        <maml:description>
          <maml:para>Time format preference of the Administrator. Can be either the 12-hour format or the 24-hour format.</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="17" aliases="none">
        <maml:name>TimeZone</maml:name>
        <maml:description>
          <maml:para>Time zone of the Administrator.</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="19" aliases="none">
        <maml:name>UTCOffset</maml:name>
        <maml:description>
          <maml:para>UTC offset of the Administrator.</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="18" aliases="none">
        <maml:name>Username</maml:name>
        <maml:description>
          <maml:para>Username of the Administrator.</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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; New-TmdsAdministrator -Active $true -Description "Description" -EmailAddress "a@email.com" -FullName "Full Name" -Locale "en-US" -MobileNumber "123456789" -PasswordNeverExpires $true -Password "ASecretPassWord" -TimeFormat 24 -TimeZone Africa/Accra -Username "UserName" -RoleID 1</dev:code>
        <dev:remarks>
          <maml:para>Creates a new Administrator in DSM. This is the same as Administrator -&gt; User Management -&gt; Users in the WebGUI.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsAdministratorRole</command:name>
      <command:verb>New</command:verb>
      <command:noun>TmdsAdministratorRole</command:noun>
      <maml:description>
        <maml:para>Creates a new Administrator Role.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new Administrator Role. This is the same as Administration -&gt; User Management -&gt; Roles in the WebGUI.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-TmdsAdministratorRole</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>AllComputers</maml:name>
          <maml:description>
            <maml:para>Controls whether or not the role is allowed to access all computers.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>AllowManageWorkloadSecurityLink</maml:name>
          <maml:description>
            <maml:para>Controls whether or not the role is allowed management of Workload Security Link.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
          <maml:name>Name</maml:name>
          <maml:description>
            <maml:para>Name of the administrator role.</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="11" aliases="none">
          <maml:name>PolicyIDs</maml:name>
          <maml:description>
            <maml:para>List of policy IDs that the role can access.</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="2" aliases="none">
          <maml:name>AllowMigration</maml:name>
          <maml:description>
            <maml:para>Controls whether or not the role is allowed migration to Workload Security.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>AllowUserInterface</maml:name>
          <maml:description>
            <maml:para>Controls whether or not the role is allowed to use the user interface.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>AllowWebService</maml:name>
          <maml:description>
            <maml:para>Controls whether or not the role is allowed to use the web service API.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>AllPolicies</maml:name>
          <maml:description>
            <maml:para>Controls whether or not the role is allowed to access all policies.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>CanOnlyManipulateUsersWithEqualOrLesserRights</maml:name>
          <maml:description>
            <maml:para>Controls whether or not the role can only manipulate users with equal or lesser rights.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>ComputerGroupIDs</maml:name>
          <maml:description>
            <maml:para>List of computer group IDs that the role can access. A group ID of '0' allows access to computers not in a computer group. Note that groups must be identified individually and that access to sub-groups is not automatically granted. Ignored if 'allComputers' is true.</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="8" aliases="none">
          <maml:name>ComputerIDs</maml:name>
          <maml:description>
            <maml:para>List of computer IDs that the role can access. Ignored if 'allComputers' is true.</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="9" aliases="none">
          <maml:name>Description</maml:name>
          <maml:description>
            <maml:para>Description of the administrator role.</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="0" aliases="none">
        <maml:name>AllComputers</maml:name>
        <maml:description>
          <maml:para>Controls whether or not the role is allowed to access all computers.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>AllPolicies</maml:name>
        <maml:description>
          <maml:para>Controls whether or not the role is allowed to access all policies.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>AllowManageWorkloadSecurityLink</maml:name>
        <maml:description>
          <maml:para>Controls whether or not the role is allowed management of Workload Security Link.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>AllowMigration</maml:name>
        <maml:description>
          <maml:para>Controls whether or not the role is allowed migration to Workload Security.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>AllowUserInterface</maml:name>
        <maml:description>
          <maml:para>Controls whether or not the role is allowed to use the user interface.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>AllowWebService</maml:name>
        <maml:description>
          <maml:para>Controls whether or not the role is allowed to use the web service API.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>CanOnlyManipulateUsersWithEqualOrLesserRights</maml:name>
        <maml:description>
          <maml:para>Controls whether or not the role can only manipulate users with equal or lesser rights.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>ComputerGroupIDs</maml:name>
        <maml:description>
          <maml:para>List of computer group IDs that the role can access. A group ID of '0' allows access to computers not in a computer group. Note that groups must be identified individually and that access to sub-groups is not automatically granted. Ignored if 'allComputers' is true.</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="8" aliases="none">
        <maml:name>ComputerIDs</maml:name>
        <maml:description>
          <maml:para>List of computer IDs that the role can access. Ignored if 'allComputers' is true.</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="9" aliases="none">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Description of the administrator role.</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="10" aliases="none">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Name of the administrator role.</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="11" aliases="none">
        <maml:name>PolicyIDs</maml:name>
        <maml:description>
          <maml:para>List of policy IDs that the role can access.</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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; New-TmdsAdministratorRole -AllComputers $true -AllowManageWorkloadSecurityLink $false -AllowMigration $false -AllowUserInterface $true -AllowWebService $true -AllPolicies $true -CanOnlyManipulateUsersWithEqualOrLesserRights $true -Description "Description" -Name "Name of Role"</dev:code>
        <dev:remarks>
          <maml:para>Creates a new role. This is the same as creating a role at Administration -&gt; User Management -&gt; Roles in the WebGUI.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsApiKey</command:name>
      <command:verb>New</command:verb>
      <command:noun>TmdsApiKey</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-TmdsApiKey</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Active</maml:name>
          <maml:description>
            <maml:para>{{ Fill Active Description }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Created</maml:name>
          <maml:description>
            <maml:para>{{ Fill Created Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Description</maml:name>
          <maml:description>
            <maml:para>{{ Fill Description Description }}</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="none">
          <maml:name>ExpiryDate</maml:name>
          <maml:description>
            <maml:para>{{ Fill ExpiryDate Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>KeyName</maml:name>
          <maml:description>
            <maml:para>{{ Fill KeyName Description }}</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="none">
          <maml:name>LastSignIn</maml:name>
          <maml:description>
            <maml:para>{{ Fill LastSignIn Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Locale</maml:name>
          <maml:description>
            <maml:para>{{ Fill Locale Description }}</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="none">
          <maml:name>RoleID</maml:name>
          <maml:description>
            <maml:para>{{ Fill RoleID Description }}</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="none">
          <maml:name>TimeZone</maml:name>
          <maml:description>
            <maml:para>{{ Fill TimeZone Description }}</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Africa/Abidjan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Accra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Addis_Ababa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Algiers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Asmera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bamako</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bangui</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Banjul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bissau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Blantyre</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Brazzaville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bujumbura</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Cairo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Casablanca</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Ceuta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Conakry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Dakar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Dar_es_Salaam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Djibouti</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Douala</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/El_Aaiun</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Freetown</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Gaborone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Harare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Johannesburg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Kampala</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Khartoum</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Kigali</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Kinshasa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lagos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Libreville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Luanda</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lubumbashi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lusaka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Malabo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Maputo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Maseru</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Mbabane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Mogadishu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Monrovia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Nairobi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Ndjamena</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Niamey</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Nouakchott</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Ouagadougou</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Sao_Tome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Timbuktu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Tripoli</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Tunis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Windhoek</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Adak</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Anchorage</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Anguilla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Antigua</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Araguaina</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Aruba</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Asuncion</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Atka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Barbados</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Belem</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Belize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Boa_Vista</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Bogota</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Boise</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Buenos_Aires</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cambridge_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cancun</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Caracas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Catamarca</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cayenne</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cayman</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Chicago</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Chihuahua</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cordoba</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Costa_Rica</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cuiaba</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Curacao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Danmarkshavn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Dawson</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Dawson_Creek</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Denver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Detroit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Dominica</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Edmonton</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Eirunepe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/El_Salvador</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Ensenada</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Fort_Wayne</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Fortaleza</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Glace_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Godthab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Goose_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Grand_Turk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Grenada</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guadeloupe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guatemala</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guayaquil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guyana</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Halifax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Havana</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Hermosillo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Indianapolis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Inuvik</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Iqaluit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Jamaica</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Jujuy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Juneau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Knox_IN</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/La_Paz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Lima</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Los_Angeles</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Louisville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Maceio</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Managua</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Manaus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Martinique</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Mazatlan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Mendoza</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Menominee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Merida</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Mexico_City</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Miquelon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Monterrey</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Montevideo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Montreal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Montserrat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Nassau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/New_York</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Nipigon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Nome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Noronha</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Panama</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Pangnirtung</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Paramaribo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Phoenix</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Port_of_Spain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Porto_Acre</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Porto_Velho</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Puerto_Rico</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rainy_River</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rankin_Inlet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Recife</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Regina</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rio_Branco</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rosario</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Santiago</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Santo_Domingo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Sao_Paulo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Scoresbysund</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Shiprock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Johns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Kitts</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Lucia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Thomas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Vincent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Swift_Current</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Tegucigalpa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Thule</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Thunder_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Tortola</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Vancouver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Virgin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Whitehorse</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Winnipeg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Yakutat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Yellowknife</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Casey</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Davis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/DumontDUrville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Mawson</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/McMurdo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Palmer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Rothera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/South_Pole</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Syowa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Vostok</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Arctic/Longyearbyen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Aden</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Almaty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Amman</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Anadyr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Aqtau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Aqtobe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ashgabat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ashkhabad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Baghdad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Bahrain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Baku</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Bangkok</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Beirut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Bishkek</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Brunei</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Calcutta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Choibalsan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Chongqing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Chungking</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Colombo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dacca</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Damascus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dhaka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dili</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dubai</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dushanbe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Gaza</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Harbin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Hong_Kong</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Hovd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Irkutsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Istanbul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Jakarta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Jayapura</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Jerusalem</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kabul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kamchatka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Karachi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kashgar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Katmandu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Krasnoyarsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kuala_Lumpur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kuching</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kuwait</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Macao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Macau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Magadan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Makassar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Manila</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Muscat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Nicosia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Novosibirsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Omsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Oral</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Phnom_Penh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Pontianak</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Pyongyang</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Qatar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Qyzylorda</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Rangoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Riyadh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Saigon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Sakhalin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Samarkand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Seoul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Shanghai</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Singapore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Taipei</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tashkent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tbilisi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tehran</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tel_Aviv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Thimbu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Thimphu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tokyo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ujung_Pandang</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ulaanbaatar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ulan_Bator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Urumqi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Vientiane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Vladivostok</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Yakutsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Yekaterinburg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Yerevan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Azores</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Bermuda</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Canary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Cape_Verde</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Faeroe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Jan_Mayen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Madeira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Reykjavik</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/South_Georgia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/St_Helena</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Stanley</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/ACT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Adelaide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Brisbane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Broken_Hill</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Canberra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Darwin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Hobart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/LHI</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Lindeman</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Lord_Howe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Melbourne</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/North</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/NSW</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Perth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Queensland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/South</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Sydney</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Tasmania</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Victoria</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/West</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Yancowinna</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/Acre</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/DeNoronha</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/East</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/West</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Atlantic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Central</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Eastern</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Mountain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Newfoundland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Pacific</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Saskatchewan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Yukon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Chile/Continental</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Chile/EasterIsland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/GMT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/GMT0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/Greenwich</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/UCT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/Universal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/UTC</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/Zulu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Amsterdam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Andorra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Athens</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Belfast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Belgrade</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Berlin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Bratislava</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Brussels</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Bucharest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Budapest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Chisinau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Copenhagen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Dublin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Gibraltar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Helsinki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Istanbul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Kaliningrad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Kiev</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Lisbon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Ljubljana</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/London</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Luxembourg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Madrid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Malta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Minsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Monaco</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Moscow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Nicosia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Oslo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Paris</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Prague</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Riga</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Rome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Samara</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/San_Marino</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Sarajevo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Simferopol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Skopje</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Sofia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Stockholm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Tallinn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Tirane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Tiraspol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Uzhgorod</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vaduz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vatican</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vienna</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vilnius</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Warsaw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Zagreb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Zaporozhye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Zurich</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Antananarivo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Chagos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Christmas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Cocos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Comoro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Kerguelen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Mahe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Maldives</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Mauritius</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Mayotte</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Reunion</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Mexico/BajaNorte</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Mexico/BajaSur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Mexico/General</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Apia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Auckland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Chatham</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Easter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Efate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Enderbury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Fakaofo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Fiji</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Funafuti</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Galapagos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Gambier</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Guadalcanal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Guam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Honolulu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Johnston</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Kiritimati</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Kosrae</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Kwajalein</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Majuro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Marquesas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Midway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Nauru</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Niue</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Norfolk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Noumea</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Pago_Pago</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Palau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Pitcairn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Ponape</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Port_Moresby</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Rarotonga</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Saipan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Samoa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Tahiti</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Tarawa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Tongatapu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Truk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Wake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Wallis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Yap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/AST4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/AST4ADT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/CST6</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/CST6CDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/EST5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/EST5EDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/HST10</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/MST7</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/MST7MDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/PST8</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/PST8PDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/YST9</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Alaska</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Aleutian</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Central</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Eastern</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Hawaii</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Michigan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Mountain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Pacific</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Samoa</command:parameterValue>
          </command:parameterValueGroup>
          <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="none">
          <maml:name>UnlockTime</maml:name>
          <maml:description>
            <maml:para>{{ Fill UnlockTime Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UnsuccessfulSignInAttempts</maml:name>
          <maml:description>
            <maml:para>{{ Fill UnsuccessfulSignInAttempts Description }}</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:syntaxItem>
        <maml:name>New-TmdsApiKey</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Active</maml:name>
          <maml:description>
            <maml:para>{{ Fill Active Description }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Created</maml:name>
          <maml:description>
            <maml:para>{{ Fill Created Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Description</maml:name>
          <maml:description>
            <maml:para>{{ Fill Description Description }}</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="none">
          <maml:name>ExpiryDate</maml:name>
          <maml:description>
            <maml:para>{{ Fill ExpiryDate Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>KeyName</maml:name>
          <maml:description>
            <maml:para>{{ Fill KeyName Description }}</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="none">
          <maml:name>LastSignIn</maml:name>
          <maml:description>
            <maml:para>{{ Fill LastSignIn Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Locale</maml:name>
          <maml:description>
            <maml:para>{{ Fill Locale Description }}</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="none">
          <maml:name>RoleName</maml:name>
          <maml:description>
            <maml:para>{{ Fill RoleName Description }}</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="none">
          <maml:name>TimeZone</maml:name>
          <maml:description>
            <maml:para>{{ Fill TimeZone Description }}</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Africa/Abidjan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Accra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Addis_Ababa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Algiers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Asmera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bamako</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bangui</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Banjul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bissau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Blantyre</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Brazzaville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bujumbura</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Cairo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Casablanca</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Ceuta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Conakry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Dakar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Dar_es_Salaam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Djibouti</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Douala</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/El_Aaiun</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Freetown</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Gaborone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Harare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Johannesburg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Kampala</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Khartoum</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Kigali</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Kinshasa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lagos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Libreville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Luanda</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lubumbashi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lusaka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Malabo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Maputo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Maseru</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Mbabane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Mogadishu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Monrovia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Nairobi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Ndjamena</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Niamey</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Nouakchott</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Ouagadougou</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Sao_Tome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Timbuktu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Tripoli</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Tunis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Windhoek</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Adak</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Anchorage</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Anguilla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Antigua</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Araguaina</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Aruba</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Asuncion</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Atka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Barbados</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Belem</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Belize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Boa_Vista</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Bogota</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Boise</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Buenos_Aires</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cambridge_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cancun</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Caracas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Catamarca</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cayenne</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cayman</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Chicago</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Chihuahua</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cordoba</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Costa_Rica</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cuiaba</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Curacao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Danmarkshavn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Dawson</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Dawson_Creek</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Denver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Detroit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Dominica</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Edmonton</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Eirunepe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/El_Salvador</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Ensenada</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Fort_Wayne</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Fortaleza</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Glace_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Godthab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Goose_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Grand_Turk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Grenada</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guadeloupe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guatemala</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guayaquil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guyana</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Halifax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Havana</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Hermosillo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Indianapolis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Inuvik</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Iqaluit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Jamaica</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Jujuy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Juneau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Knox_IN</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/La_Paz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Lima</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Los_Angeles</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Louisville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Maceio</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Managua</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Manaus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Martinique</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Mazatlan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Mendoza</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Menominee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Merida</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Mexico_City</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Miquelon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Monterrey</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Montevideo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Montreal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Montserrat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Nassau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/New_York</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Nipigon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Nome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Noronha</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Panama</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Pangnirtung</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Paramaribo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Phoenix</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Port_of_Spain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Porto_Acre</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Porto_Velho</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Puerto_Rico</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rainy_River</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rankin_Inlet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Recife</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Regina</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rio_Branco</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rosario</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Santiago</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Santo_Domingo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Sao_Paulo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Scoresbysund</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Shiprock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Johns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Kitts</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Lucia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Thomas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Vincent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Swift_Current</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Tegucigalpa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Thule</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Thunder_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Tortola</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Vancouver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Virgin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Whitehorse</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Winnipeg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Yakutat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Yellowknife</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Casey</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Davis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/DumontDUrville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Mawson</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/McMurdo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Palmer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Rothera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/South_Pole</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Syowa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Vostok</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Arctic/Longyearbyen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Aden</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Almaty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Amman</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Anadyr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Aqtau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Aqtobe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ashgabat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ashkhabad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Baghdad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Bahrain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Baku</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Bangkok</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Beirut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Bishkek</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Brunei</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Calcutta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Choibalsan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Chongqing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Chungking</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Colombo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dacca</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Damascus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dhaka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dili</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dubai</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dushanbe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Gaza</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Harbin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Hong_Kong</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Hovd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Irkutsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Istanbul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Jakarta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Jayapura</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Jerusalem</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kabul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kamchatka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Karachi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kashgar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Katmandu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Krasnoyarsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kuala_Lumpur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kuching</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kuwait</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Macao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Macau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Magadan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Makassar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Manila</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Muscat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Nicosia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Novosibirsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Omsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Oral</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Phnom_Penh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Pontianak</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Pyongyang</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Qatar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Qyzylorda</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Rangoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Riyadh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Saigon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Sakhalin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Samarkand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Seoul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Shanghai</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Singapore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Taipei</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tashkent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tbilisi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tehran</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tel_Aviv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Thimbu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Thimphu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tokyo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ujung_Pandang</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ulaanbaatar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ulan_Bator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Urumqi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Vientiane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Vladivostok</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Yakutsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Yekaterinburg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Yerevan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Azores</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Bermuda</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Canary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Cape_Verde</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Faeroe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Jan_Mayen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Madeira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Reykjavik</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/South_Georgia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/St_Helena</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Stanley</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/ACT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Adelaide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Brisbane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Broken_Hill</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Canberra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Darwin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Hobart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/LHI</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Lindeman</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Lord_Howe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Melbourne</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/North</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/NSW</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Perth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Queensland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/South</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Sydney</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Tasmania</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Victoria</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/West</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Yancowinna</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/Acre</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/DeNoronha</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/East</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/West</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Atlantic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Central</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Eastern</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Mountain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Newfoundland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Pacific</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Saskatchewan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Yukon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Chile/Continental</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Chile/EasterIsland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/GMT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/GMT0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/Greenwich</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/UCT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/Universal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/UTC</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/Zulu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Amsterdam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Andorra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Athens</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Belfast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Belgrade</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Berlin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Bratislava</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Brussels</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Bucharest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Budapest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Chisinau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Copenhagen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Dublin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Gibraltar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Helsinki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Istanbul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Kaliningrad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Kiev</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Lisbon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Ljubljana</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/London</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Luxembourg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Madrid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Malta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Minsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Monaco</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Moscow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Nicosia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Oslo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Paris</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Prague</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Riga</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Rome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Samara</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/San_Marino</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Sarajevo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Simferopol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Skopje</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Sofia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Stockholm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Tallinn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Tirane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Tiraspol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Uzhgorod</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vaduz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vatican</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vienna</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vilnius</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Warsaw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Zagreb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Zaporozhye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Zurich</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Antananarivo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Chagos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Christmas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Cocos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Comoro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Kerguelen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Mahe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Maldives</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Mauritius</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Mayotte</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Reunion</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Mexico/BajaNorte</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Mexico/BajaSur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Mexico/General</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Apia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Auckland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Chatham</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Easter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Efate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Enderbury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Fakaofo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Fiji</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Funafuti</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Galapagos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Gambier</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Guadalcanal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Guam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Honolulu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Johnston</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Kiritimati</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Kosrae</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Kwajalein</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Majuro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Marquesas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Midway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Nauru</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Niue</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Norfolk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Noumea</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Pago_Pago</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Palau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Pitcairn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Ponape</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Port_Moresby</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Rarotonga</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Saipan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Samoa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Tahiti</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Tarawa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Tongatapu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Truk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Wake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Wallis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Yap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/AST4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/AST4ADT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/CST6</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/CST6CDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/EST5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/EST5EDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/HST10</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/MST7</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/MST7MDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/PST8</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/PST8PDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/YST9</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Alaska</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Aleutian</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Central</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Eastern</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Hawaii</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Michigan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Mountain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Pacific</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Samoa</command:parameterValue>
          </command:parameterValueGroup>
          <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="none">
          <maml:name>UnlockTime</maml:name>
          <maml:description>
            <maml:para>{{ Fill UnlockTime Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UnsuccessfulSignInAttempts</maml:name>
          <maml:description>
            <maml:para>{{ Fill UnsuccessfulSignInAttempts Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Active</maml:name>
        <maml:description>
          <maml:para>{{ Fill Active Description }}</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Created</maml:name>
        <maml:description>
          <maml:para>{{ Fill Created Description }}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>{{ Fill Description Description }}</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="none">
        <maml:name>ExpiryDate</maml:name>
        <maml:description>
          <maml:para>{{ Fill ExpiryDate Description }}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>KeyName</maml:name>
        <maml:description>
          <maml:para>{{ Fill KeyName Description }}</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="none">
        <maml:name>LastSignIn</maml:name>
        <maml:description>
          <maml:para>{{ Fill LastSignIn Description }}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Locale</maml:name>
        <maml:description>
          <maml:para>{{ Fill Locale Description }}</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="none">
        <maml:name>RoleID</maml:name>
        <maml:description>
          <maml:para>{{ Fill RoleID Description }}</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="none">
        <maml:name>RoleName</maml:name>
        <maml:description>
          <maml:para>{{ Fill RoleName Description }}</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="none">
        <maml:name>TimeZone</maml:name>
        <maml:description>
          <maml:para>{{ Fill TimeZone Description }}</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="none">
        <maml:name>UnlockTime</maml:name>
        <maml:description>
          <maml:para>{{ Fill UnlockTime Description }}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UnsuccessfulSignInAttempts</maml:name>
        <maml:description>
          <maml:para>{{ Fill UnsuccessfulSignInAttempts Description }}</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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsApiKeySecretKey</command:name>
      <command:verb>New</command:verb>
      <command:noun>TmdsApiKeySecretKey</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-TmdsApiKeySecretKey</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>ApiKeyId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ApiKeyId Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>ApiKeyId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ApiKeyId Description }}</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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsComputer</command:name>
      <command:verb>New</command:verb>
      <command:noun>TmdsComputer</command:noun>
      <maml:description>
        <maml:para>Create a new computer.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new computer object in DSM.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-TmdsComputer</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Description</maml:name>
          <maml:description>
            <maml:para>Description of the computer.</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="1" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:description>
            <maml:para>Display name of the computer.</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="2" aliases="none">
          <maml:name>HostName</maml:name>
          <maml:description>
            <maml:para>Hostname of the computer.</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="3" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:description>
            <maml:para>ID of the computer group to which the computer belongs.</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="4" aliases="none">
          <maml:name>AssetImportanceId</maml:name>
          <maml:description>
            <maml:para>ID of the asset importance assigned to the computer.</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="5" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:description>
            <maml:para>ID of the policy assigned to the computer.</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="6" aliases="none">
          <maml:name>RelayListId</maml:name>
          <maml:description>
            <maml:para>ID of the relay list that is assigned to the computer.</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="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>AssetImportanceId</maml:name>
        <maml:description>
          <maml:para>ID of the asset importance assigned to the computer.</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="0" aliases="none">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Description of the computer.</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="1" aliases="none">
        <maml:name>DisplayName</maml:name>
        <maml:description>
          <maml:para>Display name of the computer.</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="3" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>ID of the computer group to which the computer belongs.</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="2" aliases="none">
        <maml:name>HostName</maml:name>
        <maml:description>
          <maml:para>Hostname of the computer.</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="5" aliases="none">
        <maml:name>PolicyId</maml:name>
        <maml:description>
          <maml:para>ID of the policy assigned to the computer.</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="6" aliases="none">
        <maml:name>RelayListId</maml:name>
        <maml:description>
          <maml:para>ID of the relay list that is assigned to the computer.</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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; New-TmdsComputer -Description "a description" -DisplayName "dc1.company.com" -HostName "dc1.company.com" -AssetImportanceId 1 -PolicyId 1</dev:code>
        <dev:remarks>
          <maml:para>Create a new computer in DSM with Asset Importance 1 and bind policy 1 to the object.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsContact</command:name>
      <command:verb>New</command:verb>
      <command:noun>TmdsContact</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-TmdsContact</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Description</maml:name>
          <maml:description>
            <maml:para>{{ Fill Description Description }}</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="1" aliases="none">
          <maml:name>EmailAddress</maml:name>
          <maml:description>
            <maml:para>{{ Fill EmailAddress Description }}</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="2" aliases="none">
          <maml:name>Locale</maml:name>
          <maml:description>
            <maml:para>{{ Fill Locale Description }}</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="3" aliases="none">
          <maml:name>MobileNumber</maml:name>
          <maml:description>
            <maml:para>{{ Fill MobileNumber Description }}</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="4" aliases="none">
          <maml:name>Name</maml:name>
          <maml:description>
            <maml:para>{{ Fill Name Description }}</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="5" aliases="none">
          <maml:name>PagerNumber</maml:name>
          <maml:description>
            <maml:para>{{ Fill PagerNumber Description }}</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="6" aliases="none">
          <maml:name>PhoneNumber</maml:name>
          <maml:description>
            <maml:para>{{ Fill PhoneNumber Description }}</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="7" aliases="none">
          <maml:name>ReportPDFPassword</maml:name>
          <maml:description>
            <maml:para>{{ Fill ReportPDFPassword Description }}</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>ReportPDFPasswordEnabled</maml:name>
          <maml:description>
            <maml:para>{{ Fill ReportPDFPasswordEnabled Description }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>RoleID</maml:name>
          <maml:description>
            <maml:para>{{ Fill RoleID Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>{{ Fill Description Description }}</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="1" aliases="none">
        <maml:name>EmailAddress</maml:name>
        <maml:description>
          <maml:para>{{ Fill EmailAddress Description }}</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="2" aliases="none">
        <maml:name>Locale</maml:name>
        <maml:description>
          <maml:para>{{ Fill Locale Description }}</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="3" aliases="none">
        <maml:name>MobileNumber</maml:name>
        <maml:description>
          <maml:para>{{ Fill MobileNumber Description }}</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="4" aliases="none">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>{{ Fill Name Description }}</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="5" aliases="none">
        <maml:name>PagerNumber</maml:name>
        <maml:description>
          <maml:para>{{ Fill PagerNumber Description }}</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="6" aliases="none">
        <maml:name>PhoneNumber</maml:name>
        <maml:description>
          <maml:para>{{ Fill PhoneNumber Description }}</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="7" aliases="none">
        <maml:name>ReportPDFPassword</maml:name>
        <maml:description>
          <maml:para>{{ Fill ReportPDFPassword Description }}</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>ReportPDFPasswordEnabled</maml:name>
        <maml:description>
          <maml:para>{{ Fill ReportPDFPasswordEnabled Description }}</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>RoleID</maml:name>
        <maml:description>
          <maml:para>{{ Fill RoleID Description }}</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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-TmdsPolicy</command:name>
      <command:verb>New</command:verb>
      <command:noun>TmdsPolicy</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-TmdsPolicy</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Name</maml:name>
          <maml:description>
            <maml:para>{{ Fill Name Description }}</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="1" aliases="none">
          <maml:name>Description</maml:name>
          <maml:description>
            <maml:para>{{ Fill Description Description }}</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="10" aliases="none">
          <maml:name>WebReputationState</maml:name>
          <maml:description>
            <maml:para>{{ Fill WebReputationState Description }}</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">inherited</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">off</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>ParentId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ParentId Description }}</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="3" aliases="none">
          <maml:name>AutoRequiresUpdate</maml:name>
          <maml:description>
            <maml:para>{{ Fill AutoRequiresUpdate Description }}</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">off</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>RecommendationScanMode</maml:name>
          <maml:description>
            <maml:para>{{ Fill RecommendationScanMode Description }}</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ongoing</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>AntiMalwareState</maml:name>
          <maml:description>
            <maml:para>{{ Fill AntiMalwareState Description }}</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">inherited</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">off</command:parameterValue>
          </command:parameterValueGroup>
          <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="6" aliases="none">
          <maml:name>AntiMalwareManualScanConfigurationID</maml:name>
          <maml:description>
            <maml:para>{{ Fill AntiMalwareManualScanConfigurationID Description }}</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="7" aliases="none">
          <maml:name>AntiMalwareRealTimeScanConfigurationID</maml:name>
          <maml:description>
            <maml:para>{{ Fill AntiMalwareRealTimeScanConfigurationID Description }}</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="8" aliases="none">
          <maml:name>AntiMalwareRealTimeScanScheduleID</maml:name>
          <maml:description>
            <maml:para>{{ Fill AntiMalwareRealTimeScanScheduleID Description }}</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="9" aliases="none">
          <maml:name>AntiMalwareScheduledScanConfigurationID</maml:name>
          <maml:description>
            <maml:para>{{ Fill AntiMalwareScheduledScanConfigurationID Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>AntiMalwareManualScanConfigurationID</maml:name>
        <maml:description>
          <maml:para>{{ Fill AntiMalwareManualScanConfigurationID Description }}</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="7" aliases="none">
        <maml:name>AntiMalwareRealTimeScanConfigurationID</maml:name>
        <maml:description>
          <maml:para>{{ Fill AntiMalwareRealTimeScanConfigurationID Description }}</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="8" aliases="none">
        <maml:name>AntiMalwareRealTimeScanScheduleID</maml:name>
        <maml:description>
          <maml:para>{{ Fill AntiMalwareRealTimeScanScheduleID Description }}</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="9" aliases="none">
        <maml:name>AntiMalwareScheduledScanConfigurationID</maml:name>
        <maml:description>
          <maml:para>{{ Fill AntiMalwareScheduledScanConfigurationID Description }}</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="5" aliases="none">
        <maml:name>AntiMalwareState</maml:name>
        <maml:description>
          <maml:para>{{ Fill AntiMalwareState Description }}</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="3" aliases="none">
        <maml:name>AutoRequiresUpdate</maml:name>
        <maml:description>
          <maml:para>{{ Fill AutoRequiresUpdate Description }}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>{{ Fill Description Description }}</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="False" position="0" aliases="none">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>{{ Fill Name Description }}</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="2" aliases="none">
        <maml:name>ParentId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ParentId Description }}</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="4" aliases="none">
        <maml:name>RecommendationScanMode</maml:name>
        <maml:description>
          <maml:para>{{ Fill RecommendationScanMode Description }}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
        <maml:name>WebReputationState</maml:name>
        <maml:description>
          <maml:para>{{ Fill WebReputationState Description }}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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>Remove-TmdsAdministrator</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>TmdsAdministrator</command:noun>
      <maml:description>
        <maml:para>Removes a administrator.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Removes a administrator. This is the same as Administration -&gt; User Management -&gt; Users in the WebGUI.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-TmdsAdministrator</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>AdministratorId</maml:name>
          <maml:description>
            <maml:para>Id of administrator.</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="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:syntaxItem>
        <maml:name>Remove-TmdsAdministrator</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="False" position="named" aliases="none">
          <maml:name>UserName</maml:name>
          <maml:description>
            <maml:para>UserName of administrator.</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="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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
        <maml:name>AdministratorId</maml:name>
        <maml:description>
          <maml:para>Id of administrator.</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="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="False" position="named" aliases="none">
        <maml:name>UserName</maml:name>
        <maml:description>
          <maml:para>UserName of administrator.</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="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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; Remove-TmdsAdministrator -AdministratorId 5</dev:code>
        <dev:remarks>
          <maml:para>Removes a administrator with Id 5.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-TmdsAdministrator -UserName Administrator</dev:code>
        <dev:remarks>
          <maml:para>Removes the administrator with UserName Administrator. If you press Ctrl + Space you get argument completer.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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>Remove-TmdsAdministratorRole</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>TmdsAdministratorRole</command:noun>
      <maml:description>
        <maml:para>Removes a role.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Removes a role. This is the same as Administration -&gt; User Management -&gt; Roles in the WebGUI.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-TmdsAdministratorRole</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id, RoleId">
          <maml:name>AdministratorRoleId</maml:name>
          <maml:description>
            <maml:para>Id of role.</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="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:syntaxItem>
        <maml:name>Remove-TmdsAdministratorRole</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="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:description>
            <maml:para>Name of role.</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="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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id, RoleId">
        <maml:name>AdministratorRoleId</maml:name>
        <maml:description>
          <maml:para>Id of role.</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="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="False" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Name of role.</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="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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; Remove-TmdsAdministratorRole -AdministratorRoleId 5</dev:code>
        <dev:remarks>
          <maml:para>Removes role with Id 5.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-TmdsAdministratorRole -Name "Auditor"</dev:code>
        <dev:remarks>
          <maml:para>Removes role with Name Auditor. If you press Ctrl + Space you get argument completer.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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>Remove-TmdsApiKey</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>TmdsApiKey</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-TmdsApiKey</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>ApiKeyId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ApiKeyId Description }}</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="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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
        <maml:name>ApiKeyId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ApiKeyId Description }}</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="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="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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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>Remove-TmdsComputer</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>TmdsComputer</command:noun>
      <maml:description>
        <maml:para>Delete a computer by Id or by HostName in Deep Security Manager.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>You can specify either the Id or the HostName of a computer object in DSM to remove it. You can use Tab or Ctrl + Space to see all computer objects in DSM.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-TmdsComputer</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>ComputerId</maml:name>
          <maml:description>
            <maml:para>Computer objects Id in DSM.</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="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:syntaxItem>
        <maml:name>Remove-TmdsComputer</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="False" position="named" aliases="none">
          <maml:name>HostName</maml:name>
          <maml:description>
            <maml:para>HostName in DSM.</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="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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
        <maml:name>ComputerId</maml:name>
        <maml:description>
          <maml:para>Computer objects Id in DSM.</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="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="False" position="named" aliases="none">
        <maml:name>HostName</maml:name>
        <maml:description>
          <maml:para>HostName in DSM.</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="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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; Remove-TmdsComputer -HostName dc1.company.com</dev:code>
        <dev:remarks>
          <maml:para>Remove computer object with hostname dc1.company.com from DSM.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-TmdsComputer -ComputerId 1</dev:code>
        <dev:remarks>
          <maml:para>Remove computer object with Id 1 from DSM.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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>Remove-TmdsContact</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>TmdsContact</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-TmdsContact</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>ContactId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ContactId Description }}</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="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="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="False" position="0" aliases="none">
        <maml:name>ContactId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ContactId Description }}</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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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>Set-TmdsAdministrator</command:name>
      <command:verb>Set</command:verb>
      <command:noun>TmdsAdministrator</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-TmdsAdministrator</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Active</maml:name>
          <maml:description>
            <maml:para>{{ Fill Active Description }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>AdministratorId</maml:name>
          <maml:description>
            <maml:para>{{ Fill AdministratorId Description }}</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="none">
          <maml:name>Description</maml:name>
          <maml:description>
            <maml:para>{{ Fill Description Description }}</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="none">
          <maml:name>EmailAddress</maml:name>
          <maml:description>
            <maml:para>{{ Fill EmailAddress Description }}</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="none">
          <maml:name>FullName</maml:name>
          <maml:description>
            <maml:para>{{ Fill FullName Description }}</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="none">
          <maml:name>Locale</maml:name>
          <maml:description>
            <maml:para>{{ Fill Locale Description }}</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="none">
          <maml:name>MfaType</maml:name>
          <maml:description>
            <maml:para>{{ Fill MfaType Description }}</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="none">
          <maml:name>MobileNumber</maml:name>
          <maml:description>
            <maml:para>{{ Fill MobileNumber Description }}</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="none">
          <maml:name>PagerNumber</maml:name>
          <maml:description>
            <maml:para>{{ Fill PagerNumber Description }}</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="none">
          <maml:name>Password</maml:name>
          <maml:description>
            <maml:para>{{ Fill Password Description }}</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="named" aliases="none">
          <maml:name>PasswordNeverExpires</maml:name>
          <maml:description>
            <maml:para>{{ Fill PasswordNeverExpires Description }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PhoneNumber</maml:name>
          <maml:description>
            <maml:para>{{ Fill PhoneNumber Description }}</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="none">
          <maml:name>PrimaryContact</maml:name>
          <maml:description>
            <maml:para>{{ Fill PrimaryContact Description }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ReceiveNotifications</maml:name>
          <maml:description>
            <maml:para>{{ Fill ReceiveNotifications Description }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ReportPDFPassword</maml:name>
          <maml:description>
            <maml:para>{{ Fill ReportPDFPassword Description }}</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="named" aliases="none">
          <maml:name>ReportPDFPasswordEnabled</maml:name>
          <maml:description>
            <maml:para>{{ Fill ReportPDFPasswordEnabled Description }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RoleID</maml:name>
          <maml:description>
            <maml:para>{{ Fill RoleID Description }}</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="none">
          <maml:name>TimeFormat</maml:name>
          <maml:description>
            <maml:para>{{ Fill TimeFormat Description }}</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">12</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">24</command:parameterValue>
          </command:parameterValueGroup>
          <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="none">
          <maml:name>TimeZone</maml:name>
          <maml:description>
            <maml:para>{{ Fill TimeZone Description }}</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Africa/Abidjan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Accra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Addis_Ababa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Algiers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Asmera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bamako</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bangui</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Banjul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bissau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Blantyre</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Brazzaville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bujumbura</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Cairo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Casablanca</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Ceuta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Conakry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Dakar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Dar_es_Salaam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Djibouti</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Douala</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/El_Aaiun</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Freetown</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Gaborone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Harare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Johannesburg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Kampala</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Khartoum</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Kigali</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Kinshasa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lagos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Libreville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Luanda</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lubumbashi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lusaka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Malabo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Maputo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Maseru</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Mbabane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Mogadishu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Monrovia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Nairobi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Ndjamena</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Niamey</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Nouakchott</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Ouagadougou</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Sao_Tome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Timbuktu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Tripoli</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Tunis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Windhoek</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Adak</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Anchorage</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Anguilla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Antigua</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Araguaina</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Aruba</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Asuncion</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Atka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Barbados</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Belem</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Belize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Boa_Vista</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Bogota</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Boise</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Buenos_Aires</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cambridge_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cancun</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Caracas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Catamarca</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cayenne</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cayman</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Chicago</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Chihuahua</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cordoba</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Costa_Rica</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cuiaba</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Curacao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Danmarkshavn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Dawson</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Dawson_Creek</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Denver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Detroit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Dominica</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Edmonton</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Eirunepe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/El_Salvador</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Ensenada</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Fort_Wayne</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Fortaleza</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Glace_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Godthab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Goose_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Grand_Turk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Grenada</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guadeloupe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guatemala</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guayaquil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guyana</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Halifax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Havana</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Hermosillo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Indianapolis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Inuvik</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Iqaluit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Jamaica</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Jujuy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Juneau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Knox_IN</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/La_Paz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Lima</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Los_Angeles</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Louisville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Maceio</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Managua</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Manaus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Martinique</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Mazatlan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Mendoza</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Menominee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Merida</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Mexico_City</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Miquelon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Monterrey</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Montevideo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Montreal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Montserrat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Nassau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/New_York</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Nipigon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Nome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Noronha</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Panama</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Pangnirtung</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Paramaribo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Phoenix</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Port_of_Spain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Porto_Acre</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Porto_Velho</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Puerto_Rico</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rainy_River</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rankin_Inlet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Recife</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Regina</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rio_Branco</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rosario</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Santiago</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Santo_Domingo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Sao_Paulo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Scoresbysund</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Shiprock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Johns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Kitts</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Lucia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Thomas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Vincent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Swift_Current</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Tegucigalpa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Thule</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Thunder_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Tortola</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Vancouver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Virgin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Whitehorse</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Winnipeg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Yakutat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Yellowknife</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Casey</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Davis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/DumontDUrville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Mawson</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/McMurdo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Palmer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Rothera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/South_Pole</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Syowa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Vostok</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Arctic/Longyearbyen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Aden</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Almaty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Amman</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Anadyr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Aqtau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Aqtobe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ashgabat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ashkhabad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Baghdad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Bahrain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Baku</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Bangkok</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Beirut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Bishkek</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Brunei</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Calcutta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Choibalsan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Chongqing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Chungking</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Colombo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dacca</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Damascus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dhaka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dili</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dubai</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dushanbe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Gaza</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Harbin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Hong_Kong</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Hovd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Irkutsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Istanbul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Jakarta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Jayapura</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Jerusalem</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kabul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kamchatka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Karachi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kashgar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Katmandu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Krasnoyarsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kuala_Lumpur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kuching</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kuwait</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Macao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Macau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Magadan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Makassar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Manila</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Muscat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Nicosia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Novosibirsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Omsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Oral</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Phnom_Penh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Pontianak</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Pyongyang</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Qatar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Qyzylorda</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Rangoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Riyadh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Saigon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Sakhalin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Samarkand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Seoul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Shanghai</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Singapore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Taipei</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tashkent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tbilisi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tehran</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tel_Aviv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Thimbu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Thimphu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tokyo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ujung_Pandang</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ulaanbaatar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ulan_Bator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Urumqi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Vientiane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Vladivostok</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Yakutsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Yekaterinburg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Yerevan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Azores</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Bermuda</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Canary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Cape_Verde</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Faeroe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Jan_Mayen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Madeira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Reykjavik</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/South_Georgia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/St_Helena</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Stanley</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/ACT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Adelaide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Brisbane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Broken_Hill</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Canberra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Darwin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Hobart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/LHI</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Lindeman</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Lord_Howe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Melbourne</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/North</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/NSW</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Perth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Queensland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/South</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Sydney</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Tasmania</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Victoria</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/West</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Yancowinna</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/Acre</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/DeNoronha</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/East</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/West</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Atlantic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Central</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Eastern</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Mountain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Newfoundland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Pacific</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Saskatchewan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Yukon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Chile/Continental</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Chile/EasterIsland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/GMT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/GMT0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/Greenwich</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/UCT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/Universal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/UTC</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/Zulu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Amsterdam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Andorra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Athens</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Belfast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Belgrade</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Berlin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Bratislava</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Brussels</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Bucharest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Budapest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Chisinau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Copenhagen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Dublin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Gibraltar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Helsinki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Istanbul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Kaliningrad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Kiev</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Lisbon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Ljubljana</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/London</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Luxembourg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Madrid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Malta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Minsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Monaco</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Moscow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Nicosia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Oslo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Paris</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Prague</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Riga</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Rome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Samara</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/San_Marino</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Sarajevo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Simferopol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Skopje</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Sofia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Stockholm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Tallinn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Tirane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Tiraspol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Uzhgorod</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vaduz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vatican</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vienna</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vilnius</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Warsaw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Zagreb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Zaporozhye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Zurich</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Antananarivo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Chagos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Christmas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Cocos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Comoro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Kerguelen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Mahe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Maldives</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Mauritius</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Mayotte</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Reunion</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Mexico/BajaNorte</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Mexico/BajaSur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Mexico/General</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Apia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Auckland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Chatham</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Easter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Efate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Enderbury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Fakaofo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Fiji</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Funafuti</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Galapagos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Gambier</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Guadalcanal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Guam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Honolulu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Johnston</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Kiritimati</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Kosrae</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Kwajalein</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Majuro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Marquesas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Midway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Nauru</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Niue</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Norfolk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Noumea</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Pago_Pago</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Palau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Pitcairn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Ponape</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Port_Moresby</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Rarotonga</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Saipan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Samoa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Tahiti</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Tarawa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Tongatapu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Truk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Wake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Wallis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Yap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/AST4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/AST4ADT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/CST6</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/CST6CDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/EST5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/EST5EDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/HST10</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/MST7</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/MST7MDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/PST8</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/PST8PDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/YST9</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Alaska</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Aleutian</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Central</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Eastern</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Hawaii</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Michigan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Mountain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Pacific</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Samoa</command:parameterValue>
          </command:parameterValueGroup>
          <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="none">
          <maml:name>UTCOffset</maml:name>
          <maml:description>
            <maml:para>{{ Fill UTCOffset Description }}</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="none">
          <maml:name>Username</maml:name>
          <maml:description>
            <maml:para>{{ Fill Username Description }}</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="none">
        <maml:name>Active</maml:name>
        <maml:description>
          <maml:para>{{ Fill Active Description }}</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
        <maml:name>AdministratorId</maml:name>
        <maml:description>
          <maml:para>{{ Fill AdministratorId Description }}</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="none">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>{{ Fill Description Description }}</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="none">
        <maml:name>EmailAddress</maml:name>
        <maml:description>
          <maml:para>{{ Fill EmailAddress Description }}</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="none">
        <maml:name>FullName</maml:name>
        <maml:description>
          <maml:para>{{ Fill FullName Description }}</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="none">
        <maml:name>Locale</maml:name>
        <maml:description>
          <maml:para>{{ Fill Locale Description }}</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="none">
        <maml:name>MfaType</maml:name>
        <maml:description>
          <maml:para>{{ Fill MfaType Description }}</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="none">
        <maml:name>MobileNumber</maml:name>
        <maml:description>
          <maml:para>{{ Fill MobileNumber Description }}</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="none">
        <maml:name>PagerNumber</maml:name>
        <maml:description>
          <maml:para>{{ Fill PagerNumber Description }}</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="none">
        <maml:name>Password</maml:name>
        <maml:description>
          <maml:para>{{ Fill Password Description }}</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="named" aliases="none">
        <maml:name>PasswordNeverExpires</maml:name>
        <maml:description>
          <maml:para>{{ Fill PasswordNeverExpires Description }}</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PhoneNumber</maml:name>
        <maml:description>
          <maml:para>{{ Fill PhoneNumber Description }}</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="none">
        <maml:name>PrimaryContact</maml:name>
        <maml:description>
          <maml:para>{{ Fill PrimaryContact Description }}</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ReceiveNotifications</maml:name>
        <maml:description>
          <maml:para>{{ Fill ReceiveNotifications Description }}</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ReportPDFPassword</maml:name>
        <maml:description>
          <maml:para>{{ Fill ReportPDFPassword Description }}</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="named" aliases="none">
        <maml:name>ReportPDFPasswordEnabled</maml:name>
        <maml:description>
          <maml:para>{{ Fill ReportPDFPasswordEnabled Description }}</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RoleID</maml:name>
        <maml:description>
          <maml:para>{{ Fill RoleID Description }}</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="none">
        <maml:name>TimeFormat</maml:name>
        <maml:description>
          <maml:para>{{ Fill TimeFormat Description }}</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="none">
        <maml:name>TimeZone</maml:name>
        <maml:description>
          <maml:para>{{ Fill TimeZone Description }}</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="none">
        <maml:name>UTCOffset</maml:name>
        <maml:description>
          <maml:para>{{ Fill UTCOffset Description }}</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="none">
        <maml:name>Username</maml:name>
        <maml:description>
          <maml:para>{{ Fill Username Description }}</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>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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>Set-TmdsAdministratorRole</command:name>
      <command:verb>Set</command:verb>
      <command:noun>TmdsAdministratorRole</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-TmdsAdministratorRole</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="RoleId, Id">
          <maml:name>AdministratorRoleId</maml:name>
          <maml:description>
            <maml:para>{{ Fill AdministratorRoleId Description }}</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="none">
          <maml:name>AllComputers</maml:name>
          <maml:description>
            <maml:para>{{ Fill AllComputers Description }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AllPolicies</maml:name>
          <maml:description>
            <maml:para>{{ Fill AllPolicies Description }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AllowManageWorkloadSecurityLink</maml:name>
          <maml:description>
            <maml:para>{{ Fill AllowManageWorkloadSecurityLink Description }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AllowMigration</maml:name>
          <maml:description>
            <maml:para>{{ Fill AllowMigration Description }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AllowUserInterface</maml:name>
          <maml:description>
            <maml:para>{{ Fill AllowUserInterface Description }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AllowWebService</maml:name>
          <maml:description>
            <maml:para>{{ Fill AllowWebService Description }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CanOnlyManipulateUsersWithEqualOrLesserRights</maml:name>
          <maml:description>
            <maml:para>{{ Fill CanOnlyManipulateUsersWithEqualOrLesserRights Description }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ComputerGroupIDs</maml:name>
          <maml:description>
            <maml:para>{{ Fill ComputerGroupIDs Description }}</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="none">
          <maml:name>ComputerIDs</maml:name>
          <maml:description>
            <maml:para>{{ Fill ComputerIDs Description }}</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="none">
          <maml:name>Description</maml:name>
          <maml:description>
            <maml:para>{{ Fill Description Description }}</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="none">
          <maml:name>Name</maml:name>
          <maml:description>
            <maml:para>{{ Fill Name Description }}</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="none">
          <maml:name>PolicyIDs</maml:name>
          <maml:description>
            <maml:para>{{ Fill PolicyIDs Description }}</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="named" aliases="RoleId, Id">
        <maml:name>AdministratorRoleId</maml:name>
        <maml:description>
          <maml:para>{{ Fill AdministratorRoleId Description }}</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="none">
        <maml:name>AllComputers</maml:name>
        <maml:description>
          <maml:para>{{ Fill AllComputers Description }}</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AllPolicies</maml:name>
        <maml:description>
          <maml:para>{{ Fill AllPolicies Description }}</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AllowManageWorkloadSecurityLink</maml:name>
        <maml:description>
          <maml:para>{{ Fill AllowManageWorkloadSecurityLink Description }}</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AllowMigration</maml:name>
        <maml:description>
          <maml:para>{{ Fill AllowMigration Description }}</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AllowUserInterface</maml:name>
        <maml:description>
          <maml:para>{{ Fill AllowUserInterface Description }}</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AllowWebService</maml:name>
        <maml:description>
          <maml:para>{{ Fill AllowWebService Description }}</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>CanOnlyManipulateUsersWithEqualOrLesserRights</maml:name>
        <maml:description>
          <maml:para>{{ Fill CanOnlyManipulateUsersWithEqualOrLesserRights Description }}</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ComputerGroupIDs</maml:name>
        <maml:description>
          <maml:para>{{ Fill ComputerGroupIDs Description }}</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="none">
        <maml:name>ComputerIDs</maml:name>
        <maml:description>
          <maml:para>{{ Fill ComputerIDs Description }}</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="none">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>{{ Fill Description Description }}</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="none">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>{{ Fill Name Description }}</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="none">
        <maml:name>PolicyIDs</maml:name>
        <maml:description>
          <maml:para>{{ Fill PolicyIDs Description }}</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>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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>Set-TmdsApiKey</command:name>
      <command:verb>Set</command:verb>
      <command:noun>TmdsApiKey</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-TmdsApiKey</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Active</maml:name>
          <maml:description>
            <maml:para>{{ Fill Active Description }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ApiKeyId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ApiKeyId Description }}</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="none">
          <maml:name>Created</maml:name>
          <maml:description>
            <maml:para>{{ Fill Created Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Description</maml:name>
          <maml:description>
            <maml:para>{{ Fill Description Description }}</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="none">
          <maml:name>ExpiryDate</maml:name>
          <maml:description>
            <maml:para>{{ Fill ExpiryDate Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>KeyName</maml:name>
          <maml:description>
            <maml:para>{{ Fill KeyName Description }}</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="none">
          <maml:name>LastSignIn</maml:name>
          <maml:description>
            <maml:para>{{ Fill LastSignIn Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Locale</maml:name>
          <maml:description>
            <maml:para>{{ Fill Locale Description }}</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="none">
          <maml:name>RoleID</maml:name>
          <maml:description>
            <maml:para>{{ Fill RoleID Description }}</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="none">
          <maml:name>TimeZone</maml:name>
          <maml:description>
            <maml:para>{{ Fill TimeZone Description }}</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Africa/Abidjan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Accra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Addis_Ababa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Algiers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Asmera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bamako</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bangui</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Banjul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bissau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Blantyre</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Brazzaville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bujumbura</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Cairo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Casablanca</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Ceuta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Conakry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Dakar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Dar_es_Salaam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Djibouti</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Douala</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/El_Aaiun</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Freetown</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Gaborone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Harare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Johannesburg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Kampala</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Khartoum</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Kigali</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Kinshasa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lagos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Libreville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Luanda</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lubumbashi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lusaka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Malabo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Maputo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Maseru</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Mbabane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Mogadishu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Monrovia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Nairobi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Ndjamena</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Niamey</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Nouakchott</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Ouagadougou</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Sao_Tome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Timbuktu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Tripoli</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Tunis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Windhoek</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Adak</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Anchorage</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Anguilla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Antigua</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Araguaina</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Aruba</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Asuncion</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Atka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Barbados</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Belem</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Belize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Boa_Vista</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Bogota</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Boise</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Buenos_Aires</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cambridge_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cancun</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Caracas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Catamarca</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cayenne</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cayman</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Chicago</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Chihuahua</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cordoba</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Costa_Rica</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cuiaba</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Curacao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Danmarkshavn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Dawson</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Dawson_Creek</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Denver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Detroit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Dominica</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Edmonton</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Eirunepe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/El_Salvador</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Ensenada</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Fort_Wayne</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Fortaleza</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Glace_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Godthab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Goose_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Grand_Turk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Grenada</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guadeloupe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guatemala</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guayaquil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guyana</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Halifax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Havana</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Hermosillo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Indianapolis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Inuvik</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Iqaluit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Jamaica</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Jujuy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Juneau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Knox_IN</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/La_Paz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Lima</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Los_Angeles</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Louisville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Maceio</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Managua</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Manaus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Martinique</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Mazatlan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Mendoza</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Menominee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Merida</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Mexico_City</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Miquelon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Monterrey</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Montevideo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Montreal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Montserrat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Nassau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/New_York</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Nipigon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Nome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Noronha</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Panama</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Pangnirtung</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Paramaribo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Phoenix</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Port_of_Spain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Porto_Acre</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Porto_Velho</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Puerto_Rico</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rainy_River</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rankin_Inlet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Recife</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Regina</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rio_Branco</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rosario</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Santiago</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Santo_Domingo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Sao_Paulo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Scoresbysund</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Shiprock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Johns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Kitts</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Lucia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Thomas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Vincent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Swift_Current</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Tegucigalpa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Thule</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Thunder_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Tortola</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Vancouver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Virgin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Whitehorse</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Winnipeg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Yakutat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Yellowknife</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Casey</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Davis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/DumontDUrville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Mawson</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/McMurdo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Palmer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Rothera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/South_Pole</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Syowa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Vostok</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Arctic/Longyearbyen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Aden</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Almaty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Amman</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Anadyr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Aqtau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Aqtobe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ashgabat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ashkhabad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Baghdad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Bahrain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Baku</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Bangkok</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Beirut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Bishkek</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Brunei</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Calcutta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Choibalsan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Chongqing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Chungking</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Colombo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dacca</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Damascus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dhaka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dili</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dubai</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dushanbe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Gaza</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Harbin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Hong_Kong</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Hovd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Irkutsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Istanbul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Jakarta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Jayapura</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Jerusalem</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kabul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kamchatka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Karachi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kashgar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Katmandu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Krasnoyarsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kuala_Lumpur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kuching</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kuwait</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Macao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Macau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Magadan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Makassar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Manila</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Muscat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Nicosia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Novosibirsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Omsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Oral</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Phnom_Penh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Pontianak</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Pyongyang</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Qatar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Qyzylorda</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Rangoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Riyadh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Saigon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Sakhalin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Samarkand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Seoul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Shanghai</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Singapore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Taipei</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tashkent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tbilisi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tehran</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tel_Aviv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Thimbu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Thimphu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tokyo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ujung_Pandang</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ulaanbaatar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ulan_Bator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Urumqi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Vientiane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Vladivostok</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Yakutsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Yekaterinburg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Yerevan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Azores</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Bermuda</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Canary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Cape_Verde</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Faeroe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Jan_Mayen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Madeira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Reykjavik</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/South_Georgia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/St_Helena</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Stanley</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/ACT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Adelaide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Brisbane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Broken_Hill</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Canberra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Darwin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Hobart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/LHI</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Lindeman</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Lord_Howe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Melbourne</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/North</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/NSW</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Perth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Queensland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/South</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Sydney</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Tasmania</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Victoria</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/West</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Yancowinna</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/Acre</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/DeNoronha</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/East</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/West</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Atlantic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Central</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Eastern</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Mountain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Newfoundland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Pacific</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Saskatchewan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Yukon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Chile/Continental</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Chile/EasterIsland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/GMT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/GMT0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/Greenwich</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/UCT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/Universal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/UTC</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/Zulu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Amsterdam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Andorra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Athens</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Belfast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Belgrade</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Berlin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Bratislava</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Brussels</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Bucharest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Budapest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Chisinau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Copenhagen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Dublin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Gibraltar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Helsinki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Istanbul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Kaliningrad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Kiev</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Lisbon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Ljubljana</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/London</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Luxembourg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Madrid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Malta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Minsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Monaco</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Moscow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Nicosia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Oslo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Paris</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Prague</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Riga</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Rome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Samara</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/San_Marino</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Sarajevo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Simferopol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Skopje</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Sofia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Stockholm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Tallinn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Tirane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Tiraspol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Uzhgorod</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vaduz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vatican</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vienna</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vilnius</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Warsaw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Zagreb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Zaporozhye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Zurich</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Antananarivo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Chagos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Christmas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Cocos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Comoro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Kerguelen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Mahe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Maldives</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Mauritius</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Mayotte</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Reunion</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Mexico/BajaNorte</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Mexico/BajaSur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Mexico/General</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Apia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Auckland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Chatham</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Easter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Efate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Enderbury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Fakaofo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Fiji</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Funafuti</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Galapagos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Gambier</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Guadalcanal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Guam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Honolulu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Johnston</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Kiritimati</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Kosrae</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Kwajalein</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Majuro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Marquesas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Midway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Nauru</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Niue</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Norfolk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Noumea</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Pago_Pago</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Palau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Pitcairn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Ponape</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Port_Moresby</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Rarotonga</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Saipan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Samoa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Tahiti</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Tarawa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Tongatapu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Truk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Wake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Wallis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Yap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/AST4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/AST4ADT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/CST6</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/CST6CDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/EST5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/EST5EDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/HST10</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/MST7</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/MST7MDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/PST8</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/PST8PDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/YST9</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Alaska</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Aleutian</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Central</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Eastern</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Hawaii</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Michigan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Mountain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Pacific</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Samoa</command:parameterValue>
          </command:parameterValueGroup>
          <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="none">
          <maml:name>UnlockTime</maml:name>
          <maml:description>
            <maml:para>{{ Fill UnlockTime Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UnsuccessfulSignInAttempts</maml:name>
          <maml:description>
            <maml:para>{{ Fill UnsuccessfulSignInAttempts Description }}</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:syntaxItem>
        <maml:name>Set-TmdsApiKey</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Active</maml:name>
          <maml:description>
            <maml:para>{{ Fill Active Description }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ApiKeyId</maml:name>
          <maml:description>
            <maml:para>{{ Fill ApiKeyId Description }}</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="none">
          <maml:name>Created</maml:name>
          <maml:description>
            <maml:para>{{ Fill Created Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Description</maml:name>
          <maml:description>
            <maml:para>{{ Fill Description Description }}</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="none">
          <maml:name>ExpiryDate</maml:name>
          <maml:description>
            <maml:para>{{ Fill ExpiryDate Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>KeyName</maml:name>
          <maml:description>
            <maml:para>{{ Fill KeyName Description }}</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="none">
          <maml:name>LastSignIn</maml:name>
          <maml:description>
            <maml:para>{{ Fill LastSignIn Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Locale</maml:name>
          <maml:description>
            <maml:para>{{ Fill Locale Description }}</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="none">
          <maml:name>RoleName</maml:name>
          <maml:description>
            <maml:para>{{ Fill RoleName Description }}</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="none">
          <maml:name>TimeZone</maml:name>
          <maml:description>
            <maml:para>{{ Fill TimeZone Description }}</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Africa/Abidjan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Accra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Addis_Ababa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Algiers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Asmera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bamako</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bangui</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Banjul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bissau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Blantyre</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Brazzaville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Bujumbura</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Cairo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Casablanca</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Ceuta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Conakry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Dakar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Dar_es_Salaam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Djibouti</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Douala</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/El_Aaiun</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Freetown</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Gaborone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Harare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Johannesburg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Kampala</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Khartoum</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Kigali</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Kinshasa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lagos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Libreville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Luanda</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lubumbashi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Lusaka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Malabo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Maputo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Maseru</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Mbabane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Mogadishu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Monrovia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Nairobi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Ndjamena</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Niamey</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Nouakchott</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Ouagadougou</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Sao_Tome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Timbuktu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Tripoli</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Tunis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Africa/Windhoek</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Adak</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Anchorage</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Anguilla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Antigua</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Araguaina</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Aruba</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Asuncion</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Atka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Barbados</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Belem</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Belize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Boa_Vista</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Bogota</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Boise</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Buenos_Aires</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cambridge_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cancun</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Caracas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Catamarca</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cayenne</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cayman</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Chicago</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Chihuahua</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cordoba</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Costa_Rica</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Cuiaba</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Curacao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Danmarkshavn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Dawson</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Dawson_Creek</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Denver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Detroit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Dominica</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Edmonton</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Eirunepe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/El_Salvador</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Ensenada</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Fort_Wayne</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Fortaleza</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Glace_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Godthab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Goose_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Grand_Turk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Grenada</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guadeloupe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guatemala</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guayaquil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Guyana</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Halifax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Havana</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Hermosillo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Indianapolis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Inuvik</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Iqaluit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Jamaica</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Jujuy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Juneau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Knox_IN</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/La_Paz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Lima</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Los_Angeles</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Louisville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Maceio</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Managua</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Manaus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Martinique</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Mazatlan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Mendoza</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Menominee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Merida</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Mexico_City</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Miquelon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Monterrey</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Montevideo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Montreal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Montserrat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Nassau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/New_York</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Nipigon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Nome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Noronha</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Panama</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Pangnirtung</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Paramaribo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Phoenix</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Port_of_Spain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Porto_Acre</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Porto_Velho</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Puerto_Rico</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rainy_River</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rankin_Inlet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Recife</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Regina</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rio_Branco</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Rosario</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Santiago</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Santo_Domingo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Sao_Paulo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Scoresbysund</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Shiprock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Johns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Kitts</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Lucia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Thomas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/St_Vincent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Swift_Current</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Tegucigalpa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Thule</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Thunder_Bay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Tortola</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Vancouver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Virgin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Whitehorse</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Winnipeg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Yakutat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">America/Yellowknife</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Casey</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Davis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/DumontDUrville</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Mawson</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/McMurdo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Palmer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Rothera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/South_Pole</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Syowa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Antarctica/Vostok</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Arctic/Longyearbyen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Aden</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Almaty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Amman</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Anadyr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Aqtau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Aqtobe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ashgabat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ashkhabad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Baghdad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Bahrain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Baku</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Bangkok</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Beirut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Bishkek</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Brunei</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Calcutta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Choibalsan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Chongqing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Chungking</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Colombo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dacca</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Damascus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dhaka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dili</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dubai</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Dushanbe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Gaza</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Harbin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Hong_Kong</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Hovd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Irkutsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Istanbul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Jakarta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Jayapura</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Jerusalem</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kabul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kamchatka</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Karachi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kashgar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Katmandu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Krasnoyarsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kuala_Lumpur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kuching</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Kuwait</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Macao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Macau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Magadan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Makassar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Manila</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Muscat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Nicosia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Novosibirsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Omsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Oral</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Phnom_Penh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Pontianak</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Pyongyang</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Qatar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Qyzylorda</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Rangoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Riyadh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Saigon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Sakhalin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Samarkand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Seoul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Shanghai</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Singapore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Taipei</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tashkent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tbilisi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tehran</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tel_Aviv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Thimbu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Thimphu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Tokyo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ujung_Pandang</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ulaanbaatar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Ulan_Bator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Urumqi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Vientiane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Vladivostok</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Yakutsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Yekaterinburg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Asia/Yerevan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Azores</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Bermuda</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Canary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Cape_Verde</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Faeroe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Jan_Mayen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Madeira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Reykjavik</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/South_Georgia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/St_Helena</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Atlantic/Stanley</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/ACT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Adelaide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Brisbane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Broken_Hill</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Canberra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Darwin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Hobart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/LHI</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Lindeman</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Lord_Howe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Melbourne</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/North</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/NSW</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Perth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Queensland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/South</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Sydney</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Tasmania</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Victoria</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/West</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Australia/Yancowinna</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/Acre</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/DeNoronha</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/East</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Brazil/West</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Atlantic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Central</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Eastern</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Mountain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Newfoundland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Pacific</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Saskatchewan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Canada/Yukon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Chile/Continental</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Chile/EasterIsland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/GMT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/GMT0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/Greenwich</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/UCT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/Universal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/UTC</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Etc/Zulu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Amsterdam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Andorra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Athens</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Belfast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Belgrade</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Berlin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Bratislava</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Brussels</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Bucharest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Budapest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Chisinau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Copenhagen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Dublin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Gibraltar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Helsinki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Istanbul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Kaliningrad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Kiev</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Lisbon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Ljubljana</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/London</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Luxembourg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Madrid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Malta</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Minsk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Monaco</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Moscow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Nicosia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Oslo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Paris</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Prague</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Riga</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Rome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Samara</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/San_Marino</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Sarajevo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Simferopol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Skopje</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Sofia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Stockholm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Tallinn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Tirane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Tiraspol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Uzhgorod</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vaduz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vatican</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vienna</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Vilnius</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Warsaw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Zagreb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Zaporozhye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Europe/Zurich</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Antananarivo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Chagos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Christmas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Cocos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Comoro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Kerguelen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Mahe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Maldives</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Mauritius</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Mayotte</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Indian/Reunion</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Mexico/BajaNorte</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Mexico/BajaSur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Mexico/General</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Apia</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Auckland</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Chatham</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Easter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Efate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Enderbury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Fakaofo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Fiji</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Funafuti</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Galapagos</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Gambier</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Guadalcanal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Guam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Honolulu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Johnston</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Kiritimati</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Kosrae</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Kwajalein</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Majuro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Marquesas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Midway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Nauru</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Niue</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Norfolk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Noumea</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Pago_Pago</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Palau</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Pitcairn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Ponape</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Port_Moresby</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Rarotonga</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Saipan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Samoa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Tahiti</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Tarawa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Tongatapu</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Truk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Wake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Wallis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pacific/Yap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/AST4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/AST4ADT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/CST6</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/CST6CDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/EST5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/EST5EDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/HST10</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/MST7</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/MST7MDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/PST8</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/PST8PDT</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SystemV/YST9</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Alaska</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Aleutian</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Central</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Eastern</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Hawaii</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Michigan</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Mountain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Pacific</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">US/Samoa</command:parameterValue>
          </command:parameterValueGroup>
          <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="none">
          <maml:name>UnlockTime</maml:name>
          <maml:description>
            <maml:para>{{ Fill UnlockTime Description }}</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UnsuccessfulSignInAttempts</maml:name>
          <maml:description>
            <maml:para>{{ Fill UnsuccessfulSignInAttempts Description }}</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="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Active</maml:name>
        <maml:description>
          <maml:para>{{ Fill Active Description }}</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ApiKeyId</maml:name>
        <maml:description>
          <maml:para>{{ Fill ApiKeyId Description }}</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="none">
        <maml:name>Created</maml:name>
        <maml:description>
          <maml:para>{{ Fill Created Description }}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>{{ Fill Description Description }}</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="none">
        <maml:name>ExpiryDate</maml:name>
        <maml:description>
          <maml:para>{{ Fill ExpiryDate Description }}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>KeyName</maml:name>
        <maml:description>
          <maml:para>{{ Fill KeyName Description }}</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="none">
        <maml:name>LastSignIn</maml:name>
        <maml:description>
          <maml:para>{{ Fill LastSignIn Description }}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Locale</maml:name>
        <maml:description>
          <maml:para>{{ Fill Locale Description }}</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="none">
        <maml:name>RoleID</maml:name>
        <maml:description>
          <maml:para>{{ Fill RoleID Description }}</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="none">
        <maml:name>RoleName</maml:name>
        <maml:description>
          <maml:para>{{ Fill RoleName Description }}</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="none">
        <maml:name>TimeZone</maml:name>
        <maml:description>
          <maml:para>{{ Fill TimeZone Description }}</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="none">
        <maml:name>UnlockTime</maml:name>
        <maml:description>
          <maml:para>{{ Fill UnlockTime Description }}</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UnsuccessfulSignInAttempts</maml:name>
        <maml:description>
          <maml:para>{{ Fill UnsuccessfulSignInAttempts Description }}</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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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>Set-TmdsComputer</command:name>
      <command:verb>Set</command:verb>
      <command:noun>TmdsComputer</command:noun>
      <maml:description>
        <maml:para>Modify a computer by ID in Deep Security Manager.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Modify a computer by ID in Deep Security Manager.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-TmdsComputer</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="Id">
          <maml:name>ComputerId</maml:name>
          <maml:description>
            <maml:para>The ID number of the computer to modify.</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="none">
          <maml:name>Description</maml:name>
          <maml:description>
            <maml:para>Description of the computer.</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="none">
          <maml:name>DisplayName</maml:name>
          <maml:description>
            <maml:para>Display name of the computer.</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="none">
          <maml:name>PropertySet</maml:name>
          <maml:description>
            <maml:para>Determines the computer information to include in the response. Use "none" to retrieve only basic computer information such as policyID and hostName.</maml:para>
          </maml:description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">none</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">computerStatus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">securityUpdates</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">computerSettings</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">allSecurityModules</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">antiMalware</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">webReputation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">activityMonitoring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firewall</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intrusionPrevention</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">integrityMonitoring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">logInspection</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">applicationControl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">SAP</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">interfaces</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ESXSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">allVirtualMachineSummaries</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">azureARMVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">azureVMVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ec2VirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">noConnectorVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vmwareVMVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcloudVMVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">workspaceVirtualMachineSummary</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gcpVirtualMachineSummary</command:parameterValue>
          </command:parameterValueGroup>
          <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="none">
          <maml:name>AssetImportanceId</maml:name>
          <maml:description>
            <maml:para>ID of the asset importance assigned to the computer. Set to 0, $null or "" to remove any assignment.</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="none">
          <maml:name>GroupId</maml:name>
          <maml:description>
            <maml:para>ID of the computer group to which the computer belongs. Set to 0, $null or "" to remove any assignment.</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="none">
          <maml:name>HostName</maml:name>
          <maml:description>
            <maml:para>Hostname of the computer.</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="none">
          <maml:name>PolicyId</maml:name>
          <maml:description>
            <maml:para>ID of the policy assigned to the computer. Set to 0, $null or "" to remove any assignment.</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="none">
          <maml:name>RelayListId</maml:name>
          <maml:description>
            <maml:para>ID of the relay list that is assigned to the computer. Set to 0, $null or "" to remove any assignment.</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="named" aliases="Id">
        <maml:name>ComputerId</maml:name>
        <maml:description>
          <maml:para>The ID number of the computer to modify.</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="none">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Description of the computer.</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="none">
        <maml:name>DisplayName</maml:name>
        <maml:description>
          <maml:para>Display name of the computer.</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="none">
        <maml:name>PropertySet</maml:name>
        <maml:description>
          <maml:para>Determines the computer information to include in the response. Use "none" to retrieve only basic computer information such as policyID and hostName.</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="none">
        <maml:name>AssetImportanceId</maml:name>
        <maml:description>
          <maml:para>ID of the asset importance assigned to the computer. Set to 0, $null or "" to remove any assignment.</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="none">
        <maml:name>GroupId</maml:name>
        <maml:description>
          <maml:para>ID of the computer group to which the computer belongs. Set to 0, $null or "" to remove any assignment.</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="none">
        <maml:name>HostName</maml:name>
        <maml:description>
          <maml:para>Hostname of the computer.</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="none">
        <maml:name>PolicyId</maml:name>
        <maml:description>
          <maml:para>ID of the policy assigned to the computer. Set to 0, $null or "" to remove any assignment.</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="none">
        <maml:name>RelayListId</maml:name>
        <maml:description>
          <maml:para>ID of the relay list that is assigned to the computer. Set to 0, $null or "" to remove any assignment.</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>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; Set-TmdsComputer -ComputerId 1 -Description "A Description" -DisplayName "A DisplayName"</dev:code>
        <dev:remarks>
          <maml:para>Modify Computer with Id 1 to set description to "A Description" and displayName to "A DisplayName"</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; 1,2 | Set-TmdsComputer -Description "A Description" -DisplayName "A DisplayName"</dev:code>
        <dev:remarks>
          <maml:para>Modify Computer with Id 1 to set description to "A Description" and displayName to "A DisplayName"</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-TmdsComputer -ComputerId 2 -Description "" -DisplayName ""</dev:code>
        <dev:remarks>
          <maml:para>Removes Description and DisplayName from Computer Id 2.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 4 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-TmdsComputer -ComputerId 2 -Description $null -DisplayName $null</dev:code>
        <dev:remarks>
          <maml:para>Removes Description and DisplayName from Computer Id 2.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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>Set-TmdsConfig</command:name>
      <command:verb>Set</command:verb>
      <command:noun>TmdsConfig</command:noun>
      <maml:description>
        <maml:para>Set Config what will be used by module.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Before you can start using the other functions, the configuration needs to be set. Point to your DSM server, including port, and set your API key.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-TmdsConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>DeepSecurityManager</maml:name>
          <maml:description>
            <maml:para>Your Deep Security Manager server, including port.</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="1" aliases="none">
          <maml:name>APIKey</maml:name>
          <maml:description>
            <maml:para>Your API Key.</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="1" aliases="none">
        <maml:name>APIKey</maml:name>
        <maml:description>
          <maml:para>Your API Key.</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="0" aliases="none">
        <maml:name>DeepSecurityManager</maml:name>
        <maml:description>
          <maml:para>Your Deep Security Manager server, including port.</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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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 ---------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-TmdsConfig -DeepSecurityManager 'https://dsm.company.pri:4119' -APIKey 'APIKeyAPIKeyAPIKeyAPIKeyAPIKeyAPIKey'</dev:code>
        <dev:remarks>
          <maml:para>Will use https://dsm.company.pri:4119 as your DeepSecurityManager and APIKeyAPIKeyAPIKeyAPIKeyAPIKeyAPIKey as your API Key.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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>Set-TmdsContact</command:name>
      <command:verb>Set</command:verb>
      <command:noun>TmdsContact</command:noun>
      <maml:description>
        <maml:para>Modify a contact.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Modify a contact. Any unset elements will be left unchanged.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-TmdsContact</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>ContactId</maml:name>
          <maml:description>
            <maml:para>The ID number of the contact to modify.</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="1" aliases="none">
          <maml:name>Description</maml:name>
          <maml:description>
            <maml:para>Description of the Contact.</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="10" aliases="none">
          <maml:name>RoleID</maml:name>
          <maml:description>
            <maml:para>ID of the role assigned to the Contact.</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="2" aliases="none">
          <maml:name>EmailAddress</maml:name>
          <maml:description>
            <maml:para>Email address of the Contact.</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="3" aliases="none">
          <maml:name>Locale</maml:name>
          <maml:description>
            <maml:para>Locale of the Contact.</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="4" aliases="none">
          <maml:name>MobileNumber</maml:name>
          <maml:description>
            <maml:para>Mobile number of the Contact.</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="5" aliases="none">
          <maml:name>Name</maml:name>
          <maml:description>
            <maml:para>Name of the Contact.</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="6" aliases="none">
          <maml:name>PagerNumber</maml:name>
          <maml:description>
            <maml:para>Pager number of the Contact.</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="7" aliases="none">
          <maml:name>PhoneNumber</maml:name>
          <maml:description>
            <maml:para>Phone number of the Contact.</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>ReportPDFPassword</maml:name>
          <maml:description>
            <maml:para>Password that protects the reports that the Contact generates. Ignored when ReportPDFPasswordEnabled is false.</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="9" aliases="none">
          <maml:name>ReportPDFPasswordEnabled</maml:name>
          <maml:description>
            <maml:para>Controls whether the reports that the Contact generates are password-protected. Set to true to password-protect, and false otherwise.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>ContactId</maml:name>
        <maml:description>
          <maml:para>The ID number of the contact to modify.</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="1" aliases="none">
        <maml:name>Description</maml:name>
        <maml:description>
          <maml:para>Description of the Contact.</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="2" aliases="none">
        <maml:name>EmailAddress</maml:name>
        <maml:description>
          <maml:para>Email address of the Contact.</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="3" aliases="none">
        <maml:name>Locale</maml:name>
        <maml:description>
          <maml:para>Locale of the Contact.</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="4" aliases="none">
        <maml:name>MobileNumber</maml:name>
        <maml:description>
          <maml:para>Mobile number of the Contact.</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="5" aliases="none">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Name of the Contact.</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="6" aliases="none">
        <maml:name>PagerNumber</maml:name>
        <maml:description>
          <maml:para>Pager number of the Contact.</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="7" aliases="none">
        <maml:name>PhoneNumber</maml:name>
        <maml:description>
          <maml:para>Phone number of the Contact.</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>ReportPDFPassword</maml:name>
        <maml:description>
          <maml:para>Password that protects the reports that the Contact generates. Ignored when ReportPDFPasswordEnabled is false.</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="9" aliases="none">
        <maml:name>ReportPDFPasswordEnabled</maml:name>
        <maml:description>
          <maml:para>Controls whether the reports that the Contact generates are password-protected. Set to true to password-protect, and false otherwise.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
        <maml:name>RoleID</maml:name>
        <maml:description>
          <maml:para>ID of the role assigned to the Contact.</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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></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>PS C:\&gt; Set-TmdsContact -ContactId 1 -Description "New Description" -EmailAddress "email@company.com"</dev:code>
        <dev:remarks>
          <maml:para>Set description and email adress for contact with id 1.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
</helpItems>