Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Windows Server 2008, Windows Server 2008 R2, Windows Server 2012 R2, Windows Server 2012, Windows 8
Displays all computers that are in the Auto-Add database on a 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 computer to return.
|
Examples
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