Description: Displays all pending devices on the WDS server. Syntax: WDSUTIL Options /Get-PendingDevices /Server: /DeviceType:{PendingDevices ...

Description: Displays all pending devices on the WDS server.

Syntax:
WDSUTIL [Options]
        /Get-PendingDevices
        [/Server:]
        /DeviceType:{PendingDevices | RejectedDevices | ApprovedDevices}

[/Server:]
        The name of the WDS server. This can be either the NetBIOS
        name or the FQDN. If not specified, the local server will be
        used.

/DeviceType:{PendingDevices | RejectedDevices | ApprovedDevices}
        Specifies the type of computers to get from the pending device
        database.  PendingDevices returns all computers that are
        pending administrator approval.  RejectedDevices returns all
        computers that were rejected by an administrator.
        ApprovedDevices returns all computers that were approved by an
        administrator.

EXAMPLES:
---------
WDSUTIL /Get-PendingDevices /DeviceType:ApprovedDevices

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