Tool: OSConfig MDT Integration


So hopefully you have downloaded OSConfig from GitHub and are now ready to add to MDT.

The ZTIOSConfig.wsf file should go in your %ScriptRoot% directory

2015-12-01_10-25-45


The OSConfig directory from the GitHub download should go in Applications.  Alternatively, it can be placed in %ScriptRoot%\OSConfig without making any additional modifications

2015-12-04_11-20-14


In your MDT Task Sequence, add a Run Command Line step and run ZTIOSConfig.wsf using cscript

2015-12-01_10-56-18


Additionally you will need to make a change in your Unattend.xml file you will need to add an entry in your RunSynchronous section.  This will allow OSConfig to run on the first reboot from WinPE

2015-12-01_11-11-13


Additionally, delete any .gitignore files that were downloaded as part of the Zip and do not include them in your OSConfig directory

 

That’s it!

Advertisement