Description: Approves devices that are pending administrator approval. You can approve all devices or one device. Syntax: ...

Description: Approves devices that are pending administrator approval.
             You can approve all devices or one device.

Syntax:
WDSUTIL [Options]
        /Approve-PendingDevices
        [/Server:]
        /RequestId:
        [/MachineName:]
        [/OU:]
        [/User:]
        [/JoinRights:{JoinOnly | Full}]
        [/JoinDomain:{Yes | No}]
        [/ReferralServer:]
        [/BootProgram:]
        [/WdsClientUnattend:]
        [/BootImagePath:]

[/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.

/RequestId:
        The request ID that WDS assigned to the pending
        computer. Specify ALL to approve all pending computers.

[/MachineName:]
        The name of the computer to add. You cannot use this option
        when approving ALL computers.

[/OU:]
        The distinguished name of the OU where the computer account
        object should be created. For example,
        "OU=MyOU,CN=Test,DC=Domain,DC=com".  The default location is
        the default computers container.

[/User:]
        Sets permissions on the computer account object to give the
        specified user the necessary rights to join the domain.

[/JoinRights:{JoinOnly | Full}]
        Specifies the type of rights to assign to the user. JoinOnly
        requires the administrator to reset the computer account
        before the user can join the domain. Full gives full
        access to the user, which includes the right to join the
        domain.