Finding Task Sequences referenced by Applications or Packages

First off, Thanks to Adam for getting me 80% of the way there: https://www.asquaredozen.com/2019/02/04/finding-configmgr-task-sequences-with-invalid-references/ But I wanted to find the Task Sequences that referenced a specific Application. So in my case, I want to Delete Google Chrome, no point with the New Edge, right? Lets find those TS references: First we need to grab the … Read more

Download & Install the Latest HP Script Library via Powershell

This is my initial script, still working on the part that will update the Application in CM, but for now, I am going to post this.  If you use HP hardware, you NEED to learn these tools. https://developers.hp.com/hp-client-management/doc/client-management-script-library What the script does, downloads the XML information from HP, looks up the latest version of the … Read more

Dell BIOS Download and Update CM Package

This Script connects to your ConfigMgr then compares the list of BIOS Updates to what Dell has available. Note, there are some other great tools like the Driver Automation Tool, but those didn’t fit my needs and I wanted to fully automate this with scheduled tasks.  We also had issues using the tool in our … Read more