PrtgAPI.dll-Help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh">
  <!-- Cmdlet: Get-Channel -->
  <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-Channel</command:name>
      <command:verb>Get</command:verb>
      <command:noun>Channel</command:noun>
      <maml:description>
        <maml:para>Retrieve all channels of a sensor.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Get-Channel cmdlet retrieves all channels beloninging to a PRTG Sensor.</maml:para>
      <maml:para>Get-Channel uses APIs unsupported by Paessler to retrieve advanced channel settings (limits, thresholds, etc). For each channel a separate request must be made in order to retrieve advanced channel details, in addition to a separate single request that retrieves general information for all channels. As such, in order to retrieve information on n channels, n+1 requests must be made. Keep this in mind when piping sensors with a large number of channels, or piping a large number of sensors.</maml:para>
      <maml:para>If a name is specified, Get-Channel filters the results to those that match the name expression. Due to limitations of the PRTG API, Get-Channel filters its results post-request.</maml:para>
      <maml:para>Get-Channel does not include the Downtime channel present on all sensors (Channel ID -4) as this sensor does not contain a value in table view.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-Channel</maml:name>
        <!-- Parameter: Name -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="0">
          <maml:name>Name</maml:name>
          <maml:description>
            <maml:para>Filter the channels retrieved to only those that match a specific name.</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: Sensor -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Sensor</maml:name>
          <maml:description>
            <maml:para>The Sensor to retrieve channels for.</maml:para>
          </maml:description>
          <command:parameterValue required="true">Sensor</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Sensor</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>An object that monitors and collects information according to a defined schedule.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
        <!-- Parameter: SensorId -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>SensorId</maml:name>
          <maml:description>
            <maml:para>The ID of the Sensor to retrieve channels for.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Sensor -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Sensor</maml:name>
        <maml:description>
          <maml:para>The Sensor to retrieve channels for.</maml:para>
        </maml:description>
        <command:parameterValue required="true">Sensor</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Sensor</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>An object that monitors and collects information according to a defined schedule.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: SensorId -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>SensorId</maml:name>
        <maml:description>
          <maml:para>The ID of the Sensor to retrieve channels for.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Name -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="0">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Filter the channels retrieved to only those that match a specific name.</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>PrtgAPI.Sensor</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The Sensor to retrieve channels for.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID of the Sensor to retrieve channels for.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <!-- OutputType: Channel -->
      <command:returnValue>
        <dev:type>
          <maml:name>PrtgAPI.Channel</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A value within a sensor that contains the results of monitoring operations.</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Get-Sensor -Tags wmicpuloadsensor | Get-Channel</dev:code>
        <dev:remarks>
          <maml:para>Get all channels from all Windows CPU Load sensors.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Get-Sensor -Tags wmimemorysensor | Get-Channel Avail*</dev:code>
        <dev:remarks>
          <maml:para>Get all channels whose names start with "Avail" from all Windows Memory sensors.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <dev:code>C:\&gt; Get-Channel -SensorId 2001</dev:code>
        <dev:remarks>
          <maml:para>Get all channels from the sensor with ID 2001</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-Sensor</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-ChannelProperty</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Set-ChannelProperty -->
  <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-ChannelProperty</command:name>
      <command:verb>Set</command:verb>
      <command:noun>ChannelProperty</command:noun>
      <maml:description>
        <maml:para>Modify the value of a channel property.</maml:para>
      </maml:description>
    </command:details>
    <command:syntax>
      <!-- Parameter set: Default -->
      <command:syntaxItem>
        <maml:name>Set-ChannelProperty</maml:name>
        <!-- Parameter: Property -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>Property</maml:name>
          <maml:description>
            <maml:para>Property of the channel to set.</maml:para>
            <maml:para>Possible values: SpikeFilterEnabled, SpikeFilterMax, SpikeFilterMin, LimitsEnabled, UpperErrorLimit, UpperWarningLimit, LowerErrorLimit, LowerWarningLimit, ErrorLimitMessage, WarningLimitMessage</maml:para>
          </maml:description>
          <command:parameterValue required="true">ChannelProperty</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.ChannelProperty</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Specifies the properties of sensor channels that can be interfaced with using the PRTG API.</maml:para>
            </maml:description>
          </dev:type>
          <dev:defaultValue>SpikeFilterEnabled</dev:defaultValue>
          <command:parameterValueGroup>
            <command:parameterValue required="false" variableLength="false">SpikeFilterEnabled</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">SpikeFilterMax</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">SpikeFilterMin</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">LimitsEnabled</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">UpperErrorLimit</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">UpperWarningLimit</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">LowerErrorLimit</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">LowerWarningLimit</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">ErrorLimitMessage</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">WarningLimitMessage</command:parameterValue>
          </command:parameterValueGroup>
        </command:parameter>
        <!-- Parameter: Value -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="2">
          <maml:name>Value</maml:name>
          <maml:description>
            <maml:para>Value to set the property to.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object</command:parameterValue>
          <dev:type>
            <maml:name>System.Object</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Channel -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Channel</maml:name>
          <maml:description>
            <maml:para>Channel to set the properties of.</maml:para>
          </maml:description>
          <command:parameterValue required="true">Channel</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Channel</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>A value within a sensor that contains the results of monitoring operations.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Manual -->
      <command:syntaxItem>
        <maml:name>Set-ChannelProperty</maml:name>
        <!-- Parameter: Property -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>Property</maml:name>
          <maml:description>
            <maml:para>Property of the channel to set.</maml:para>
            <maml:para>Possible values: SpikeFilterEnabled, SpikeFilterMax, SpikeFilterMin, LimitsEnabled, UpperErrorLimit, UpperWarningLimit, LowerErrorLimit, LowerWarningLimit, ErrorLimitMessage, WarningLimitMessage</maml:para>
          </maml:description>
          <command:parameterValue required="true">ChannelProperty</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.ChannelProperty</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Specifies the properties of sensor channels that can be interfaced with using the PRTG API.</maml:para>
            </maml:description>
          </dev:type>
          <dev:defaultValue>SpikeFilterEnabled</dev:defaultValue>
          <command:parameterValueGroup>
            <command:parameterValue required="false" variableLength="false">SpikeFilterEnabled</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">SpikeFilterMax</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">SpikeFilterMin</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">LimitsEnabled</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">UpperErrorLimit</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">UpperWarningLimit</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">LowerErrorLimit</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">LowerWarningLimit</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">ErrorLimitMessage</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">WarningLimitMessage</command:parameterValue>
          </command:parameterValueGroup>
        </command:parameter>
        <!-- Parameter: Value -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="2">
          <maml:name>Value</maml:name>
          <maml:description>
            <maml:para>Value to set the property to.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object</command:parameterValue>
          <dev:type>
            <maml:name>System.Object</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: ChannelId -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>ChannelId</maml:name>
          <maml:description>
            <maml:para>ID of the channel to set the properties of.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: SensorId -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>SensorId</maml:name>
          <maml:description>
            <maml:para>ID of the channel's parent sensor.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Channel -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Channel</maml:name>
        <maml:description>
          <maml:para>Channel to set the properties of.</maml:para>
        </maml:description>
        <command:parameterValue required="true">Channel</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Channel</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>A value within a sensor that contains the results of monitoring operations.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: SensorId -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>SensorId</maml:name>
        <maml:description>
          <maml:para>ID of the channel's parent sensor.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: ChannelId -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>ChannelId</maml:name>
        <maml:description>
          <maml:para>ID of the channel to set the properties of.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Property -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>Property</maml:name>
        <maml:description>
          <maml:para>Property of the channel to set.</maml:para>
          <maml:para>Possible values: SpikeFilterEnabled, SpikeFilterMax, SpikeFilterMin, LimitsEnabled, UpperErrorLimit, UpperWarningLimit, LowerErrorLimit, LowerWarningLimit, ErrorLimitMessage, WarningLimitMessage</maml:para>
        </maml:description>
        <command:parameterValue required="true">ChannelProperty</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.ChannelProperty</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Specifies the properties of sensor channels that can be interfaced with using the PRTG API.</maml:para>
          </maml:description>
        </dev:type>
        <dev:defaultValue>SpikeFilterEnabled</dev:defaultValue>
        <command:parameterValueGroup>
          <command:parameterValue required="false" variableLength="false">SpikeFilterEnabled</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">SpikeFilterMax</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">SpikeFilterMin</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">LimitsEnabled</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">UpperErrorLimit</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">UpperWarningLimit</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">LowerErrorLimit</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">LowerWarningLimit</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">ErrorLimitMessage</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">WarningLimitMessage</command:parameterValue>
        </command:parameterValueGroup>
      </command:parameter>
      <!-- Parameter: Value -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Value</maml:name>
        <maml:description>
          <maml:para>Value to set the property to.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object</command:parameterValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.Channel</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Channel to set the properties of.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
  </command:command>
  <!-- Cmdlet: Copy-Device -->
  <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>Copy-Device</command:name>
      <command:verb>Copy</command:verb>
      <command:noun>Device</command:noun>
      <maml:description>
        <maml:para>Clone a device within PRTG.</maml:para>
      </maml:description>
    </command:details>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Copy-Device</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes />
    <command:returnValues />
  </command:command>
  <!-- Cmdlet: Get-Device -->
  <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-Device</command:name>
      <command:verb>Get</command:verb>
      <command:noun>Device</command:noun>
      <maml:description>
        <maml:para>Retrieve devices from a PRTG Server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Get-Device cmdlet retrieves devices from a PRTG Server. Devices hold sensors used to monitor a particular system. Get-Device provides a variety of methods of filtering the devices requested from PRTG, including by device name, ID and tags, as well as parent probe/group. Multiple filters can be used in conjunction to futher limit the number of results returned.</maml:para>
      <maml:para>For scenarios in which you wish to filter on properties not covered by parameters available in Get-Device, a custom SearchFilter object can be created by specifying the field name, condition and value to filter upon. For information on properties that can be filtered upon, see New-SearchFilter.</maml:para>
      <maml:para>The Device objects returned from Get-Device can be piped to a variety of other cmdlets for further processing, including Get-Sensor, wherein the ID of each device will be used to filter for its parent sensors.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-Device</maml:name>
        <!-- Parameter: Name -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="0">
          <maml:name>Name</maml:name>
          <maml:description>
            <maml:para>Filter the response to objects with a certain name. Can include wildcards.</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: Filter -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="1">
          <maml:name>Filter</maml:name>
          <maml:description>
            <maml:para>Filter the response to objects that match one or more criteria.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SearchFilter[]</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.SearchFilter[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Count -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Count</maml:name>
          <maml:description>
            <maml:para>Maximum number of results to return.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Group -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Group</maml:name>
          <maml:description>
            <maml:para>The group to retrieve devices for.</maml:para>
          </maml:description>
          <command:parameterValue required="true">Group</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Group</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>A group used to organize one or more devices.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
        <!-- Parameter: Id -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Id</maml:name>
          <maml:description>
            <maml:para>Retrieve an object with a specified ID.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Probe -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Probe</maml:name>
          <maml:description>
            <maml:para>The probe to retrieve devices for.</maml:para>
          </maml:description>
          <command:parameterValue required="true">Probe</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Probe</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>A device used to perform monitoring against a site or set of systems.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
        <!-- Parameter: Tags -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Tags</maml:name>
          <maml:description>
            <maml:para>Filter the response to objects with certain tags. Can include wildcards.</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: Group -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Group</maml:name>
        <maml:description>
          <maml:para>The group to retrieve devices for.</maml:para>
        </maml:description>
        <command:parameterValue required="true">Group</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Group</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>A group used to organize one or more devices.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: Probe -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Probe</maml:name>
        <maml:description>
          <maml:para>The probe to retrieve devices for.</maml:para>
        </maml:description>
        <command:parameterValue required="true">Probe</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Probe</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>A device used to perform monitoring against a site or set of systems.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: Name -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="0">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Filter the response to objects with a certain name. Can include wildcards.</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: Id -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Id</maml:name>
        <maml:description>
          <maml:para>Retrieve an object with a specified ID.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Filter -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Filter</maml:name>
        <maml:description>
          <maml:para>Filter the response to objects that match one or more criteria.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SearchFilter[]</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.SearchFilter[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Tags -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Tags</maml:name>
        <maml:description>
          <maml:para>Filter the response to objects with certain tags. Can include wildcards.</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: Count -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Count</maml:name>
        <maml:description>
          <maml:para>Maximum number of results to return.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.Group</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The group to retrieve devices for.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.Probe</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The probe to retrieve devices for.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.SearchFilter[]</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Filter the response to objects that match one or more criteria.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <!-- OutputType: Device -->
      <command:returnValue>
        <dev:type>
          <maml:name>PrtgAPI.Device</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A computer or piece of equipment containing one or more sensors monitored by PRTG.</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Get-Device dc-1</dev:code>
        <dev:remarks>
          <maml:para>C:\&gt; Get all devices named "dc-1" (case insensitive)</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Get-Device *exch*</dev:code>
        <dev:remarks>
          <maml:para>C:\&gt; Get all devices whose name contains "exch" (case insensitive)</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <dev:code>C:\&gt; Get-Device -Id 2000</dev:code>
        <dev:remarks>
          <maml:para>Get the device with ID 2000</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 4 ----------</maml:title>
        <dev:code>C:\&gt; Get-Probe contoso | Get-Device</dev:code>
        <dev:remarks>
          <maml:para>Get all devices from the probe named "contoso"</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 5 ----------</maml:title>
        <dev:code>C:\&gt; Get-Device -Tags C_OS_Win</dev:code>
        <dev:remarks>
          <maml:para>Get all devices that have the tag "C_OS_Win"</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 6 ----------</maml:title>
        <dev:code>C:\&gt; Get-Device -Count 1</dev:code>
        <dev:remarks>
          <maml:para>Get only 1 device from PRTG.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 7 ----------</maml:title>
        <dev:code>New-SearchFilter location contains "new york" | Get-Device</dev:code>
        <dev:remarks>
          <maml:para>Get all devices whose location contains "new york"</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-Sensor</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Group</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Probe</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Copy-Group -->
  <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>Copy-Group</command:name>
      <command:verb>Copy</command:verb>
      <command:noun>Group</command:noun>
      <maml:description>
        <maml:para>Clone a group within PRTG.</maml:para>
      </maml:description>
    </command:details>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Copy-Group</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes />
    <command:returnValues />
  </command:command>
  <!-- Cmdlet: Get-Group -->
  <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-Group</command:name>
      <command:verb>Get</command:verb>
      <command:noun>Group</command:noun>
      <maml:description>
        <maml:para>Retrieve groups from a PRTG Server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Get-Group cmdlet retrieves groups from a PRTG Server. Groups allow you to organize devices and other groups together. In addition, the root node of PRTG containing all probes in the system is marked as a group. Get-Group provides a variety of methods of filtering the groups requested from PRTG, including by group name, ID and tags, as well as by parent probe/group. Multiple filters can be used in conjunction to further limit the number of results returned.</maml:para>
      <maml:para>For scenarios in which you wish to filter on properties not covered by parameters available in Get-Device, a custom SearchFilter object can be created by specifying the field name, condition and value to filter upon. For more information on properties that can be filtered upon, see New-SearchFilter.</maml:para>
      <maml:para>The Group objects returned from Get-Group can be piped to a variety of other cmdlets for further processing, including Get-Group, Get-Device and Get-Sensor, where the ID or name of the group will be used to filter for child objects of the specified type.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-Group</maml:name>
        <!-- Parameter: Name -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="0">
          <maml:name>Name</maml:name>
          <maml:description>
            <maml:para>Filter the response to objects with a certain name. Can include wildcards.</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: Filter -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="1">
          <maml:name>Filter</maml:name>
          <maml:description>
            <maml:para>Filter the response to objects that match one or more criteria.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SearchFilter[]</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.SearchFilter[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Count -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Count</maml:name>
          <maml:description>
            <maml:para>Maximum number of results to return.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Group -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Group</maml:name>
          <maml:description>
            <maml:para>The parent group to retrieve groups for.</maml:para>
          </maml:description>
          <command:parameterValue required="true">Group</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Group</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>A group used to organize one or more devices.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
        <!-- Parameter: Id -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Id</maml:name>
          <maml:description>
            <maml:para>Retrieve an object with a specified ID.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Probe -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Probe</maml:name>
          <maml:description>
            <maml:para>The probe to retrieve groups for.</maml:para>
          </maml:description>
          <command:parameterValue required="true">Probe</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Probe</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>A device used to perform monitoring against a site or set of systems.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
        <!-- Parameter: Tags -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Tags</maml:name>
          <maml:description>
            <maml:para>Filter the response to objects with certain tags. Can include wildcards.</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: Group -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Group</maml:name>
        <maml:description>
          <maml:para>The parent group to retrieve groups for.</maml:para>
        </maml:description>
        <command:parameterValue required="true">Group</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Group</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>A group used to organize one or more devices.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: Probe -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Probe</maml:name>
        <maml:description>
          <maml:para>The probe to retrieve groups for.</maml:para>
        </maml:description>
        <command:parameterValue required="true">Probe</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Probe</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>A device used to perform monitoring against a site or set of systems.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: Name -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="0">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Filter the response to objects with a certain name. Can include wildcards.</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: Id -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Id</maml:name>
        <maml:description>
          <maml:para>Retrieve an object with a specified ID.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Filter -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Filter</maml:name>
        <maml:description>
          <maml:para>Filter the response to objects that match one or more criteria.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SearchFilter[]</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.SearchFilter[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Tags -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Tags</maml:name>
        <maml:description>
          <maml:para>Filter the response to objects with certain tags. Can include wildcards.</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: Count -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Count</maml:name>
        <maml:description>
          <maml:para>Maximum number of results to return.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.Group</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The parent group to retrieve groups for.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.Probe</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The probe to retrieve groups for.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.SearchFilter[]</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Filter the response to objects that match one or more criteria.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <!-- OutputType: Group -->
      <command:returnValue>
        <dev:type>
          <maml:name>PrtgAPI.Group</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A group used to organize one or more devices.</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Get-Group Servers</dev:code>
        <dev:remarks>
          <maml:para>Get all groups named "Servers" (case insensitive)</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Get-Group *windows*</dev:code>
        <dev:remarks>
          <maml:para>Get all groups whose name contains "windows" (case insensitive)</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <dev:code>C:\&gt; Get-Group -Id 2005</dev:code>
        <dev:remarks>
          <maml:para>Get the group with ID 2005</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 4 ----------</maml:title>
        <dev:code>C:\&gt; Get-Probe contoso | Get-Group</dev:code>
        <dev:remarks>
          <maml:para>Get all groups under the probe named "contoso"</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 5 ----------</maml:title>
        <dev:code>C:\&gt; Get-Group -Count 1</dev:code>
        <dev:remarks>
          <maml:para>Get only 1 group from PRTG.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-Sensor</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Device</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Probe</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-SearchFilter</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-NotificationAction -->
  <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-NotificationAction</command:name>
      <command:verb>Get</command:verb>
      <command:noun>NotificationAction</command:noun>
      <maml:description>
        <maml:para>Retrieve all Notification Actions from a PRTG Server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Get-NotificationAction retrieves notification actions present on a PRTG Server. Notification actions can be triggered under various circumstances via notification triggers. For more information on notification triggers, see Get-NotificationTrigger.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-NotificationAction</maml:name>
        <!-- Parameter: Name -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="0">
          <maml:name>Name</maml:name>
          <maml:description>
            <maml:para>Filter the response to objects with a certain name. Can include wildcards.</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: Name -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="0">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Filter the response to objects with a certain name. Can include wildcards.</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:returnValues>
      <!-- OutputType: NotificationAction -->
      <command:returnValue>
        <dev:type>
          <maml:name>PrtgAPI.NotificationAction</maml:name>
          <maml:uri />
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Get-NotificationTrigger</dev:code>
        <dev:remarks>
          <maml:para>Get all notification actions.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Get-NotificationTrigger *pager*</dev:code>
        <dev:remarks>
          <maml:para>Get all notification actions whose name contains "pager"</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-NotificationTrigger</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Add-NotificationTrigger -->
  <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>Add-NotificationTrigger</command:name>
      <command:verb>Add</command:verb>
      <command:noun>NotificationTrigger</command:noun>
      <maml:description>
        <maml:para>Add a notification trigger to a PRTG Server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Add-NotificationTrigger cmdlet adds a new notification trigger to an object in PRTG. When adding a notification trigger, you must first create a TriggerParameters object that defines the settings to use in the trigger. TriggerParameters can be defined from existing notification triggers or created from scratch. Certain objects do support certain types of notification triggers (e.g. different types of sensors). Attempting to add a notification trigger to an unspecified type will generate an InvalidTriggerTypeException. Notification triggers applied to parent objects that are not supported by their children are simply ignored within PRTG, and do not generate exceptions. For information on viewing the trigger types supported by an object, see Get-NotificationTriggerTypes</maml:para>
      <maml:para>For more information on creating TriggerParameters , see New-NotificationTriggerParameter.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Add-NotificationTrigger</maml:name>
        <!-- Parameter: Parameters -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
          <maml:name>Parameters</maml:name>
          <maml:description>
            <maml:para>The parameters to use to add/modify a NotificationTrigger.</maml:para>
          </maml:description>
          <command:parameterValue required="true">TriggerParameters</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Parameters.TriggerParameters</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Represents parameters use to construct a PrtgUrl for adding/modifying NotificationTrigger objects.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Parameters -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
        <maml:name>Parameters</maml:name>
        <maml:description>
          <maml:para>The parameters to use to add/modify a NotificationTrigger.</maml:para>
        </maml:description>
        <command:parameterValue required="true">TriggerParameters</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Parameters.TriggerParameters</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Represents parameters use to construct a PrtgUrl for adding/modifying NotificationTrigger objects.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.Parameters.TriggerParameters</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The parameters to use to add/modify a NotificationTrigger.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Get-Probe | Get-NotificationTrigger | New-TriggerParameter 2001 | Add-Trigger</dev:code>
        <dev:remarks>
          <maml:para>Add all triggers on all probes directly to the object with ID 2001.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-NotificationTriggerParameter</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-NotificationTrigger</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Edit-NotificationTriggerProperty</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-NotificationTrigger -->
  <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-NotificationTrigger</command:name>
      <command:verb>Get</command:verb>
      <command:noun>NotificationTrigger</command:noun>
      <maml:description>
        <maml:para>Retrieve notification triggers from a PRTG Server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Get-NotificationTrigger cmdlet retrieves notification triggers that are defined on a PRTG Object. Notification triggers define conditions that when met by a sensor or one of its channels, should result in the firing of a notification action. When notification triggers are defined on a device, group, or probe, the triggers are inherited by all nodes under the object. Individual objects can choose to block inheritance of notification triggers, preventing those triggers from trickling down.</maml:para>
      <maml:para>When looking at notification triggers defined on a single object, Get-NotificationTrigger can be invoked with no arguments. When looking at notification triggers across multiple objects, it is often useful to filter out notification triggers inherited from a parent object via the -Inherited parameter.</maml:para>
      <maml:para>NotificationTrigger objects returned from Get-NotificationTrigger can be passed to Edit-NotificationTriggerProperty or New-NotificationTriggerParameter, to allow cloning or editing the trigger's properties.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-NotificationTrigger</maml:name>
        <!-- Parameter: OnNotificationAction -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="0">
          <maml:name>OnNotificationAction</maml:name>
          <maml:description>
            <maml:para>Filter the response to objects with a certain OnNotificationAction. Can include wildcards.</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: Object -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Object</maml:name>
          <maml:description>
            <maml:para>The object to retrieve notification triggers for.</maml:para>
          </maml:description>
          <command:parameterValue required="true">PrtgObject</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Objects.Shared.PrtgObject</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Properties that apply to all PRTG objects.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
        <!-- Parameter: Inherited -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Inherited</maml:name>
          <maml:description>
            <maml:para>Indicates whether to include inherited triggers in the response.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Type -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Type</maml:name>
          <maml:description>
            <maml:para>Filter the response to objects of a certain type.</maml:para>
            <maml:para>Possible values: State, Speed, Volume, Threshold, Change</maml:para>
          </maml:description>
          <command:parameterValue required="true">TriggerType</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.TriggerType</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Specifies types of notification triggers that can be defined on objects.</maml:para>
            </maml:description>
          </dev:type>
          <command:parameterValueGroup>
            <command:parameterValue required="false" variableLength="false">State</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Speed</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Volume</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Threshold</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Change</command:parameterValue>
          </command:parameterValueGroup>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Object -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Object</maml:name>
        <maml:description>
          <maml:para>The object to retrieve notification triggers for.</maml:para>
        </maml:description>
        <command:parameterValue required="true">PrtgObject</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Objects.Shared.PrtgObject</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Properties that apply to all PRTG objects.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: OnNotificationAction -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="0">
        <maml:name>OnNotificationAction</maml:name>
        <maml:description>
          <maml:para>Filter the response to objects with a certain OnNotificationAction. Can include wildcards.</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: Type -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Type</maml:name>
        <maml:description>
          <maml:para>Filter the response to objects of a certain type.</maml:para>
          <maml:para>Possible values: State, Speed, Volume, Threshold, Change</maml:para>
        </maml:description>
        <command:parameterValue required="true">TriggerType</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.TriggerType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Specifies types of notification triggers that can be defined on objects.</maml:para>
          </maml:description>
        </dev:type>
        <command:parameterValueGroup>
          <command:parameterValue required="false" variableLength="false">State</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Speed</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Volume</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Threshold</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Change</command:parameterValue>
        </command:parameterValueGroup>
      </command:parameter>
      <!-- Parameter: Inherited -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Inherited</maml:name>
        <maml:description>
          <maml:para>Indicates whether to include inherited triggers in the response.</maml:para>
        </maml:description>
        <command:parameterValue required="true">bool</command:parameterValue>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.Objects.Shared.PrtgObject</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The object to retrieve notification triggers for.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <!-- OutputType: NotificationTrigger -->
      <command:returnValue>
        <dev:type>
          <maml:name>PrtgAPI.NotificationTrigger</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Causes notification actions to occur when a sensor exhibits a specified behaviour.</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>Get-Probe | Get-NotificationTrigger</dev:code>
        <dev:remarks>
          <maml:para>Get all notification triggers defined on all probes</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>Get-Device | Get-NotificationTrigger *pager* -Inherited $false</dev:code>
        <dev:remarks>
          <maml:para>Get all notification triggers from all devices whose OnNotificationAction action name contains "pager" in the name and are not inherited from any parent objects.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <dev:code>Get-Probe -Id 2001 | Get-NotificationTrigger -Type State</dev:code>
        <dev:remarks>
          <maml:para>Get all State notification triggers from the sensor with ID 2001</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-Sensor</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Device</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Group</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Probe</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Add-NotificationTrigger</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-NotificationTriggerParameter</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-NotificationTrigger</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Edit-NotificationTriggerProperty</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Remove-NotificationTrigger -->
  <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>Remove-NotificationTrigger</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>NotificationTrigger</command:noun>
      <maml:description>
        <maml:para>Remove a notification trigger from a PRTG Object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Remove-NotificationTrigger cmdlet removes a notification trigger from a PRTG Object. Notification triggers can only be removed from the objects on which they are explicitly defined. Attempting to remove a notification trigger from an object which inherits the trigger from its parent will generate an exception.</maml:para>
      <maml:para>If invoked with no arguments other than the notification trigger to be deleted, Remove-NotificationTrigger will prompt for confirmation of each trigger to be deleted. If you wish to remove multiple triggers, it is recommended to first run Remove-NotificationTrigger with the -WhatIf parameter, and then re-run with the -Force parameter if the results of -WhatIf look correct</maml:para>
      <maml:para>When invoked with -WhatIf, Remove-NotificationTrigger will list all notification triggers that would have been removed, along with the OnNotificationAction and Sub ID of the notification trigger and the object ID of the object to which the triggers are applied. Even if you are sure of the triggers you wish to delete, it is recommended to always run with -WhatIf first to confirm you have specified the correct triggers and that PrtgAPI has interpreted your request in the way you intended.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Remove-NotificationTrigger</maml:name>
        <!-- Parameter: Trigger -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Trigger</maml:name>
          <maml:description>
            <maml:para>Notification trigger to remove.</maml:para>
          </maml:description>
          <command:parameterValue required="true">NotificationTrigger</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.NotificationTrigger</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Causes notification actions to occur when a sensor exhibits a specified behaviour.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
        <!-- Parameter: Force -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Force</maml:name>
          <maml:description>
            <maml:para>Forces a notification trigger to be removed without displaying a confirmation prompt.</maml:para>
          </maml:description>
          <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: Trigger -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Trigger</maml:name>
        <maml:description>
          <maml:para>Notification trigger to remove.</maml:para>
        </maml:description>
        <command:parameterValue required="true">NotificationTrigger</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.NotificationTrigger</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Causes notification actions to occur when a sensor exhibits a specified behaviour.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: Force -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Forces a notification trigger to be removed without displaying a confirmation prompt.</maml:para>
        </maml:description>
        <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:inputType>
        <dev:type>
          <maml:name>PrtgAPI.NotificationTrigger</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Notification trigger to remove.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Get-Device dc-1 | Get-NotificationTrigger | Remove-NotificationTrigger -WhatIf</dev:code>
        <dev:remarks>
          <maml:para>"What if: Performing operation "Remove-NotificationTrigger" on target "'Email to Administrator' (Object ID: 2002, Sub ID: 1)""</maml:para>
          <maml:para>Preview what will happen when you attempt all triggers from all devices with the name 'dc-1'</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Get-Device dc-1 | Get-NotificationTrigger | Remove-NotificationTrigger -Force</dev:code>
        <dev:remarks>
          <maml:para>Remove all notification triggers from devices named 'dc-1' without prompting for confirmation.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-NotificationTrigger</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Set-NotificationTrigger -->
  <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-NotificationTrigger</command:name>
      <command:verb>Set</command:verb>
      <command:noun>NotificationTrigger</command:noun>
      <maml:description>
        <maml:para>Add or modify a notification trigger on a PRTG Server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Set-NotificationTrigger cmdlet updates an existing notification trigger defined on an object in PRTG. When editing a notification trigger, you must first create a TriggerParameters object that defines the settings you wish to modify. TriggerParameters can be created from an existing notification trigger or created from scratch.</maml:para>
      <maml:para>For more information on creating TriggerParameters, see New-NotificationTriggerParameter</maml:para>
      <maml:para>For information on how to quickly edit a single trigger property, see Edit-NotificationTriggerProperty.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Set-NotificationTrigger</maml:name>
        <!-- Parameter: Parameters -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
          <maml:name>Parameters</maml:name>
          <maml:description>
            <maml:para>The parameters to use to add/modify a NotificationTrigger.</maml:para>
          </maml:description>
          <command:parameterValue required="true">TriggerParameters</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Parameters.TriggerParameters</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Represents parameters use to construct a PrtgUrl for adding/modifying NotificationTrigger objects.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Parameters -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
        <maml:name>Parameters</maml:name>
        <maml:description>
          <maml:para>The parameters to use to add/modify a NotificationTrigger.</maml:para>
        </maml:description>
        <command:parameterValue required="true">TriggerParameters</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Parameters.TriggerParameters</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Represents parameters use to construct a PrtgUrl for adding/modifying NotificationTrigger objects.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.Parameters.TriggerParameters</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The parameters to use to add/modify a NotificationTrigger.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>C:\&gt; $triggerParams = Get-Probe | Get-Trigger -Type State | New-TriggerParameter</maml:para>
          <maml:para>C:\&gt; $triggerParams.RepeatInterval = 20</maml:para>
          <maml:para>C:\&gt; $triggerParams.OffNotificationAction = $null</maml:para>
          <maml:para>C:\&gt; $triggerParams | Set-NotificationTrigger</maml:para>
        </maml:introduction>
        <dev:code></dev:code>
        <dev:remarks>
          <maml:para>Set the repeat interval of the notification to trigger to every 20 minutes, and remove the off notification action. This example assumes there is exactly one probe in the system with exactly one state notification trigger defined on it.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-NotificationTriggerParameter</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Edit-NotificationTriggerProperty</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: New-NotificationTriggerParameter -->
  <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>New-NotificationTriggerParameter</command:name>
      <command:verb>New</command:verb>
      <command:noun>NotificationTriggerParameter</command:noun>
      <maml:description>
        <maml:para>Create a new set of notification trigger parameters for adding or editing a notification trigger.</maml:para>
      </maml:description>
    </command:details>
    <command:syntax>
      <!-- Parameter set: Add -->
      <command:syntaxItem>
        <maml:name>New-NotificationTriggerParameter</maml:name>
        <!-- Parameter: Id -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
          <maml:name>Id</maml:name>
          <maml:description>
            <maml:para>The ID of the object the notification trigger will be created for.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Type -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
          <maml:name>Type</maml:name>
          <maml:description>
            <maml:para>The type of notification trigger to manipulate.</maml:para>
            <maml:para>Possible values: State, Speed, Volume, Threshold, Change</maml:para>
          </maml:description>
          <command:parameterValue required="true">TriggerType</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.TriggerType</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Specifies types of notification triggers that can be defined on objects.</maml:para>
            </maml:description>
          </dev:type>
          <command:parameterValueGroup>
            <command:parameterValue required="false" variableLength="false">State</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Speed</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Volume</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Threshold</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Change</command:parameterValue>
          </command:parameterValueGroup>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Edit -->
      <command:syntaxItem>
        <maml:name>New-NotificationTriggerParameter</maml:name>
        <!-- Parameter: Id -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
          <maml:name>Id</maml:name>
          <maml:description>
            <maml:para>The ID of the object the notification trigger will be created for.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: TriggerId -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
          <maml:name>TriggerId</maml:name>
          <maml:description>
            <maml:para>The Sub ID of the trigger to manipulate.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Type -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="2">
          <maml:name>Type</maml:name>
          <maml:description>
            <maml:para>The type of notification trigger to manipulate.</maml:para>
            <maml:para>Possible values: State, Speed, Volume, Threshold, Change</maml:para>
          </maml:description>
          <command:parameterValue required="true">TriggerType</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.TriggerType</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Specifies types of notification triggers that can be defined on objects.</maml:para>
            </maml:description>
          </dev:type>
          <command:parameterValueGroup>
            <command:parameterValue required="false" variableLength="false">State</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Speed</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Volume</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Threshold</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Change</command:parameterValue>
          </command:parameterValueGroup>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: AddFrom -->
      <command:syntaxItem>
        <maml:name>New-NotificationTriggerParameter</maml:name>
        <!-- Parameter: Id -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>Id</maml:name>
          <maml:description>
            <maml:para>The ID of the object the notification trigger will be created for.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Source -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Source</maml:name>
          <maml:description>
            <maml:para>The notification trigger import trigger parameters from.</maml:para>
          </maml:description>
          <command:parameterValue required="true">NotificationTrigger</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.NotificationTrigger</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Causes notification actions to occur when a sensor exhibits a specified behaviour.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: EditFrom -->
      <command:syntaxItem>
        <maml:name>New-NotificationTriggerParameter</maml:name>
        <!-- Parameter: Source -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Source</maml:name>
          <maml:description>
            <maml:para>The notification trigger import trigger parameters from.</maml:para>
          </maml:description>
          <command:parameterValue required="true">NotificationTrigger</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.NotificationTrigger</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Causes notification actions to occur when a sensor exhibits a specified behaviour.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Id -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
        <maml:name>Id</maml:name>
        <maml:description>
          <maml:para>The ID of the object the notification trigger will be created for.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Source -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Source</maml:name>
        <maml:description>
          <maml:para>The notification trigger import trigger parameters from.</maml:para>
        </maml:description>
        <command:parameterValue required="true">NotificationTrigger</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.NotificationTrigger</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Causes notification actions to occur when a sensor exhibits a specified behaviour.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: TriggerId -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>TriggerId</maml:name>
        <maml:description>
          <maml:para>The Sub ID of the trigger to manipulate.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Type -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>Type</maml:name>
        <maml:description>
          <maml:para>The type of notification trigger to manipulate.</maml:para>
          <maml:para>Possible values: State, Speed, Volume, Threshold, Change</maml:para>
        </maml:description>
        <command:parameterValue required="true">TriggerType</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.TriggerType</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Specifies types of notification triggers that can be defined on objects.</maml:para>
          </maml:description>
        </dev:type>
        <command:parameterValueGroup>
          <command:parameterValue required="false" variableLength="false">State</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Speed</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Volume</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Threshold</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Change</command:parameterValue>
        </command:parameterValueGroup>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID of the object the notification trigger will be created for.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.NotificationTrigger</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The notification trigger import trigger parameters from.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <!-- OutputType: TriggerParameters -->
      <command:returnValue>
        <dev:type>
          <maml:name>PrtgAPI.Parameters.TriggerParameters</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Represents parameters use to construct a PrtgUrl for adding/modifying NotificationTrigger objects.</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
  </command:command>
  <!-- Cmdlet: Edit-NotificationTriggerProperty -->
  <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>Edit-NotificationTriggerProperty</command:name>
      <command:verb>Edit</command:verb>
      <command:noun>NotificationTriggerProperty</command:noun>
      <maml:description>
        <maml:para>Edit a notification trigger on a PRTG Server.</maml:para>
      </maml:description>
    </command:details>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Edit-NotificationTriggerProperty</maml:name>
        <!-- Parameter: Property -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>Property</maml:name>
          <maml:description>
            <maml:para>The property to modify.</maml:para>
            <maml:para>Possible values: State, Latency, OnNotificationAction, OffNotificationAction, EscalationNotificationAction, EscalationLatency, RepeatInterval, Channel, Period, UnitSize, Condition, Threshold, UnitTime</maml:para>
          </maml:description>
          <command:parameterValue required="true">TriggerProperty</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.TriggerProperty</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Specifies properties that can be modified on notification triggers.</maml:para>
            </maml:description>
          </dev:type>
          <dev:defaultValue>State</dev:defaultValue>
          <command:parameterValueGroup>
            <command:parameterValue required="false" variableLength="false">State</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Latency</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">OnNotificationAction</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">OffNotificationAction</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">EscalationNotificationAction</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">EscalationLatency</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">RepeatInterval</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Channel</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Period</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">UnitSize</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Condition</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Threshold</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">UnitTime</command:parameterValue>
          </command:parameterValueGroup>
        </command:parameter>
        <!-- Parameter: Value -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
          <maml:name>Value</maml:name>
          <maml:description>
            <maml:para>Value to set the property to.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object</command:parameterValue>
          <dev:type>
            <maml:name>System.Object</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Trigger -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Trigger</maml:name>
          <maml:description>
            <maml:para>Notification Trigger to edit.</maml:para>
          </maml:description>
          <command:parameterValue required="true">NotificationTrigger</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.NotificationTrigger</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Causes notification actions to occur when a sensor exhibits a specified behaviour.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Trigger -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Trigger</maml:name>
        <maml:description>
          <maml:para>Notification Trigger to edit.</maml:para>
        </maml:description>
        <command:parameterValue required="true">NotificationTrigger</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.NotificationTrigger</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Causes notification actions to occur when a sensor exhibits a specified behaviour.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: Property -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>Property</maml:name>
        <maml:description>
          <maml:para>The property to modify.</maml:para>
          <maml:para>Possible values: State, Latency, OnNotificationAction, OffNotificationAction, EscalationNotificationAction, EscalationLatency, RepeatInterval, Channel, Period, UnitSize, Condition, Threshold, UnitTime</maml:para>
        </maml:description>
        <command:parameterValue required="true">TriggerProperty</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.TriggerProperty</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Specifies properties that can be modified on notification triggers.</maml:para>
          </maml:description>
        </dev:type>
        <dev:defaultValue>State</dev:defaultValue>
        <command:parameterValueGroup>
          <command:parameterValue required="false" variableLength="false">State</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Latency</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">OnNotificationAction</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">OffNotificationAction</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">EscalationNotificationAction</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">EscalationLatency</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">RepeatInterval</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Channel</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Period</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">UnitSize</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Condition</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Threshold</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">UnitTime</command:parameterValue>
        </command:parameterValueGroup>
      </command:parameter>
      <!-- Parameter: Value -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>Value</maml:name>
        <maml:description>
          <maml:para>Value to set the property to.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object</command:parameterValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.NotificationTrigger</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Notification Trigger to edit.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
  </command:command>
  <!-- Cmdlet: Get-NotificationTriggerTypes -->
  <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-NotificationTriggerTypes</command:name>
      <command:verb>Get</command:verb>
      <command:noun>NotificationTriggerTypes</command:noun>
      <maml:description>
        <maml:para>Retrieve all notification trigger types supported by a PRTG Object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Get-NotificationTriggerTypes cmdlet retrieves a list of all notification trigger types supported by a PRTG Object. Certain objects (such as sensors) only support certain types of notification triggers depending on what the object is used for (e.g. network traffic sensors vs disk uage sensors). Attempting to add a trigger of an unsupported type with Add-NotificationTrigger will generate an InvalidTriggerTypeException.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-NotificationTriggerTypes</maml:name>
        <!-- Parameter: Id -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
          <maml:name>Id</maml:name>
          <maml:description>
            <maml:para>The ID of the object to retrieve notification trigger types for.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Id -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
        <maml:name>Id</maml:name>
        <maml:description>
          <maml:para>The ID of the object to retrieve notification trigger types for.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID of the object to retrieve notification trigger types for.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>Get-Sensor -Id 2001 | Get-NotificationTriggerTypes</dev:code>
        <dev:remarks>
          <maml:para>Get all notification trigger types supported by the sensor with object ID 2001.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-NotificationTrigger</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-NotificationTriggerParameter</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Add-NotificationTrigger</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Remove-Object -->
  <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>Remove-Object</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>Object</command:noun>
      <maml:description>
        <maml:para>Permanently remove an object from PRTG.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Remove-Object cmdlet permanently removes an object from PRTG. Some objects cannot be deleted (e.g. the root PRTG group (ID 0) and will generate an exception if you attempt to do so.</maml:para>
      <maml:para>If invoked with no arguments other than the object to be deleted, Remove-Object will prompt for confirmation of each object to be deleted. If you wish to delete multiple objects, it is recommend to first run Remove-Object with the -WhatIf parameter, and then re-run with the -Force parameter if the results of -WhatIf look correct.</maml:para>
      <maml:para>When invoked with -WhatIf, Remove-Object will list all objects that would have been deleted, along with their corresponding object IDs. Even if you are sure of the objects you wish to delete, it is recommended to always run with -WhatIf first to confirm you have specified the correct objects and that PrtgAPI has interpreted your request in the way you intended.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Remove-Object</maml:name>
        <!-- Parameter: Object -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Object</maml:name>
          <maml:description>
            <maml:para>The object to remove.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SensorOrDeviceOrGroupOrProbe</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Objects.Shared.SensorOrDeviceOrGroupOrProbe</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Properties that apply to Sensors, Devices, Groups and Probes.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
        <!-- Parameter: Force -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Force</maml:name>
          <maml:description>
            <maml:para>Forces an object to be removed without displaying a confirmation prompt.</maml:para>
          </maml:description>
          <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: Object -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Object</maml:name>
        <maml:description>
          <maml:para>The object to remove.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SensorOrDeviceOrGroupOrProbe</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Objects.Shared.SensorOrDeviceOrGroupOrProbe</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Properties that apply to Sensors, Devices, Groups and Probes.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: Force -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Forces an object to be removed without displaying a confirmation prompt.</maml:para>
        </maml:description>
        <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:inputType>
        <dev:type>
          <maml:name>PrtgAPI.Objects.Shared.SensorOrDeviceOrGroupOrProbe</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The object to remove.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Get-Device dc-1 | Remove-Object -WhatIf</dev:code>
        <dev:remarks>
          <maml:para>"What if: Performing the operation "Remove-Object" on target "'dc-1' (ID: 2001)""</maml:para>
          <maml:para>Preview what will happen when you attempt to remove all devices named 'dc-1'</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Get-Device dc-1 | Remove-Object -Force</dev:code>
        <dev:remarks>
          <maml:para>Remove all devices with name 'dc-1' without prompting for confirmation.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-Sensor</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Device</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Group</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Probe</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Rename-Object -->
  <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>Rename-Object</command:name>
      <command:verb>Rename</command:verb>
      <command:noun>Object</command:noun>
      <maml:description>
        <maml:para>Rename a PRTG object.</maml:para>
      </maml:description>
    </command:details>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Rename-Object</maml:name>
        <!-- Parameter: Name -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>Name</maml:name>
          <maml:description>
            <maml:para>The new name to give the object.</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: Object -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Object</maml:name>
          <maml:description>
            <maml:para>The object to rename.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SensorOrDeviceOrGroupOrProbe</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Objects.Shared.SensorOrDeviceOrGroupOrProbe</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Properties that apply to Sensors, Devices, Groups and Probes.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Object -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Object</maml:name>
        <maml:description>
          <maml:para>The object to rename.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SensorOrDeviceOrGroupOrProbe</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Objects.Shared.SensorOrDeviceOrGroupOrProbe</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Properties that apply to Sensors, Devices, Groups and Probes.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: Name -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>The new name to give the object.</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>PrtgAPI.Objects.Shared.SensorOrDeviceOrGroupOrProbe</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The object to rename.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
  </command:command>
  <!-- Cmdlet: Resume-Object -->
  <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>Resume-Object</command:name>
      <command:verb>Resume</command:verb>
      <command:noun>Object</command:noun>
      <maml:description>
        <maml:para>Resume an object from a paused or simulated error state.</maml:para>
      </maml:description>
    </command:details>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Resume-Object</maml:name>
        <!-- Parameter: Object -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Object</maml:name>
          <maml:description>
            <maml:para>The object to resume.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SensorOrDeviceOrGroupOrProbe</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Objects.Shared.SensorOrDeviceOrGroupOrProbe</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Properties that apply to Sensors, Devices, Groups and Probes.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Object -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Object</maml:name>
        <maml:description>
          <maml:para>The object to resume.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SensorOrDeviceOrGroupOrProbe</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Objects.Shared.SensorOrDeviceOrGroupOrProbe</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Properties that apply to Sensors, Devices, Groups and Probes.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.Objects.Shared.SensorOrDeviceOrGroupOrProbe</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The object to resume.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>Get-Sensor Memory | Rename-Object "Memory Free"</dev:code>
        <dev:remarks>
          <maml:para>Rename all objects named "Memory" (case insensitive) to "Memory Free"</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>Get-Sensor Memory | Rename-Object "Memory Free" -WhatIf</dev:code>
        <dev:remarks>
          <maml:para>What if: Performing the operation "Rename-Object" on target "'Memory' (ID: 2001)"</maml:para>
          <maml:para>Preview what will happen when you attempt to rename all objects named "Memory"</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-Sensor</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Device</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Group</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Probe</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Suspend-Object -->
  <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>Suspend-Object</command:name>
      <command:verb>Suspend</command:verb>
      <command:noun>Object</command:noun>
      <maml:description>
        <maml:para>Disable monitoring on an object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Pause-Object cmdlet disables monitoring of an object in PRTG. When an object is paused, all children of the object are paused as well. Child objects can be independently paused and unpaused while their parent is paused, however their states will not modify as long as their parent is overriding them.</maml:para>
      <maml:para>When pausing an object, you must specify how long to pause the object for. While in a paused state PRTG will not attempt to execute any sensor objects covered by the paused object.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Default -->
      <command:syntaxItem>
        <maml:name>Suspend-Object</maml:name>
        <!-- Parameter: Duration -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>Duration</maml:name>
          <maml:description>
            <maml:para>The duration to pause the object for, in minutes.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Object -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Object</maml:name>
          <maml:description>
            <maml:para>The object to pause.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SensorOrDeviceOrGroupOrProbe</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Objects.Shared.SensorOrDeviceOrGroupOrProbe</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Properties that apply to Sensors, Devices, Groups and Probes.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
        <!-- Parameter: Message -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Message</maml:name>
          <maml:description>
            <maml:para>A message to display on the object indicating the reason it is paused.</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>
      <!-- Parameter set: Until -->
      <command:syntaxItem>
        <maml:name>Suspend-Object</maml:name>
        <!-- Parameter: Object -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Object</maml:name>
          <maml:description>
            <maml:para>The object to pause.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SensorOrDeviceOrGroupOrProbe</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Objects.Shared.SensorOrDeviceOrGroupOrProbe</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Properties that apply to Sensors, Devices, Groups and Probes.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
        <!-- Parameter: Until -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>Until</maml:name>
          <maml:description>
            <maml:para>The datetime at which the object should be unpaused.</maml:para>
          </maml:description>
          <command:parameterValue required="true">DateTime</command:parameterValue>
          <dev:type>
            <maml:name>System.DateTime</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Message -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Message</maml:name>
          <maml:description>
            <maml:para>A message to display on the object indicating the reason it is paused.</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>
      <!-- Parameter set: Forever -->
      <command:syntaxItem>
        <maml:name>Suspend-Object</maml:name>
        <!-- Parameter: Forever -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>Forever</maml:name>
          <maml:description>
            <maml:para>Indicates the object should be paused indefinitely.</maml:para>
          </maml:description>
          <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>
        <!-- Parameter: Object -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Object</maml:name>
          <maml:description>
            <maml:para>The object to pause.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SensorOrDeviceOrGroupOrProbe</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Objects.Shared.SensorOrDeviceOrGroupOrProbe</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Properties that apply to Sensors, Devices, Groups and Probes.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
        <!-- Parameter: Message -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Message</maml:name>
          <maml:description>
            <maml:para>A message to display on the object indicating the reason it is paused.</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: Object -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Object</maml:name>
        <maml:description>
          <maml:para>The object to pause.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SensorOrDeviceOrGroupOrProbe</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Objects.Shared.SensorOrDeviceOrGroupOrProbe</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Properties that apply to Sensors, Devices, Groups and Probes.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: Message -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Message</maml:name>
        <maml:description>
          <maml:para>A message to display on the object indicating the reason it is paused.</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: Duration -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>Duration</maml:name>
        <maml:description>
          <maml:para>The duration to pause the object for, in minutes.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Until -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>Until</maml:name>
        <maml:description>
          <maml:para>The datetime at which the object should be unpaused.</maml:para>
        </maml:description>
        <command:parameterValue required="true">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>System.DateTime</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Forever -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>Forever</maml:name>
        <maml:description>
          <maml:para>Indicates the object should be paused indefinitely.</maml:para>
        </maml:description>
        <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:inputType>
        <dev:type>
          <maml:name>PrtgAPI.Objects.Shared.SensorOrDeviceOrGroupOrProbe</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The object to pause.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Get-Sensor -Id 2001 | Pause-Object -Duration 60</dev:code>
        <dev:remarks>
          <maml:para>Pause the object with ID 2001 for 60 minutes.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Get-Probe *chicago* | Pause-Object -Until (Get-Date).AddDays(2) -Message "Office move in progress"</dev:code>
        <dev:remarks>
          <maml:para>Pause all probes whose names contain "chicago" for three days with a message explaining the reason the object was paused.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <dev:code>C:\&gt; Get-Device fw-1 | Pause-Object -Forever -Message "Decomissioning"</dev:code>
        <dev:remarks>
          <maml:para>Pause all devices named "fw-1" forever with a message explaining the reason the object was paused.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Resume-Object</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Update-Object -->
  <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>Update-Object</command:name>
      <command:verb>Update</command:verb>
      <command:noun>Object</command:noun>
      <maml:description>
        <maml:para>Request an object and any if its children refresh themselves immediately.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Refresh-Object cmdlet causes an object to refresh itself. Sensor objects automatically refresh according to their Scanning Interval. Refresh-Object allows you to bypass this interval and request the sensor update immediately. If Refresh-Object is applied to a Device, Group or Probe, all sensors under that object will be refreshed.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Update-Object</maml:name>
        <!-- Parameter: Object -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Object</maml:name>
          <maml:description>
            <maml:para>The object to refresh.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SensorOrDeviceOrGroupOrProbe</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Objects.Shared.SensorOrDeviceOrGroupOrProbe</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Properties that apply to Sensors, Devices, Groups and Probes.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Object -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Object</maml:name>
        <maml:description>
          <maml:para>The object to refresh.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SensorOrDeviceOrGroupOrProbe</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Objects.Shared.SensorOrDeviceOrGroupOrProbe</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Properties that apply to Sensors, Devices, Groups and Probes.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.Objects.Shared.SensorOrDeviceOrGroupOrProbe</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The object to refresh.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>Get-Sensor -Id 2001 | Refresh-Object</dev:code>
        <dev:remarks>
          <maml:para>Refresh the sensor with object ID 2001.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>Get-Device -Id 2000 | Refresh-Object</dev:code>
        <dev:remarks>
          <maml:para>Refresh all sensors under the device with ID 2000.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-Sensor</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Device</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Group</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Probe</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-ObjectProperty -->
  <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-ObjectProperty</command:name>
      <command:verb>Get</command:verb>
      <command:noun>ObjectProperty</command:noun>
    </command:details>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-ObjectProperty</maml:name>
        <!-- Parameter: Object -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
          <maml:name>Object</maml:name>
          <command:parameterValue required="true">PrtgObject</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Objects.Shared.PrtgObject</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Properties that apply to all PRTG objects.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Object -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
        <maml:name>Object</maml:name>
        <command:parameterValue required="true">PrtgObject</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Objects.Shared.PrtgObject</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Properties that apply to all PRTG objects.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.Objects.Shared.PrtgObject</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Properties that apply to all PRTG objects.</maml:para>
          </maml:description>
        </dev:type>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
  </command:command>
  <!-- Cmdlet: Set-ObjectProperty -->
  <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-ObjectProperty</command:name>
      <command:verb>Set</command:verb>
      <command:noun>ObjectProperty</command:noun>
      <maml:description>
        <maml:para>Modify the value of an object property.</maml:para>
      </maml:description>
    </command:details>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Set-ObjectProperty</maml:name>
        <!-- Parameter: Property -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>Property</maml:name>
          <maml:description>
            <maml:para>The property to modify.</maml:para>
            <maml:para>Possible values: InheritScanningInterval, ScanningInterval, ErrorIntervalDown</maml:para>
          </maml:description>
          <command:parameterValue required="true">ObjectProperty</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.ObjectProperty</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Specifies the settings of objects that can be interfaced with using the PRTG HTTP API.</maml:para>
            </maml:description>
          </dev:type>
          <dev:defaultValue>InheritScanningInterval</dev:defaultValue>
          <command:parameterValueGroup>
            <command:parameterValue required="false" variableLength="false">InheritScanningInterval</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">ScanningInterval</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">ErrorIntervalDown</command:parameterValue>
          </command:parameterValueGroup>
        </command:parameter>
        <!-- Parameter: Value -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
          <maml:name>Value</maml:name>
          <maml:description>
            <maml:para>The value to set for the specified property.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object</command:parameterValue>
          <dev:type>
            <maml:name>System.Object</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Object -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Object</maml:name>
          <maml:description>
            <maml:para>The object to modify the properties of.</maml:para>
          </maml:description>
          <command:parameterValue required="true">PrtgObject</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Objects.Shared.PrtgObject</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Properties that apply to all PRTG objects.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Object -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Object</maml:name>
        <maml:description>
          <maml:para>The object to modify the properties of.</maml:para>
        </maml:description>
        <command:parameterValue required="true">PrtgObject</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Objects.Shared.PrtgObject</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Properties that apply to all PRTG objects.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: Property -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>Property</maml:name>
        <maml:description>
          <maml:para>The property to modify.</maml:para>
          <maml:para>Possible values: InheritScanningInterval, ScanningInterval, ErrorIntervalDown</maml:para>
        </maml:description>
        <command:parameterValue required="true">ObjectProperty</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.ObjectProperty</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Specifies the settings of objects that can be interfaced with using the PRTG HTTP API.</maml:para>
          </maml:description>
        </dev:type>
        <dev:defaultValue>InheritScanningInterval</dev:defaultValue>
        <command:parameterValueGroup>
          <command:parameterValue required="false" variableLength="false">InheritScanningInterval</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">ScanningInterval</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">ErrorIntervalDown</command:parameterValue>
        </command:parameterValueGroup>
      </command:parameter>
      <!-- Parameter: Value -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>Value</maml:name>
        <maml:description>
          <maml:para>The value to set for the specified property.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object</command:parameterValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.Objects.Shared.PrtgObject</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The object to modify the properties of.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
  </command:command>
  <!-- Cmdlet: Get-Probe -->
  <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-Probe</command:name>
      <command:verb>Get</command:verb>
      <command:noun>Probe</command:noun>
      <maml:description>
        <maml:para>Retrieve probes from a PRTG Server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Get-Probe cmdlet retrieves probes from a PRTG Server. Probes represent sites where the PRTG Probe Service has been installed. Each PRTG Server has a single Core Probe. Additional probes may be installed with the PRTG Remote Probe installer for monitoring of remote sites. Get-Probe provides a variety of methods of filtering the probes requested from PRTG, including by probe name, ID and tags. Multiple filters can be used in conjunction to further limit the number of results returned.</maml:para>
      <maml:para>For scenarios in which you wish to filter on properties not covered by the parameters available in Get-Probe, a custom SearchFilter object can be created by specifying the field name, condition and value to filter upon. For information on properties that can be filtered upon, see New-SearchFilter</maml:para>
      <maml:para>The Probe objects returned from Get-Probe can be piped to a variety of other cmdlets for further processing, including Get-Group, Get-Device and Get-Sensor, where the ID or name of the probe will be used to filter for child objects of the specified type.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-Probe</maml:name>
        <!-- Parameter: Name -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="0">
          <maml:name>Name</maml:name>
          <maml:description>
            <maml:para>Filter the response to objects with a certain name. Can include wildcards.</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: Filter -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="1">
          <maml:name>Filter</maml:name>
          <maml:description>
            <maml:para>Filter the response to objects that match one or more criteria.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SearchFilter[]</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.SearchFilter[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Count -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Count</maml:name>
          <maml:description>
            <maml:para>Maximum number of results to return.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Id -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Id</maml:name>
          <maml:description>
            <maml:para>Retrieve an object with a specified ID.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Tags -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Tags</maml:name>
          <maml:description>
            <maml:para>Filter the response to objects with certain tags. Can include wildcards.</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: Name -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="0">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Filter the response to objects with a certain name. Can include wildcards.</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: Id -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Id</maml:name>
        <maml:description>
          <maml:para>Retrieve an object with a specified ID.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Filter -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Filter</maml:name>
        <maml:description>
          <maml:para>Filter the response to objects that match one or more criteria.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SearchFilter[]</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.SearchFilter[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Tags -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Tags</maml:name>
        <maml:description>
          <maml:para>Filter the response to objects with certain tags. Can include wildcards.</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: Count -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Count</maml:name>
        <maml:description>
          <maml:para>Maximum number of results to return.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.SearchFilter[]</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Filter the response to objects that match one or more criteria.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <!-- OutputType: Probe -->
      <command:returnValue>
        <dev:type>
          <maml:name>PrtgAPI.Probe</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A device used to perform monitoring against a site or set of systems.</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Get-Probe contoso</dev:code>
        <dev:remarks>
          <maml:para>Get all probes named "contoso" (case insensitive)</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Get-Probe *office*</dev:code>
        <dev:remarks>
          <maml:para>Get all probes whose name contains "office" (case insensitive)</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <dev:code>C:\&gt; Get-Probe -Id 1</dev:code>
        <dev:remarks>
          <maml:para>Get the probe with ID 1</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 4 ----------</maml:title>
        <dev:code>C:\&gt; Get-Probe -Count 1</dev:code>
        <dev:remarks>
          <maml:para>Get only 1 probe from PRTG.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 5 ----------</maml:title>
        <dev:code>C:\&gt; New-SearchFilter totalsens greaterthan 100 | Get-Probe</dev:code>
        <dev:remarks>
          <maml:para>Get all probes that contain more than 100 sensors.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-Sensor</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Device</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Group</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-SearchFilter</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-PrtgClient -->
  <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-PrtgClient</command:name>
      <command:verb>Get</command:verb>
      <command:noun>PrtgClient</command:noun>
      <maml:description>
        <maml:para>Retrieves the current session's PrtgClient</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Get-PrtgClient cmdlet allows you to access the PrtgClient of the current session previously created with a call to Connect-PrtgServer. This allows you to view/edit the properties of the PrtgClient previously defined in your call to Connect-PrtgServer, as well as access the raw C# PrtgAPI should you wish to bypass or access methods not in the PowerShell interface.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-PrtgClient</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes />
    <command:returnValues>
      <!-- OutputType: PrtgClient -->
      <command:returnValue>
        <dev:type>
          <maml:name>PrtgAPI.PrtgClient</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Provides methods for generating API requests against a PRTG Network Monitor server.</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Get-PrtgClient</dev:code>
        <dev:remarks>
          <maml:para>View the settings of the session's PrtgClient. If the session does not have a PrtgClient, the cmdlet returns null</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; (Get-PrtgClient).RetryCount = 5</dev:code>
        <dev:remarks>
          <maml:para>Change the RetryCount of the PrtgClient to 5</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <dev:code>C:\&gt; (Get-PrtgClient).GetSensors()</dev:code>
        <dev:remarks>
          <maml:para>Invoke the GetSensors method of the PrtgClient</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Connect-PrtgServer</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Disconnect-PrtgServer</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Connect-PrtgServer -->
  <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>Connect-PrtgServer</command:name>
      <command:verb>Connect</command:verb>
      <command:noun>PrtgServer</command:noun>
      <maml:description>
        <maml:para>Initializes a new instance of a PrtgClient. This cmdlet must be called at least once before attempting to use any other cmdlets.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Connect-PrtgServer cmdlet establishes a new connection to a PRTG Server. As PRTG uses a stateless REST API, Connect-PrtgServer initializes a PrtgClient which stores the settings that will be used when generating each request.</maml:para>
      <maml:para>PRTG supports two authentication methods: username/password and username/passhash. A PassHash is a numeric password generated by PRTG that can be used in place of your regular password. When your PrtgClient is initialized, if you have specified a password PrtgAPI will automatically retrieve your account's PassHash for use in all future requests.</maml:para>
      <maml:para>By default when PRTG times out while processing a request PrtgAPI will throw an exception. This can be quite problematic when attempting to batch process a large number of items with PrtgAPI in PowerShell. You can request PrtgAPI automatically attempt to retry failed requests by specifying the -RetryCount and -RetryDelay parameters. If -RetryCount is greater than 0, PrtgAPI will send a warning to the pipeline indicating a failure has occurred, as well as the number of retries remaining before PrtgAPI gives up. Each request invocation uses a separate retry count.</maml:para>
      <maml:para>Attempting to invoke Connect-PrtgServer after a PrtgClient has already been initialized for the current session will generate an exception. To override the existing PrtgClient, specify the -Force parameter to Connect-PrtgServer, or invalidate the PrtgClient by calling Disconnect-PrtgServer.</maml:para>
      <maml:para>For information on viewing and editing the session's PrtgClient settings see Get-PrtgClient.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Connect-PrtgServer</maml:name>
        <!-- Parameter: Server -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>Server</maml:name>
          <maml:description>
            <maml:para>Specifies the PRTG Server requests will be made against.</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: Credential -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
          <maml:name>Credential</maml:name>
          <maml:description>
            <maml:para>Specifies the username and password to authenticate with. If PassHash is specified, the password will be treated as a PassHash instead.</maml:para>
          </maml:description>
          <command:parameterValue required="true">PSCredential</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.PSCredential</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Force -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Force</maml:name>
          <maml:description>
            <maml:para>Forces a PrtgClient to be replaced if one already exists.</maml:para>
          </maml:description>
          <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>
        <!-- Parameter: PassHash -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>PassHash</maml:name>
          <maml:description>
            <maml:para>Specifies that the Credential's password contains a PassHash instead of a Password.</maml:para>
          </maml:description>
          <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>
        <!-- Parameter: RetryCount -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>RetryCount</maml:name>
          <maml:description>
            <maml:para>The number of times to retry a request that times out while communicating with PRTG.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: RetryDelay -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>RetryDelay</maml:name>
          <maml:description>
            <maml:para>The base delay (in seconds) between retrying a timed out request. Each successive failure of a given request will wait an additional multiple of this value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Server -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>Server</maml:name>
        <maml:description>
          <maml:para>Specifies the PRTG Server requests will be made against.</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: Credential -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
        <maml:name>Credential</maml:name>
        <maml:description>
          <maml:para>Specifies the username and password to authenticate with. If PassHash is specified, the password will be treated as a PassHash instead.</maml:para>
        </maml:description>
        <command:parameterValue required="true">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.PSCredential</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Force -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Forces a PrtgClient to be replaced if one already exists.</maml:para>
        </maml:description>
        <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>
      <!-- Parameter: PassHash -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>PassHash</maml:name>
        <maml:description>
          <maml:para>Specifies that the Credential's password contains a PassHash instead of a Password.</maml:para>
        </maml:description>
        <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>
      <!-- Parameter: RetryCount -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>RetryCount</maml:name>
        <maml:description>
          <maml:para>The number of times to retry a request that times out while communicating with PRTG.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: RetryDelay -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>RetryDelay</maml:name>
        <maml:description>
          <maml:para>The base delay (in seconds) between retrying a timed out request. Each successive failure of a given request will wait an additional multiple of this value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.PSCredential</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Specifies the username and password to authenticate with. If PassHash is specified, the password will be treated as a PassHash instead.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Connect-PrtgServer prtg.example.com</dev:code>
        <dev:remarks>
          <maml:para>Connect to a PRTG Server. You will receive a login prompt requesting you enter your credentials.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Connect-PrtgServer prtg.example.com (New-Credential prtgadmin prtgadmin)</dev:code>
        <dev:remarks>
          <maml:para>Connect to a PRTG Server specifying your credentials as part of the command. The New-Credential cmdlet can be used when developing scripts to avoid a login prompt.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <dev:code>C:\&gt; Connect-PrtgServer prtg.example2.com -Force</dev:code>
        <dev:remarks>
          <maml:para>Connect to a PRTG Server, overriding the session's existing PrtgClient (if applicable)</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 4 ----------</maml:title>
        <dev:code>C:\&gt; Connect-PrtgServer http://prtg.example.com</dev:code>
        <dev:remarks>
          <maml:para>Connect to a PRTG Server using HTTP. http:// must be specified for servers that do not accept HTTPS.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 5 ----------</maml:title>
        <dev:code>C:\&gt; Connect-PrtgServer prtg.example.com -RetryCount 3 -RetryDelay 5</dev:code>
        <dev:remarks>
          <maml:para>Connect to a PRTG Server, indicating that any requests that fail during the use of the PrtgClient should be attempted at most 3 times, with a delay of 5 seconds between each attempt.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-PrtgClient</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Disconnect-PrtgServer</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Disconnect-PrtgServer -->
  <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>Disconnect-PrtgServer</command:name>
      <command:verb>Disconnect</command:verb>
      <command:noun>PrtgServer</command:noun>
      <maml:description>
        <maml:para>Invalidates a PrtgClient previously created with Connect-PrtgServer.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Disconnect-PrtgServer cmdlet invalidates a PrtgClient previously created with Connect-PrtgServer. As PRTG uses a stateless REST API, it is not necessary to call Disconnect-PrtgServer when you have finished making requests unless you are developing a script, in which case Connect-PrtgServer will fail to create a PrtgClient if a PRTG connection is already active in the current session. This can be circumvented by specifying the -Force parameter when establishing the connection. For more information, see Connect-PrtgServer.</maml:para>
      <maml:para>If Disconnect-PrtgServer is called when you are not connected to a PRTG Server, this cmdlet does nothing.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Disconnect-PrtgServer</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes />
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Disconnect-PrtgServer</dev:code>
        <dev:remarks>
          <maml:para>Disconnect from the current PRTG Server</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Connect-PrtgServer</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-PrtgClient</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: New-SearchFilter -->
  <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>New-SearchFilter</command:name>
      <command:verb>New</command:verb>
      <command:noun>SearchFilter</command:noun>
      <maml:description>
        <maml:para>Filters results on the PRTG Server to improve performance.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The New-SearchFilter cmdlet allows you to filter the results returned by a cmdlet by a custom property. Each object returned from New-SearchFilter defines a single filter rule. Multiple filters can often be passed to compatible cmdlets to filter on multiple values.</maml:para>
      <maml:para>To view all properties that can be filtered on for on objects, see the SYNTAX or PARAMETERS section of this cmdlet's help page.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>New-SearchFilter</maml:name>
        <!-- Parameter: Property -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
          <maml:name>Property</maml:name>
          <maml:description>
            <maml:para>Object property to filter on.</maml:para>
            <maml:para>Possible values: ObjId, Type, Name, Tags, Active, Downtime, DowntimeTime, DowntimeSince, Uptime, UptimeTime, UptimeSince, KnownTime, CumSince, Sensor, Interval, LastCheck, LastUp, LastDown, Device, Group, Probe, GrpDev, NotifiesX, IntervalX, Access, Dependency, Status, Message, Priority, LastValue, UpSens, DownSens, DownAckSens, PartialDownSens, WarnSens, PausedSens, UnusualSens, UndefinedSens, TotalSens, Value_, Coverage, Favorite, User, Parent, Datetime, DateOnly, TimeOnly, Schedule, Period, Email, Template, LastRun, NextRun, Size, MiniGraph, DeviceIcon, Comments, Host, Condition, BaseType, BaseLink, Icon, ParentId, Location, Fold, GroupNum, DeviceNum, TicketType, ModifiedBy, Actions, Content</maml:para>
          </maml:description>
          <command:parameterValue required="true">Property</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Property</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Specifies properties (referred to by PRTG as "columns") that can be retrieved for a PRTG Object.</maml:para>
            </maml:description>
          </dev:type>
          <dev:defaultValue>ObjId</dev:defaultValue>
          <command:parameterValueGroup>
            <command:parameterValue required="false" variableLength="false">ObjId</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Type</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Name</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Tags</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Active</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Downtime</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">DowntimeTime</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">DowntimeSince</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Uptime</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">UptimeTime</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">UptimeSince</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">KnownTime</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">CumSince</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Sensor</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Interval</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">LastCheck</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">LastUp</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">LastDown</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Device</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Group</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Probe</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">GrpDev</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">NotifiesX</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">IntervalX</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Access</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Dependency</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Status</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Message</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Priority</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">LastValue</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">UpSens</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">DownSens</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">DownAckSens</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">PartialDownSens</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">WarnSens</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">PausedSens</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">UnusualSens</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">UndefinedSens</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">TotalSens</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Value_</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Coverage</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Favorite</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">User</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Parent</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Datetime</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">DateOnly</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">TimeOnly</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Schedule</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Period</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Email</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Template</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">LastRun</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">NextRun</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Size</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">MiniGraph</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">DeviceIcon</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Comments</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Host</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Condition</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">BaseType</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">BaseLink</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Icon</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">ParentId</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Location</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Fold</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">GroupNum</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">DeviceNum</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">TicketType</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">ModifiedBy</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Actions</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Content</command:parameterValue>
          </command:parameterValueGroup>
        </command:parameter>
        <!-- Parameter: Operator -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
          <maml:name>Operator</maml:name>
          <maml:description>
            <maml:para>Operator to filter with.</maml:para>
            <maml:para>Possible values: Equals, NotEquals, GreaterThan, LessThan, Contains</maml:para>
          </maml:description>
          <command:parameterValue required="true">FilterOperator</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.FilterOperator</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>Specifies operators that can be used for filtering results in a PRTG Request.</maml:para>
            </maml:description>
          </dev:type>
          <dev:defaultValue>Equals</dev:defaultValue>
          <command:parameterValueGroup>
            <command:parameterValue required="false" variableLength="false">Equals</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">NotEquals</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">GreaterThan</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">LessThan</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Contains</command:parameterValue>
          </command:parameterValueGroup>
        </command:parameter>
        <!-- Parameter: Value -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
          <maml:name>Value</maml:name>
          <maml:description>
            <maml:para>Value to filter for.</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: Property -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
        <maml:name>Property</maml:name>
        <maml:description>
          <maml:para>Object property to filter on.</maml:para>
          <maml:para>Possible values: ObjId, Type, Name, Tags, Active, Downtime, DowntimeTime, DowntimeSince, Uptime, UptimeTime, UptimeSince, KnownTime, CumSince, Sensor, Interval, LastCheck, LastUp, LastDown, Device, Group, Probe, GrpDev, NotifiesX, IntervalX, Access, Dependency, Status, Message, Priority, LastValue, UpSens, DownSens, DownAckSens, PartialDownSens, WarnSens, PausedSens, UnusualSens, UndefinedSens, TotalSens, Value_, Coverage, Favorite, User, Parent, Datetime, DateOnly, TimeOnly, Schedule, Period, Email, Template, LastRun, NextRun, Size, MiniGraph, DeviceIcon, Comments, Host, Condition, BaseType, BaseLink, Icon, ParentId, Location, Fold, GroupNum, DeviceNum, TicketType, ModifiedBy, Actions, Content</maml:para>
        </maml:description>
        <command:parameterValue required="true">Property</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Property</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Specifies properties (referred to by PRTG as "columns") that can be retrieved for a PRTG Object.</maml:para>
          </maml:description>
        </dev:type>
        <dev:defaultValue>ObjId</dev:defaultValue>
        <command:parameterValueGroup>
          <command:parameterValue required="false" variableLength="false">ObjId</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Type</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Name</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Tags</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Active</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Downtime</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">DowntimeTime</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">DowntimeSince</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Uptime</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">UptimeTime</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">UptimeSince</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">KnownTime</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">CumSince</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Sensor</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Interval</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">LastCheck</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">LastUp</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">LastDown</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Device</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Group</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Probe</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">GrpDev</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">NotifiesX</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">IntervalX</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Access</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Dependency</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Status</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Message</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Priority</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">LastValue</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">UpSens</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">DownSens</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">DownAckSens</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">PartialDownSens</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">WarnSens</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">PausedSens</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">UnusualSens</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">UndefinedSens</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">TotalSens</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Value_</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Coverage</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Favorite</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">User</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Parent</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Datetime</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">DateOnly</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">TimeOnly</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Schedule</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Period</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Email</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Template</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">LastRun</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">NextRun</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Size</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">MiniGraph</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">DeviceIcon</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Comments</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Host</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Condition</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">BaseType</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">BaseLink</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Icon</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">ParentId</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Location</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Fold</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">GroupNum</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">DeviceNum</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">TicketType</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">ModifiedBy</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Actions</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Content</command:parameterValue>
        </command:parameterValueGroup>
      </command:parameter>
      <!-- Parameter: Operator -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
        <maml:name>Operator</maml:name>
        <maml:description>
          <maml:para>Operator to filter with.</maml:para>
          <maml:para>Possible values: Equals, NotEquals, GreaterThan, LessThan, Contains</maml:para>
        </maml:description>
        <command:parameterValue required="true">FilterOperator</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.FilterOperator</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>Specifies operators that can be used for filtering results in a PRTG Request.</maml:para>
          </maml:description>
        </dev:type>
        <dev:defaultValue>Equals</dev:defaultValue>
        <command:parameterValueGroup>
          <command:parameterValue required="false" variableLength="false">Equals</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">NotEquals</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">GreaterThan</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">LessThan</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Contains</command:parameterValue>
        </command:parameterValueGroup>
      </command:parameter>
      <!-- Parameter: Value -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
        <maml:name>Value</maml:name>
        <maml:description>
          <maml:para>Value to filter for.</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>PrtgAPI.Property</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Object property to filter on.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.FilterOperator</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Operator to filter with.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Value to filter for.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <!-- OutputType: SearchFilter -->
      <command:returnValue>
        <dev:type>
          <maml:name>PrtgAPI.SearchFilter</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Represents a filter used to limit search results returned by a PRTG Request.</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; New-SearchFilter type contains deprecated | Get-Sensor</dev:code>
        <dev:remarks>
          <maml:para>Get all sensors whose type "deprecated"</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-Sensor</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Device</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Group</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Probe</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Confirm-Sensor -->
  <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>Confirm-Sensor</command:name>
      <command:verb>Confirm</command:verb>
      <command:noun>Sensor</command:noun>
      <maml:description>
        <maml:para>Mark a Down sensor as DownAcknowledged.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Acknowledge-Sensor cmdlet acknowledges a sensor that is currently in a 'Down' state. When a sensor is acknowledged, it no longer generates notification triggers and is moved from the 'Down' sensors page to the 'Down (Acknowledged)' sensors page.</maml:para>
      <maml:para>When acknowledging a sensor, you must specify how long to acknowledge the sensor for. If the sensor is still in a down state when the acknowledgement period expires, the sensor will return to a Down state. While in a Down (Acknowledged) state PRTG will continue refreshing the sensor according to its scanning interval. If at any time the requisite conditions are met for the sensor to enter an 'Up' state, the sensor will turn 'Up' and no further action will be required. If an acknowledged sensor that has gone Up fails and returns to a Down state, the sensor will need to be re-acknowledged.</maml:para>
      <maml:para>If a sensor is continually flapping, it may be better to pause the sensor rather than acknowledge it. For more information on pausing objects, see Pause-Object.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Default -->
      <command:syntaxItem>
        <maml:name>Confirm-Sensor</maml:name>
        <!-- Parameter: Duration -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>Duration</maml:name>
          <maml:description>
            <maml:para>The duration to acknowledge the sensor for, in minutes.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Sensor -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Sensor</maml:name>
          <maml:description>
            <maml:para>The sensor to acknowledge.</maml:para>
          </maml:description>
          <command:parameterValue required="true">Sensor</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Sensor</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>An object that monitors and collects information according to a defined schedule.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
        <!-- Parameter: Message -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Message</maml:name>
          <maml:description>
            <maml:para>A message to display on the object indicating the reason it is acknowledged.</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>
      <!-- Parameter set: Until -->
      <command:syntaxItem>
        <maml:name>Confirm-Sensor</maml:name>
        <!-- Parameter: Sensor -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Sensor</maml:name>
          <maml:description>
            <maml:para>The sensor to acknowledge.</maml:para>
          </maml:description>
          <command:parameterValue required="true">Sensor</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Sensor</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>An object that monitors and collects information according to a defined schedule.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
        <!-- Parameter: Until -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>Until</maml:name>
          <maml:description>
            <maml:para>The datetime at which the object should become unacknowledged.</maml:para>
          </maml:description>
          <command:parameterValue required="true">DateTime</command:parameterValue>
          <dev:type>
            <maml:name>System.DateTime</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Message -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Message</maml:name>
          <maml:description>
            <maml:para>A message to display on the object indicating the reason it is acknowledged.</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>
      <!-- Parameter set: Forever -->
      <command:syntaxItem>
        <maml:name>Confirm-Sensor</maml:name>
        <!-- Parameter: Forever -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>Forever</maml:name>
          <maml:description>
            <maml:para>Indicates the object should be acknowledged indefinitely.</maml:para>
          </maml:description>
          <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>
        <!-- Parameter: Sensor -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Sensor</maml:name>
          <maml:description>
            <maml:para>The sensor to acknowledge.</maml:para>
          </maml:description>
          <command:parameterValue required="true">Sensor</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Sensor</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>An object that monitors and collects information according to a defined schedule.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
        <!-- Parameter: Message -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Message</maml:name>
          <maml:description>
            <maml:para>A message to display on the object indicating the reason it is acknowledged.</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: Sensor -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Sensor</maml:name>
        <maml:description>
          <maml:para>The sensor to acknowledge.</maml:para>
        </maml:description>
        <command:parameterValue required="true">Sensor</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Sensor</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>An object that monitors and collects information according to a defined schedule.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: Message -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Message</maml:name>
        <maml:description>
          <maml:para>A message to display on the object indicating the reason it is acknowledged.</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: Duration -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>Duration</maml:name>
        <maml:description>
          <maml:para>The duration to acknowledge the sensor for, in minutes.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Until -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>Until</maml:name>
        <maml:description>
          <maml:para>The datetime at which the object should become unacknowledged.</maml:para>
        </maml:description>
        <command:parameterValue required="true">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>System.DateTime</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Forever -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>Forever</maml:name>
        <maml:description>
          <maml:para>Indicates the object should be acknowledged indefinitely.</maml:para>
        </maml:description>
        <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:inputType>
        <dev:type>
          <maml:name>PrtgAPI.Sensor</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The sensor to acknowledge.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Get-Sensor -Status Down | Acknowledge-Sensor -Duration 60</dev:code>
        <dev:remarks>
          <maml:para>Acknowledge all down sensors for the next 60 minutes</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Get-Sensor -Status Down | Acknowledge-Sensor -Until (Get-Date).AddDays(30) -Message "Honestly, CBF"</dev:code>
        <dev:remarks>
          <maml:para>Acknowledge all down sensors for the next 30 days with a message explaining the reason the sensor was acknowledged</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <dev:code>C:\&gt; Get-Sensor Ping -Status Down | Acknowledge-Sensor -Forever</dev:code>
        <dev:remarks>
          <maml:para>Acknowledge all down ping sensors forever (or until they comes back up by themselves)</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-Sensor</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Pause-Object</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Copy-Sensor -->
  <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>Copy-Sensor</command:name>
      <command:verb>Copy</command:verb>
      <command:noun>Sensor</command:noun>
      <maml:description>
        <maml:para>Clone a sensor within PRTG.</maml:para>
      </maml:description>
    </command:details>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Copy-Sensor</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes />
    <command:returnValues />
  </command:command>
  <!-- Cmdlet: Get-Sensor -->
  <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-Sensor</command:name>
      <command:verb>Get</command:verb>
      <command:noun>Sensor</command:noun>
      <maml:description>
        <maml:para>Retrieve sensors from a PRTG Server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Get-Sensor cmdlet retrieves sensors from a PRTG Server. Sensors are the fundamental unit of monitoring in PRTG, and the most populous type of object in the system by far. Get-Sensor provides a variety of methods of filtering the sensors requested from PRTG, including by sensor name, ID, status and tags as well as parent probe/group/device. Multiple filters can be used in conjunction to further limit the number of results returned.</maml:para>
      <maml:para>For scenarios in which you wish to filter on properties not covered by parameters available in Get-Sensor, a custom SearchFilter object can be created specifying the field name, condition and value to filter upon. For information on properties that can be filtered on, see New-SearchFilter. When searching for Sensor Factory objects, please note that these objects do not respond to server side filters by "type". To filter for Sensor Factory sensors, filter by the tag "factorysensor".</maml:para>
      <maml:para>When invoked with no arguments, Get-Sensor will query the number of sensors present on your PRTG Server. If PrtgAPI detects the number is about a specified threshold, PrtgAPI will split the request up into several smaller requests which will each be invoked in parallel. Results will then be "streamed" to the pipeline in the order they arrive. A progress bar will also be visible up the top indicating the total number of sensors retrieved/remaining.</maml:para>
      <maml:para>If you attempt to cancel a large request (Ctrl+C) and immediately issue another request (of any size), PRTG may fail to immediately respond until it has finished processing the request you initially issued. Please keep this in mind when dealing with systems with an extreme number of sensors (&gt;10,000).</maml:para>
      <maml:para>The Sensor objects returned from Get-Sensor can be piped to a variety of other cmdlets for further processing, including Get-Channel, wherein the ID of the sensor will be used to acquire its underlying channels.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-Sensor</maml:name>
        <!-- Parameter: Name -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="0">
          <maml:name>Name</maml:name>
          <maml:description>
            <maml:para>Filter the response to objects with a certain name. Can include wildcards.</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: Filter -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="1">
          <maml:name>Filter</maml:name>
          <maml:description>
            <maml:para>Filter the response to objects that match one or more criteria.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SearchFilter[]</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.SearchFilter[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Count -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Count</maml:name>
          <maml:description>
            <maml:para>Maximum number of results to return.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Device -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Device</maml:name>
          <maml:description>
            <maml:para>The device to retrieve sensors for.</maml:para>
          </maml:description>
          <command:parameterValue required="true">Device</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Device</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>A computer or piece of equipment containing one or more sensors monitored by PRTG.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
        <!-- Parameter: Group -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Group</maml:name>
          <maml:description>
            <maml:para>The group to retrieve sensors for.</maml:para>
          </maml:description>
          <command:parameterValue required="true">Group</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Group</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>A group used to organize one or more devices.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
        <!-- Parameter: Id -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Id</maml:name>
          <maml:description>
            <maml:para>Retrieve an object with a specified ID.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Probe -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Probe</maml:name>
          <maml:description>
            <maml:para>The probe to retrieve sensors for.</maml:para>
          </maml:description>
          <command:parameterValue required="true">Probe</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.Probe</maml:name>
            <maml:uri />
            <maml:description>
              <maml:para>A device used to perform monitoring against a site or set of systems.</maml:para>
            </maml:description>
          </dev:type>
        </command:parameter>
        <!-- Parameter: Status -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Status</maml:name>
          <maml:description>
            <maml:para>Only retrieve sensors that match a specific status.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SensorStatus[]</command:parameterValue>
          <dev:type>
            <maml:name>PrtgAPI.SensorStatus[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Tags -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Tags</maml:name>
          <maml:description>
            <maml:para>Filter the response to objects with certain tags. Can include wildcards.</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: Device -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Device</maml:name>
        <maml:description>
          <maml:para>The device to retrieve sensors for.</maml:para>
        </maml:description>
        <command:parameterValue required="true">Device</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Device</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>A computer or piece of equipment containing one or more sensors monitored by PRTG.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: Probe -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Probe</maml:name>
        <maml:description>
          <maml:para>The probe to retrieve sensors for.</maml:para>
        </maml:description>
        <command:parameterValue required="true">Probe</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Probe</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>A device used to perform monitoring against a site or set of systems.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: Group -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Group</maml:name>
        <maml:description>
          <maml:para>The group to retrieve sensors for.</maml:para>
        </maml:description>
        <command:parameterValue required="true">Group</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.Group</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para>A group used to organize one or more devices.</maml:para>
          </maml:description>
        </dev:type>
      </command:parameter>
      <!-- Parameter: Status -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Status</maml:name>
        <maml:description>
          <maml:para>Only retrieve sensors that match a specific status.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SensorStatus[]</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.SensorStatus[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Name -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="0">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>Filter the response to objects with a certain name. Can include wildcards.</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: Id -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Id</maml:name>
        <maml:description>
          <maml:para>Retrieve an object with a specified ID.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Filter -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="1">
        <maml:name>Filter</maml:name>
        <maml:description>
          <maml:para>Filter the response to objects that match one or more criteria.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SearchFilter[]</command:parameterValue>
        <dev:type>
          <maml:name>PrtgAPI.SearchFilter[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Tags -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Tags</maml:name>
        <maml:description>
          <maml:para>Filter the response to objects with certain tags. Can include wildcards.</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: Count -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Count</maml:name>
        <maml:description>
          <maml:para>Maximum number of results to return.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.Device</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The device to retrieve sensors for.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.Probe</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The probe to retrieve sensors for.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.Group</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The group to retrieve sensors for.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.SensorStatus[]</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Only retrieve sensors that match a specific status.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>PrtgAPI.SearchFilter[]</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Filter the response to objects that match one or more criteria.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <!-- OutputType: Sensor -->
      <command:returnValue>
        <dev:type>
          <maml:name>PrtgAPI.Sensor</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>An object that monitors and collects information according to a defined schedule.</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Get-Sensor Ping</dev:code>
        <dev:remarks>
          <maml:para>Get all sensors named "Ping" (case insensitive)</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Get-Sensor *cpu*</dev:code>
        <dev:remarks>
          <maml:para>Get all sensors whose name contains "cpu" (case insensitive)</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <dev:code>C:\&gt; Get-Sensor -Id 2001</dev:code>
        <dev:remarks>
          <maml:para>Get the sensor with ID 2001</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 4 ----------</maml:title>
        <dev:code>C:\&gt; Get-Sensor -Status Down</dev:code>
        <dev:remarks>
          <maml:para>Get all sensors in a "Down" status.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 5 ----------</maml:title>
        <dev:code>C:\&gt; Get-Device *fw* | Get-Sensor Ping</dev:code>
        <dev:remarks>
          <maml:para>Get all sensors named "Ping" (case insensitive) from all devices whose name contains "fw"</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 6 ----------</maml:title>
        <dev:code>C:\&gt; Get-Sensor -Tags wmimemorysensor</dev:code>
        <dev:remarks>
          <maml:para>Get all sensors that have the tag "wmimemorysensor"</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 7 ----------</maml:title>
        <dev:code>C:\&gt; Get-Sensor -Count 1</dev:code>
        <dev:remarks>
          <maml:para>Get only 1 sensor from PRTG.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 8 ----------</maml:title>
        <dev:code>C:\&gt; New-SearchFilter type contains deprecated | Get-Sensor</dev:code>
        <dev:remarks>
          <maml:para>Get all deprecated sensors.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-Device</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Group</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Probe</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Channel</maml:linkText>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-SearchFilter</maml:linkText>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-SensorTotals -->
  <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-SensorTotals</command:name>
      <command:verb>Get</command:verb>
      <command:noun>SensorTotals</command:noun>
      <maml:description>
        <maml:para>Retrieve the total number of each type of sensor in the system.</maml:para>
      </maml:description>
    </command:details>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-SensorTotals</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes />
    <command:returnValues>
      <!-- OutputType: SensorTotals -->
      <command:returnValue>
        <dev:type>
          <maml:name>PrtgAPI.SensorTotals</maml:name>
          <maml:uri />
        </dev:type>
      </command:returnValue>
    </command:returnValues>
  </command:command>
</helpItems>