
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:
• 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
220
Kommentare zu diesen Handbüchern