Join Domain, joining WORKGROUP :(
We're using KBE w/ system images for all our deployments. All system images have been sysprepped and then stored on the KACE. the deployment goes 100% flawless EXCEPT whenever the machine finished going through the OOBE it shows our domain name under workgroup and we have to manually set it and reboot. It's not a huge deal but in the interest of time and full automation..... any ideas?? Were using the default script provided by KACE
Side question. Any way to code/script to get around the OOBE with the time zone and pc name etc etc.
Thanks!
4 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
h2opolo25
9 years ago
The command line for the post install join domain task should look like this...
cscript join_domain.vbs domain username password
and should have the file join_domain.vbs attached.
Ex: cscript join_domain.vbs example.com administrator muahaha
For OOBE you're talking about when windows 8.1 boots after sysprep?
http://www.sevenforums.com/tutorials/286053-system-preparation-tool-use-customize-windows.html - hoodathunkut 9 years ago
wsname.exe /N:$ASSETTAG
This will pull the name from the Asset Tag field in BIOS. If that field is blank though the task will fail. There are lots more options though. - hoodathunkut 9 years ago