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 Driver Pack Download and Update CM Package

<Copy from last Post> This Script connects to your ConfigMgr then compares the list of BIOS Driver Cabs 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 … 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

Update HP BIOS using PowerShell and Internet Connection

Update 2023.04.25 – If you’re wanting to Update your HP BIOS, and you have Intune, I’d recommend looking at HP Connect. If you’re still looking for your own scripting solution, I’d look at this updated Post: Auto Updates of your BIOS & Drivers with HPIA, HPCMSL, HP Connect – GARYTOWN ConfigMgr Blog Update 2020.11.17 – … Read more