
• PS> Set-RunInventory -GroupName MyServers
• PS> Set-RunDiscoveryInventory -RangeList .\Samples\RangeList.xml
• PS> Set-RunStatusPoll -DeviceName MyZen
Removing a Device
Description: The Remove-Device command allows you to remove devices from the device tree.
Command:
• PS> Remove-Device -DeviceName <device 1>,<device 2>,...,<device N>
Example:
• PS> Remove-Device -DeviceName Server1,RAC1
Retrieving the Status Execution Progress of a Discovery Range
Description: The Get-DiscoveryStatus command allows you to get the progress of a discovery 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> Get-DiscoveryStatus —Range <rangeName>
• PS> Get-Discovery -RangeList <RangeList.xml>
• PS> Get-Discovery -GroupName <group name>
Examples:
• PS> Get-DiscoveryStatus —Range 10.35.2.1
• PS> Get-Discovery -RangeList .\Samples\RangeList.xml
• PS> Get-Discovery -GroupName Group1
Stopping a Running Discovery Range or Group
Description: For any range, only one type of task, such as discovery, discovery and inventory, or status polling, can run
at a given time. The Set-StopTask command allows you to stop a task associated with a discovery range or the
tasks associated with the ranges belonging to a discovery range group.
Commands:
• PS> Set-StopTask -Range <rangename>
• PS> Set-StopTask -GroupName <groupname>
Examples:
• PS> Set-StopTask -Range 10.35.1.12
•
PS> Set-StopTask -GroupName Group1
222
Kommentare zu diesen Handbüchern