Owners Manual
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 specified discovery range(s) and replaces the protocol information with the
information specified in the
DiscoveryProfile.xml file. For more information about the
DiscoveryProfile.xml and RangeList.xml files, see Creating a Discovery Profile 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
Editing a Discovery Range Group
Description: The Set-ModifyDiscoveryRangeGroup command allows you to edit an existing
discovery range group. You can change the protocols for the discovery range group by specifying a
DiscoveryProfile.xml file which changes the current protocol settings for the specified group. For
information about the DiscoveryProfile.xml file, see Creating a Discovery Profile Input File.
Command:
PS> Set-ModifyDiscoveryRangeGroup -GroupName <groupname> –Profile
<DiscoveryProfile.xml> -AddRangeList <rangelist .xml or .csv file>
Example:
• Change a discovery range group’s discovery profile and add new ranges to the discovery range group
using a .xml file:
PS> Set-ModifyDiscoveryRangeGroup -GroupName WebServers-TX -Profile .\samples
\snmp_only.xml -AddRangeList .\samples\new_ranges.xml
• Change a discovery range group’s discovery profile and add new ranges to the discovery range group
using a .csv file:
PS> Set-ModifyDiscoveryRangeGroup -GroupName WebServers-TX -Profile .\samples
\snmp_only.xml -AddRangeListCSV .\samples\new_ranges.csv
251