tghowe Posted August 15, 2016 Report Share Posted August 15, 2016 We just upgraded to version 2.0.2010 and we've been experimenting with unattended deployments. We have several domain GPOs that load when SmartDeploy places the client on our domain, but they don't take affect until the client gets restarted. At this point we would normally log into a client and restart it manually. What we'd like to do is have the client restart after all other deployment steps are completed and we're staring at the domain login prompt. This would allow true unattended deployment without user interaction.....such as a lab environment and/or after hours. I've tried modifying the answer file by adding "tasks" under the "advanced options", but it did not trigger at the right time. Any ideas on how we can make this work? Thanx in advance! Link to comment Share on other sites More sharing options...
SmartDeploySupport Posted August 15, 2016 Report Share Posted August 15, 2016 Hello, Attached is a VBScript that will update the Windows Unattend.xml that will get used. Run this as a post image task. I.e. open Deploy Wizard, Advanced, Tasks, add “after image is applied” task… Wscript.exe C:\scripts\autoadmin.vbs (This assumes the .vbs is sitting in this path on your image). Edit the script for the correct user name and password. (Replace “demo” and “pass@word1”.). Create another task at first logon with the following command: cmd.exe /c shutdown.exe /r Thanks, SmartDeploy Support autoadmin.txt Link to comment Share on other sites More sharing options...
tghowe Posted August 15, 2016 Author Report Share Posted August 15, 2016 Thanks! Unfortunately I get the dreaded "The page you are trying to access is not available for your account. Error code: 2C171/1" when I click on the link. So the " autoadmin.vbs" file is to be located on the client, right? Link to comment Share on other sites More sharing options...
tghowe Posted August 16, 2016 Author Report Share Posted August 16, 2016 Any help with this? I'd really like to test this out. Link to comment Share on other sites More sharing options...
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