/get-AutoAddDevices
Updated: April 17, 2012
Applies To: Windows Server 2008, Windows Server 2008 R2
Displays all computers that are in the Auto-Add database on a Windows Deployment Services server.
WDSUTIL [Options] /Get-AutoAddDevices [/Server:<Server name>] /DeviceType:{PendingDevices | RejectedDevices | ApprovedDevices}
| Parameter | Description |
|---|---|
|
[/Server:<Server name>] |
Specifies the name of the server. This can be either the NetBIOS name or the fully qualified domain name (FQDN). If no server name is specified, the local server will be used. |
|
/DeviceType:{PendingDevices | RejectedDevices | ApprovedDevices} |
Specifies the type of computer to return.
|
To see all of the approved computers, type:
WDSUTIL /Get-AutoAddDevices /DeviceType:ApprovedDevices
To see all of the rejected computers, type:
WDSUTIL /Verbose /Get-AutoAddDevices /DeviceType:RejectedDevices /Server:MyWDSServer
