DDP + 1703 without an iso?
Right now we have it "working" where we have a iso in google drive that we can have users download and then a script to pause encryption so it will install.
Our problem is most of our users are remote users so what we would really like to happen is the ability to install the update through a script push and the built in windows update.
Manually really isn't an option either since it needs to be done on ~400 computers and there is only 2 of us.
Thanks!
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
quickwhips
6 years ago
Take iso and copy all the windows 1703 files to a folder on your machine for building a software deployment. Make a batch file in the folder using the command setup.exe /auto upgrade /quiet.
Save the batch file and zip the entire folder up. Upload it and call the batch file to do the install. I’ve done this and it works fine. Do a detection on your test machine and use that to detect a successful install.