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

[/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 computer to the domain. Full
        gives full access to the user (including the right to join the
        domain).

[/JoinDomain:{Yes | No}]
        Specifies whether or not the computer should be joined to the
        domain as this computer account during installation.  The
        default is Yes.

[/BootImagePath:]
        The relative path from the RemoteInstall share to the boot
        image that this computer should receive.

[/OU:]
        The distinguished name of the organizational unit 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.

[/Domain:]
        The domain where the computer account object should be
        created.

EXAMPLES:
---------
WDSUTIL /Add-Device /Device:Computer1 /ID:00-B0-56-88-2F-DC

WDSUTIL /Add-Device /Device:Computer1 /ID:00-B0-56-88-2F-DC /Group:HR

WDSUTIL /Add-Device /Device:Computer1 /Server:WDSServer1 /ID:00-B0-56-88-2F-DC

WDSUTIL /Add-Device /Device:Computer1 /ID:{E8A3EFAC-201F-4E69-953F-
B2DAA1E8B1B6} /ReferralServer:WDSServer1 /BootProgram:boot\x86\pxeboot.com
/WdsClientUnattend:WdsClientUnattend\unattend.xml /User:Domain\MyUser
/JoinRights:Full /BootImagePath:boot\x86\images\boot.wim /OU:"OU=MyOU,
CN=Test,DC=Domain,DC=com"