ConfigMgr PowerShell Module – Package

You ever need the PowerShell Module for ConfigMgr but don’t want to install the full Console? Why? Who knows, I’m not asking you if you don’t ask me. While this isn’t probably isn’t 100% accurate, and includes some extra files, it’s a pain in the bum to figure out exactly which files are needed. I … Read more

OSD Builder in a Task Sequence

Why would you do this? OSD Builder is completely capable of automation, creating scripts that can do all of this, and run via scheduled tasks. So why shoe horn it into a Task Sequence? Task Sequences are very comforting to me. They are powerful, have amazing amounts of flexibility, they manage the flow of content, … Read more

BITS Download – from HTTP (DP) – BranchCache

BranchCache, it’s wonderful. To see some tests and more info, check out this post from Mike Terrill. This post is a bit of an overview of BranchCache, then a script I’m using to trigger downloads of content using PowerShell to populate content into BranchCache from a DP (outside of CM). The idea behind this script … Read more

Windows 10 Upgrade – Custom Action Scripts

Updated and More Detailed Page here: Windows Upgrade Custom Action Scripts (recastsoftware.com) Custom Action Scripts were new in Windows 10 1803. My Buddy Adam wrote up a great overview, so I’m not going to replicate that hard work, please check it out at his Blog.Also, this is going to cover the SetupRollback.cmd file CM uses … Read more

HP CMSL – ConfigMgr CIs

Update 2023.03.08 – Updated the CI’s for Updating PowerShellGet & PackageManagement Modules. – Replace what is in the post with these two: Updated 2020.04.20 – Added CI’s to support HPCMSL PowerShell Module from Gallery. – More Info at Bottom. [GITHUB LINK] Updated 2019.12.25 – More Examples at bottom… because it’s Christmas, and I just enjoy … Read more