I can try and explain a scenario....
TestEB01 exists in the OU:
"OU=Processing,OU=Desktops
TestEB01 gets re-imaged, and the join domain script on the new image points towards:
"OU=ProcessingNew,OU=ASDFC
I want the script to join this newly imaged computer to the domain in the "ProcessingNew" OU.
I know that you said that if a computer exists on the domain you can't create a new account, but if the computer is joined to the same OU, my script runs perfectly.
Any ideas on a script that will have a computer join the new OU with no hands on interaction?
Main Topics
Browse All Topics





by: jared_lukerPosted on 2009-04-03 at 14:55:05ID: 24064676
I'm a little confused. If a computer account exists in a domain, and you have rights to join that computer to the domain, then you can do so.
If a computer account already exists anywhere in the AD structure, then you can not create a new computer account with that same name. You just need to use ADUC and move the existing account to to the new OU.
Does that help? If not, then could you clearify a bit?