Owners Manual

Add new ranges to a discovery range group using a .xml file (retaining the previously discovered
profile):
PS> Set-ModifyDiscoveryRangeGroup -GroupName WebServers-TX -AddRangeList .
\samples\new_ranges.xml
Add new ranges to a discovery range group using .csv (retaining the previously discovered profile):
PS> Set-ModifyDiscoveryRangeGroup -GroupName WebServers-TX -AddRangeListCSV .
\samples\new_ranges.csv
Enabling a Discovery Range or Discovery Range Group
Description: The Set-EnableDiscoveryRange command allows you to enable a discovery range or a
discovery range group. 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> Set-EnableDiscoveryRange -Range <range>
PS> Set-EnableDiscoveryRange -RangeList <RangeList.xml>
PS> Set-EnableDiscoveryRangeGroup -GroupName <groupname>
Examples:
PS> Set-EnableDiscoveryRange -Range 10.35.1.3, 10.2.3.1
PS> Set-EnableDiscoveryRange -RangeList .\Samples\RangeList.xml
PS> Set-EnableDiscoveryRangeGroup -GroupName Group1
Disabling a Discovery Range or Discovery Range Group
Description: The Set-DisableDiscoveryRange command allows you to disable a discovery range or a
discovery range group. 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> Set-DisableDiscoveryRange -Range <range>
PS> Set-DisableDiscoveryRange -RangeList <RangeList.xml>
PS> Set-DisableDiscoveryRangeGroup -GroupName <groupname>
Examples:
PS> Set-DisableDiscoveryRange -Range 10.35.1.3
PS> Set-DisableDiscoveryRange -RangeList .\Samples\RangeList.xml
PS> Set-DisableDiscoveryRangeGroup -GroupName Group1
Creating a Discovery Exclude Range
Description: The Add-DiscoveryExcludeRange command allows you to add 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:
252