ControlUp.Automation.dll-Help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh">
  <!-- Cmdlet: Get-CUAPIProfile -->
  <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">
    <command:details>
      <command:name>Get-CUAPIProfile</command:name>
      <command:verb>Get</command:verb>
      <command:noun>CUAPIProfile</command:noun>
    </command:details>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-CUAPIProfile</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes />
    <command:returnValues />
  </command:command>
  <!-- Cmdlet: Set-CUAPIProfile -->
  <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">
    <command:details>
      <command:name>Set-CUAPIProfile</command:name>
      <command:verb>Set</command:verb>
      <command:noun>CUAPIProfile</command:noun>
    </command:details>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Set-CUAPIProfile</maml:name>
        <!-- Parameter: Profile -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
          <maml:name>Profile</maml:name>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Profile -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
        <maml:name>Profile</maml:name>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
  </command:command>
  <!-- Cmdlet: Set-CUAPIToken -->
  <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">
    <command:details>
      <command:name>Set-CUAPIToken</command:name>
      <command:verb>Set</command:verb>
      <command:noun>CUAPIToken</command:noun>
      <maml:description>
        <maml:para>Safely stores the API token you retrieved from DEX within a specified profile.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Safely stores the API token you retrieved from DEX (app.controlup.com) within a specified profile, ensuring that the token is securely encrypted using the Data Protection API (DPAPI) and is accessible only by the user account under which the cmdlet is executed. The encrypted token is Base64-encoded and stored at %appdata%\ControlUp\.cuapi. This cmdlet requires the -Token parameter for the API token and optionally accepts a -Profile parameter to define the storage profile. If you don't provide a profile name, the Default profile is taken.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Set-CUAPIToken</maml:name>
        <!-- Parameter: Token -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
          <maml:name>Token</maml:name>
          <maml:description>
            <maml:para>The DEX API Token to be stored.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Profile -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
          <maml:name>Profile</maml:name>
          <maml:description>
            <maml:para>Define the storage profile. If you don't provide a profile name, the Default profile is taken.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Token -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
        <maml:name>Token</maml:name>
        <maml:description>
          <maml:para>The DEX API Token to be stored.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Profile -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
        <maml:name>Profile</maml:name>
        <maml:description>
          <maml:para>Define the storage profile. If you don't provide a profile name, the Default profile is taken.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The DEX API Token to be stored.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Define the storage profile. If you don't provide a profile name, the Default profile is taken.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
  </command:command>
  <!-- Cmdlet: Install-CUMonitor -->
  <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">
    <command:details>
      <command:name>Install-CUMonitor</command:name>
      <command:verb>Install</command:verb>
      <command:noun>CUMonitor</command:noun>
      <maml:description>
        <maml:para>The Install-CUMonitor cmdlets allows you to install a new ControlUp Monitor on the local machine.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Install-CUMonitor cmdlets allows you to install a new ControlUp Monitor on the local machine.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Install-CUMonitor</maml:name>
        <!-- Parameter: Token -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="1">
          <maml:name>Token</maml:name>
          <maml:description>
            <maml:para>The DEX API Token that is used to identify the user and the organization on which the monitor should be installed.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: PublicDNSName -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="10">
          <maml:name>PublicDNSName</maml:name>
          <maml:description>
            <maml:para>The public DNS name that ControlUp agents that communicate outbound need to reach.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: InternalDNSName -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="11">
          <maml:name>InternalDNSName</maml:name>
          <maml:description>
            <maml:para>The DNS name of the monitor that needs to be access by all other monitors in the cluster.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Certificate -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="12">
          <maml:name>Certificate</maml:name>
          <maml:description>
            <maml:para>The path to the certificate file (e.g., .pfx) used for Advanced Authentication. See https://support.controlup.com/docs/certificate-based-console-and-monitor-authentication for more details.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: CertificatePassword -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="13">
          <maml:name>CertificatePassword</maml:name>
          <maml:description>
            <maml:para>The password that is used to protect the private key of this certificate.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SecureString</command:parameterValue>
          <dev:type>
            <maml:name>System.Security.SecureString</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: ZipFilePath -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="2">
          <maml:name>ZipFilePath</maml:name>
          <maml:description>
            <maml:para>The path of the ZIP file containing the ControlUp Monitor binaries. The ZIP file can be downloaded in the ControlUp download center under https://www.controlup.com/products/controlup/download-center/</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Version -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="3">
          <maml:name>Version</maml:name>
          <maml:description>
            <maml:para>Specifies the monitor version. If omitted, the latest version from the ControlUp Download Center is used.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: SiteName -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="4">
          <maml:name>SiteName</maml:name>
          <maml:description>
            <maml:para>The name of the ControlUp Monitor Site in which the monitor should be deployed. Will be automatically created if not exist.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Template -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="5">
          <maml:name>Template</maml:name>
          <maml:description>
            <maml:para>The Monitor template which should be used to configure this monitor. If omitted, all will be selected.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: ProxySettings -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="6">
          <maml:name>ProxySettings</maml:name>
          <maml:description>
            <maml:para>ProxySettings that should be configured for this monitor.</maml:para>
          </maml:description>
          <command:parameterValue required="true">ProxySettings</command:parameterValue>
          <dev:type>
            <maml:name>ControlUp.Automation.ProxySettings</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>This is part of the type description.</maml:para>
              <maml:para>This is also part of the type description.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
        <!-- Parameter: DomainDns -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="7">
          <maml:name>DomainDns</maml:name>
          <maml:description>
            <maml:para>The FQDN of the new domain AD connection. Will be attached to -SiteName if provided.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: DomainUser -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="8">
          <maml:name>DomainUser</maml:name>
          <maml:description>
            <maml:para>Adds a domain user to the AD connection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: DomainUserPassword -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="9">
          <maml:name>DomainUserPassword</maml:name>
          <maml:description>
            <maml:para>The password of the domain user you define in the -DomainUser parameter.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SecureString</command:parameterValue>
          <dev:type>
            <maml:name>System.Security.SecureString</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Token -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Token</maml:name>
        <maml:description>
          <maml:para>The DEX API Token that is used to identify the user and the organization on which the monitor should be installed.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: ZipFilePath -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>ZipFilePath</maml:name>
        <maml:description>
          <maml:para>The path of the ZIP file containing the ControlUp Monitor binaries. The ZIP file can be downloaded in the ControlUp download center under https://www.controlup.com/products/controlup/download-center/</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Version -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>Version</maml:name>
        <maml:description>
          <maml:para>Specifies the monitor version. If omitted, the latest version from the ControlUp Download Center is used.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: SiteName -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="4">
        <maml:name>SiteName</maml:name>
        <maml:description>
          <maml:para>The name of the ControlUp Monitor Site in which the monitor should be deployed. Will be automatically created if not exist.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Template -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="5">
        <maml:name>Template</maml:name>
        <maml:description>
          <maml:para>The Monitor template which should be used to configure this monitor. If omitted, all will be selected.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: ProxySettings -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="6">
        <maml:name>ProxySettings</maml:name>
        <maml:description>
          <maml:para>ProxySettings that should be configured for this monitor.</maml:para>
        </maml:description>
        <command:parameterValue required="true">ProxySettings</command:parameterValue>
        <dev:type>
          <maml:name>ControlUp.Automation.ProxySettings</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>This is part of the type description.</maml:para>
            <maml:para>This is also part of the type description.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: DomainDns -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="7">
        <maml:name>DomainDns</maml:name>
        <maml:description>
          <maml:para>The FQDN of the new domain AD connection. Will be attached to -SiteName if provided.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: DomainUser -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="8">
        <maml:name>DomainUser</maml:name>
        <maml:description>
          <maml:para>Adds a domain user to the AD connection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: DomainUserPassword -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="9">
        <maml:name>DomainUserPassword</maml:name>
        <maml:description>
          <maml:para>The password of the domain user you define in the -DomainUser parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>System.Security.SecureString</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: PublicDNSName -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="10">
        <maml:name>PublicDNSName</maml:name>
        <maml:description>
          <maml:para>The public DNS name that ControlUp agents that communicate outbound need to reach.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: InternalDNSName -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="11">
        <maml:name>InternalDNSName</maml:name>
        <maml:description>
          <maml:para>The DNS name of the monitor that needs to be access by all other monitors in the cluster.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Certificate -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="12">
        <maml:name>Certificate</maml:name>
        <maml:description>
          <maml:para>The path to the certificate file (e.g., .pfx) used for Advanced Authentication. See https://support.controlup.com/docs/certificate-based-console-and-monitor-authentication for more details.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: CertificatePassword -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="13">
        <maml:name>CertificatePassword</maml:name>
        <maml:description>
          <maml:para>The password that is used to protect the private key of this certificate.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>System.Security.SecureString</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues />
  </command:command>
  <!-- Cmdlet: Uninstall-CUMonitor -->
  <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">
    <command:details>
      <command:name>Uninstall-CUMonitor</command:name>
      <command:verb>Uninstall</command:verb>
      <command:noun>CUMonitor</command:noun>
    </command:details>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Uninstall-CUMonitor</maml:name>
        <!-- Parameter: Force -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="1">
          <maml:name>Force</maml:name>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Force -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>Force</maml:name>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues />
  </command:command>
  <!-- Cmdlet: Invoke-CUMonitorUpdate -->
  <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">
    <command:details>
      <command:name>Invoke-CUMonitorUpdate</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>CUMonitorUpdate</command:noun>
    </command:details>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Invoke-CUMonitorUpdate</maml:name>
        <!-- Parameter: ZipFilePath -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="1">
          <maml:name>ZipFilePath</maml:name>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Version -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="2">
          <maml:name>Version</maml:name>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: ProxySettings -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="3">
          <maml:name>ProxySettings</maml:name>
          <command:parameterValue required="true">ProxySettings</command:parameterValue>
          <dev:type>
            <maml:name>ControlUp.Automation.ProxySettings</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>This is part of the type description.</maml:para>
              <maml:para>This is also part of the type description.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: ZipFilePath -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>ZipFilePath</maml:name>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Version -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Version</maml:name>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: ProxySettings -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="3">
        <maml:name>ProxySettings</maml:name>
        <command:parameterValue required="true">ProxySettings</command:parameterValue>
        <dev:type>
          <maml:name>ControlUp.Automation.ProxySettings</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>This is part of the type description.</maml:para>
            <maml:para>This is also part of the type description.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues />
  </command:command>
</helpItems>