Description: Deletes Auto-Add devices on the WDS server. Syntax: WDSUTIL Options /Delete-AutoAddDevices /Server: /DeviceType:{PendingDevices ...

Description: Deletes Auto-Add devices on the WDS server.

Syntax:
WDSUTIL [Options] /Delete-AutoAddDevices
                  [/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 |   Specifies the type of computers to purge from
             RejectedDevices |  the Auto-Add database.
             ApprovedDevices}   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 /Delete-AutoAddDevices /DeviceType:RejectedDevices

WDSUTIL /Verbose /Delete-AutoAddDevices /Server:MyWDSServer
                     /DeviceType:ApprovedDevices