deaconf19 Posted May 7, 2010 Posted May 7, 2010 (edited) First off love the program huge help for what I am doing.I have windows server that is unattended as well as the dcpromoto use dcpromo interlaced with the winnt.sif you use the GUiRunOnce commandso for the WPI app I browsed to c:\windows\system32\dcpromo.exe for adding a new programthen in the command line i added the following /answer:c:\windows\system32\answer.txt but that does not work.Is this not an accepted option for WPI? it works fine from the run window.also when I go back to configure the program the switches are missing like they did not save Edited May 7, 2010 by deaconf19
MrJinje Posted May 7, 2010 Posted May 7, 2010 (edited) create a .cmd batch script that runs the proper DCPROMO command, then call the batch from WPI.dcpromo isn't so much an "application" as it is a command line tool. Edited May 7, 2010 by MrJinje
deaconf19 Posted May 7, 2010 Author Posted May 7, 2010 create a .cmd batch script that runs the proper DCPROMO command, then call the batch from WPI.dcpromo isn't so much an "application" as it is a command line tool.could you guide me a little on bat files I am not to strong on this . I come from a Unix background@echo offstart /wait c:\windows\system32\dcpromo.exe /answer:c:\windows\system32\answer.txtwould that work
MrJinje Posted May 7, 2010 Posted May 7, 2010 could you guide me a little on bat files I am not to strong on this . I come from a Unix background@echo offstart /wait c:\windows\system32\dcpromo.exe /answer:c:\windows\system32\answer.txtwould that workExactamundoBut if that fails, try it without the "start /wait". You probably already know this, but for future readers. If you have to install stuff like office, firefox, etc, order them to install before the dcpromo command. dcpromo should run dead last. Also, there is a setting in answer.txt that forces reboot, be sure to use it.
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