OSD HP Image Assistant Revisited – Offline – HPIA Repo in CM Packages

From Series: OSD HP Image Assistant Revisited – an Overview – Page has link to GitHub & TS Exports This is the last topic I’m covering, because it’s the most complicated one. This can look a lot of different ways depending on the way you want to implement. I’m going to demo two potential ways … Read more

ARM64 – Creating your WinPE

TLDR: Script on GitHub: garytown/OSD/ARM64/Create-WinPEARM64.ps1 NOTE, this will be the first of a few posts dealing with my ARM devices experience. I now have a single ARM test device (consumer grade Samsung Galaxy Book Go – NP340XLA-KA1US) and hopefully a MS Surface device soon, and eventually some yet to be released HP devices. Future posts … 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