I am setting up our new Ghost server and am messing around with sysprep answer files for the first time. I've gotten everything like I want it except for one aspect. I would like to join the computers to our domain in the answer file, but I want it to automatically send our Domain Admins an email when it completes. This way we can put the pcs in the correct OU.
I've got a vbscript that will do the automatic emailing, but when I run it from the sysprep answer file (GuiRunOnce) the script runs but will not email. Once the user is logged on completely, I can run the script and it emails fine.
Is there a way I can delay the execution of the script to allow the user to log in completely before it runs? Is there a better way to do what I'm trying to do?
Thanks for the help!
I've got a vbscript that will do the automatic emailing, but when I run it from the sysprep answer file (GuiRunOnce) the script runs but will not email. Once the user is logged on completely, I can run the script and it emails fine.
Is there a way I can delay the execution of the script to allow the user to log in completely before it runs? Is there a better way to do what I'm trying to do?
Thanks for the help!