User's Manual

PS> Add-DiscoveryExcludeRange -Range <range>
PS> Add-DiscoveryExcludeRange -RangeList <RangeList.xml>
Examples:
PS> Add-DiscoveryExcludeRange -Range 10.35.12.1
PS> Add-DiscoveryExcludeRange -RangeList .\Samples\RangeList.xml
Removing a Discovery Exclude Range
Description: The Remove-DiscoveryExcludeRange command allows you to remove an exclude
range. Enter the ranges either using an xml file or by specifying the range. For information about the
RangeList.xml file, see Specifying IPs, Ranges, or Host Names Using XML or CSV Files.
Commands:
PS> Remove-DiscoveryExcludeRange -Range <range>
PS> Remove-DiscoveryExcludeRange -RangeList <RangeList.xml>
Examples:
PS> Remove-DiscoveryExcludeRange -Range 10.35.12.1
PS> Remove-DiscoveryExcludeRange -RangeList .\Samples\RangeList.xml
Running Discovery, Inventory, and Status Polling Tasks
Description: The Set-RunDiscovery, Set-RunInventory, Set-RunDiscoveryInventory, and Set-
RunStatusPoll commands allows you to perform discovery, inventory, and status polling on a
discovery range, discovery range group, or devices. For range and range groups, enter the ranges either
using an xml file or by specifying the range. For more information about the
RangeList.xml file, see
Specifying IPs, Ranges, or Host Names Using XML or CSV Files. For devices, enter the name of the device
as displayed in the device tree. Multiple device names must be separated by a comma.
Commands:
PS> Set-RunDiscovery -DeviceName <device 1>,<device 2>,...,<device N>
PS> Set-RunDiscovery -Range <rangename>
PS> Set-RunDiscovery -GroupName <rangeGroupName>
PS> Set-RunDiscovery -RangeList <rangelist.xml>
PS> Set-RunInventory -DeviceName <device 1>,<device 2>,...,<device N>
PS> Set-RunInventory -Range <rangename>
PS> Set-RunInventory -GroupName <rangeGroupName>
PS> Set-RunInventory -RangeList <rangelist.xml>
PS> Set-RunDiscoveryInventory -DeviceName <device 1>,<device 2>,...,<device
N>
PS> Set-RunDiscoveryInventory -Range <rangename>
PS> Set-RunDiscoveryInventory -GroupName <rangeGroupName>
PS> Set-RunDiscoveryInventory -RangeList <rangelist.xml>
Set-RunStatusPoll -DeviceName <device 1>,<device 2>,...,<device N>
PS> Set-RunStatusPoll -Range <rangename>
PS> Set-RunStatusPoll -GroupName <rangeGroupName>
249