Displays all Auto-Add devices on a specified Windows Deployment Services server.

Syntax

WDSUTIL [Options] /Get-AutoAddDevices [/Server:<Server name>] /DeviceType:{PendingDevices | RejectedDevices | ApprovedDevices}

Parameters

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 devices to be returned from the Auto-Add device database (Binlsvcdb.mdb).

  • PendingDevices returns all devices in the database that have a status of pending.

  • RejectedDevices returns all devices in the database that have a status of rejected.

  • ApprovedDevices returns all devices in the database that have a status of approved.

Examples

To see all of the approved devices, type:

WDSUTIL /Get-AutoAddDevices /DeviceType:ApprovedDevices

To see all of the rejected devices, type:

WDSUTIL /Verbose /Get-AutoAddDevices /DeviceType:RejectedDevices /Server:MyWDSServer