Users Guide
Creating a discovery range
Description: The Add-DiscoveryRange command allows you to create a new discovery range. The command references an .xml
le (DiscoveryProle.xml) which is a protocol denition associated with the discovery range. Enter the ranges either using an XML
le, CSV le, or by specifying the range. For more information about DiscoveryProle.xml, RangeList.xml, and RangeList.csv les, see
Creating a Discovery Prole Input File and Specifying IPs, Ranges, or Host Names Using XML or CSV Files.
Commands:
• PS> Add-DiscoveryRange –Profile <DiscoveryProfile.xml> -Range <range>
• PS> Add-DiscoveryRange –Profile <DiscoveryProfile.xml> -RangeList <RangeList.xml>
• PS> Add-DiscoveryRange –Profile <DiscoveryProfile.xml> -RangeListCSV <RangeList.csv>
Examples:
• PS> Add-DiscoveryRange –Profile .\Samples\DiscoveryProfile.xml -Range 10.35.0.124
• PS> Add-DiscoveryRange –Profile .\Samples\DiscoveryProfile.xml -RangeList .\Samples
\RangeList.xml
• PS> Add-DiscoveryRange –Profile .\Samples\DiscoveryProfile.xml -RangeListCSV .\Samples
\RangeList.csv
Editing a discovery range
Description: The Set-ModifyDiscoveryRange command allows to edit existing discovery ranges. This command targets the
existing specied discovery range(s) and replaces the protocol information with the information specied in the
DiscoveryProle.xml
le. For more information about the DiscoveryProle.xml and RangeList.xml les, see Creating a Discovery Prole Input File and
Specifying IPs, Ranges, or Host names Using XML or CSV Files.
Commands:
• PS> Set-ModifyDiscoveryRange –Profile <DiscoveryProfile.xml> -Range <range>
• PS> Set-ModifyDiscoveryRange –Profile <DiscoveryProfile.xml> -RangeList <RangeList.xml>
Examples:
• PS>Set-ModifyDiscoveryRange –Profile .\Samples\DiscoveryProfile.xml -Range 10.35.1.23
• PS> Set-ModifyDiscoveryRange –Profile .\Samples\DiscoveryProfile.xml -RangeList .
\Samples\RangeList.xml
Removing a discovery range
Description: The Remove-DiscoveryRange command allows you to remove a discovery range. Enter the ranges either using an
XML le or by specifying the range. For more information about the RangeList.xml le, see Specifying IPs, Ranges, or Host Names
Using XML or CSV Files.
Commands:
• PS> Remove-DiscoveryRange -Range <range>
• PS> Remove-DiscoveryRange -RangeList <rangelist.xml>
Examples:
• PS> Remove-DiscoveryRange-Range 10.35.0.1, 10.120.1.2
• PS> Remove-DiscoveryRange -RangeList .\Samples\RangeList.xml
Creating a discovery range group
Description: The Add-DiscoveryRangeGroup command allows you to create a discovery range group. A discovery range group
can either contain a range of IPs, individual IPs, or host names under it. This enables you to modify protocols settings for the group
382