WaaS TS Download

Initial Release of the 1909 TS Collection on 2019.12.02. Several changes from the last time published. This also incorporates the updated Pre-Caching Process for Drivers & Language Packs. I still need to blog the Language Pack process, but time is a luxury I rarely have for blogging. More details about the overall process can be ... 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

HP Dock ConfigMgr Global Condition

This post I'm going to cover creating a Global Condition to detect if HP Docks are connected to a Windows Device. This will make targeting the HP Dock Update Application possible, which I'll cover in the next post. TLDR: Global Condition on GitHub: ConfigMgr_HPDock_GlobalCondition.ps1 I'm going to assume you already know about Global Conditions and ... Read more