Users Guide
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 by using an XML le or by specifying the range. For information about the RangeList.xml le, 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 by using
an XML le or by specifying the range. For information about the
RangeList.xml le, see Specifying IPs, Ranges, or Host Names
Using XML or CSV Files.
Commands:
• 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
by using an XML le or by specifying the range. For information about the RangeList.xml le, 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:
384