Task Sequence – Gather User Text Input – Command Line

Ok, why would you need this? I don’t know. But today I saw a request from someone on Reddit who wanted a way to prompt for a computer name, but wanted it really simple, no Front ends, and didn’t want to set the variable on the collection to be gathered. NOTE, this works in WinPE. … Read more

DISM Apply Drivers – TSProgressUI SubBar

Did you move to using Standard Packages instead of the native driver packages in ConfigMgr years ago? Why use standard packages, and the DISM command instead of importing drivers and using the built in native functions? I’ll tell you why I do, Flexibility and Automation, and the cool people like Johan are doing it. TLDR: … Read more

Task Sequence Troubleshooting – Log Gather

TLDR Script used to gather important logs and information during OSD for Troubleshooting:GitHub: garytown/OSD/OSDLogGather.ps1 at master NOTE, use this for troubleshooting only, don’t run on every device. This does capture sensitive information you would not want to leave on a device after deployment. I was recently assisting someone who was having issues with domain join. … Read more

ConfigMgr TS Basics – Model Mapping Conditions

I still get asked this pretty often, and I share this post: Driver Pack Mapping and Pre-Cache, and get told… ok, that’s cool… but lets keep it simple for now… so in this post, I’ll go with the simple method of having a download step per model driver package. Related Posts: Using your ConfigMgr inventory, … Read more