Rejects Auto-Add devices that are pending on a specified Windows Deployment Services server.

Syntax

WDSUTIL [Options] /Reject-AutoAddDevices [/Server:<Server name>] /RequestId:<Request ID or ALL>

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.

/RequestId:<Request ID or ALL>

Specifies the request ID assigned to the pending device. To reject all pending devices, use the ALL parameter.

Examples

To reject a single device, type:

WDSUTIL /Reject-AutoAddDevices /RequestId:12

To reject all devices, type:

WDSUTIL /Verbose /Reject-AutoAddDevices /Server:MyWDSServer /RequestId:ALL