WinPE error: oiedlg.dll was not found – BGInfo64.exe

Recently someone was reading over a blog post I wrote about using BGInfo with ConfigMgr. Leverage BGInfo in WinPE – Recast Software, and they were getting the error “The code execution cannot proceed because oledlg.dll was not found…” Quick Fix: Add HTML (WinPE-HTA) Optional Component to your Boot Media. I pointed to the optional items … Read more

HPCMSL – New-HPDriverPack

HP is about to release an update to the HP Client Management Script Library, (1.6.5) and with it, a new Commandlet, New-HPDriverPack. This fills a void with driver packs that has been plaguing us for years. The issue HP tackled? Stale driver packs! Typically driver packs get updated… rarely, lets go with that, but individual … Read more

Sync CM Collection Members to AD Group Members

Recently I wanted to target a GPO to a group of computers that were in a Collection, so I thought it would be the easiest to sync the membership of a CM Collection to an AD Group. This has worked great in my lab, but I haven’t tested at large scale. Script on GitHub The … Read more

Viewing ConfigMgr logs via PowerShell

Do you connect to remote machines via PowerShell frequently and view CM Logs… it’s ugly… so with the help of my friend Jeff Scripter, I’ve made it less ugly. TLDR.. Nice Script to create functions on GitHub UPDATE: 23.05.15- Jeff has released an updated version of the function: jpscripter/LogParsing (github.com) It will automatically populate a … Read more