jftuga Posted July 9, 2005 Posted July 9, 2005 We are imaging 100 PCs with Ghost (and then running Ghost Walk afterwards). Is there a way in AutoIt to programatically add one of these newly ghosted machines to our AD domain? I would like to run this script from the newly ghosted PC on it's first boot. I would also like to rename the computer at the same time, but already found a vbscript to do this in the forums. Or are there command line utilities to do this? Thanks, -John Admin_Popup, show computer info or launch shellRemote Manager, facilitates connecting to RDP / VNCProc_Watch, reprioritize cpu intensive processesUDF: _ini_to_dict, transforms ini file entries into variablesUDF: monitor_resolutions, returns resolutions of multiple monitorsReport Computer Problem, for your IT help deskProfile Fixer, fixes a 'missing' AD user profile
anystupidassname Posted July 10, 2005 Posted July 10, 2005 We are imaging 100 PCs with Ghost (and then running Ghost Walk afterwards). Is there a way in AutoIt to programatically add one of these newly ghosted machines to our AD domain? I would like to run this script from the newly ghosted PC on it's first boot. I would also like to rename the computer at the same time, but already found a vbscript to do this in the forums. Or are there command line utilities to do this?Thanks,-John<{POST_SNAPBACK}>I supported Ghost at one time. 4 things you should know:GhostWalker shouldn't be used on 2K and higher. Although technically supported, it wasn't tested and I've seen it cause registry corruption and other horrible thingsSysprep can be used to join machines to domains. (and gen SID, change puter name etc...)Do not try to use any combination of ghostwalker/sysprep/autoit together on the first reboot. They will at the very least step on each other's toes.If you are against using Sysprep for some reason, you could do every with a combination of utilities (leaving yourself vulnerable to multiple points of failure though) such as NewSID by sysinternals and Netdom.exe by M$ and other such command line tools.http://tinyurl.com/aujophttp://tinyurl.com/9r44wGood luck, hope that helps... This signature is computer generated, nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#.......
jftuga Posted July 10, 2005 Author Posted July 10, 2005 Thanks, especiacially for those URLs.This thread was also helpful.-John Admin_Popup, show computer info or launch shellRemote Manager, facilitates connecting to RDP / VNCProc_Watch, reprioritize cpu intensive processesUDF: _ini_to_dict, transforms ini file entries into variablesUDF: monitor_resolutions, returns resolutions of multiple monitorsReport Computer Problem, for your IT help deskProfile Fixer, fixes a 'missing' AD user profile
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now