Users Guide
• PS> Add-DiscoveryRange –Profile .\Samples\DiscoveryProfile.xml -RangeList .\Samples
\RangeList.xml
• PS> Add-DiscoveryRange –Profile .\Samples\DiscoveryProfile.xml -RangeListCSV .\Samples
\RangeList.csv
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
and all the ranges it contains. You can maintain dierent sets of protocols for dierent types of devices in your network. With ranges
not in a group, you have to edit each range individually to change the protocols which are active, the time out or retry values, or
credentials used with each protocol. Each discovery range group can only have one corresponding subnet. The subnet for a group is
read from the
DiscoveryProle.xml le and not from the Rangelist.xml or RangeList.csv le. If required, create multiple groups for
each subnet. 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.
Command:
• PS> Add-DiscoveryRangeGroup –Profile <DiscoveryProfile.xml> -GroupName <group name> -
RangeList <Rangelist.xml>
• PS> Add-DiscoveryRangeGroup –Profile <DiscoveryProfile.xml> -GroupName <group name> -
RangeListCSV <Rangelist.csv>
Examples:
• PS> Add-DiscoveryRangeGroup –Profile .\Samples\DiscoveryProfile.xml -GroupName Group1 -
RangeList .\Samples\rangelist.xml
• PS> Add-DiscoveryRangeGroup –Profile .\Samples\DiscoveryProfile.xml -GroupName Group1 -
RangeListCSV .\Samples\rangelist.csv
Removing a Discovery Range Group
Description: The Remove-DiscoveryRangeGroup command allows to you to remove a discovery range group.
Command:
PS>Remove-DiscoveryRangeGroup -GroupName <groupname>
Example:
PS>Remove-DiscoveryRangeGroup -GroupName Group1
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
371