Users Guide

PS> Add-DevicesToCustomGroup –GroupName <groupName> -DeviceList <devicelist.xml>
PS> Add-DevicesToCustomGroup –GroupName <groupName> -Devices <comma separated list of
devices>
Examples:
PS> Add-DevicesToCustomGroup –GroupName MyServers –DeviceList .\Samples\DeviceList.xml
or
PS> Add-DevicesToCustomGroup –GroupName MyServers –Devices PE2900-WK28-ZMD, PWR-
CODE.US.DELL.COM, HYPERVISOR, M80504-W2K8
Example of a DeviceList.xml le:
<DeviceList>
<Device Name="PE2900-WK28-ZMD"/>
<Device Name="PWR-CODE.US.DELL.COM"/>
<Device Name="HYPERVISOR"/>
<Device Name="M80504-W2K8"/>
</DeviceList>
Deleting a custom device group
Description: The Remove-CustomGroup command allows you to remove a group from the root node.
Command:
PS> Remove-CustomGroup –GroupName <groupName>
Example:
PS> Remove-CustomGroup –GroupName MyServers
387