Question : netdom join in specified OU problem

I'm trying to have a workstation join the domain and put itself in the appropriate OU.  This is my command:

netdom join computername% /domain:domain.lang.company.net /OU:"OU=TestMachine,DN=domain,DN=lang,DN=company,DN=net" /userd:LogonAccount /passwordd:TestPass

But when this executes I get a "The system cannont open the device or file specified" error.  When I throw the /verbose switch at the end of the command i get: "The computer rename attempt failed with error 110."

Anybody have any ideas???

Answer : netdom join in specified OU problem

Guess this is what you want:
%computername%
^
/OU:"OU=TestOU,DN=domain,DN=lang,DN=company,DN=net"
                     ^

Random Solutions  
 
programming4us programming4us