SCCM Task Sequence GUI - How to set up the TS to work with a GUI
 Before I have posted how you can create a TS for windows 10 , add a GUI to your TS  and run a script to configure your windows 10 install . However all of this has become out dated and so I wanted to update all of that. This how to will walk you through how to create a TS that will allow you to choose a windows 10 or windows 7 image, name the computer, add the computer description to AD, Choose form a list what applications you want to install, Choose to enable BitLocker and set the PIN as well as create a local account.       Prerequisites:   MDT  integrated to SCCM  A boot image  with the following components added   Windows Powershell(WinPE-DismCmdlest)  HTML(WinPE-HTA)  Microsoft .NET (WinPE-NetFx)  Windows Powershell (WinPE-Powershell)   A windows 10  and windows 7  image     1. Download the package I have put together containing the scripts you will need  https://github.com/sccmtst/SCCM-Management-Scripts/tree/master/TSGUI   2. If you have not already done so download and in...
Comments
Post a Comment