Deploying HP Driver Updates with Image Assistant and ConfigMgr Task Sequences

In the last post, I talked about using Reference files to lock in a set of updates for deployment. In this post, I’m going to show you how to deploy Updates using HP Image Assistant (HPIA) with a ConfigMgr Task Sequence. The Task Sequence I’ve created is pretty dynamic, so you can either create packages … Read more

HP Image Assistant – Locking in Update Versions with Reference Files

So you want to deploy updated drivers to devices, good. You want to “Lock in” a set of updates and ensure that through your deployment rings, you’re deploying the same versions, makes sense. Creating HP Image Assistant Reference files for your models make this possible to ensure you are deploying the same updated versions throughout … Read more

Run Scripts -> Get-HPSoftPaq

Need to deploy an HP Driver / Software to a device(s)? HPCMSL has the command-let Get-SoftPaq that will download an HP Softpaq and either extract or install (silently). Run Script on GitHub: Get-HPSoftPaq.ps1 This script will do the pre-reqs to install HPCMSL via the PowerShell Gallery then install the SoftPaq that you pass into the … Read more

Run Scripts -> Run-HPIA

If you have HP Devices (and you should), you probably have used HPIA. HPIA is a tool that will scan your computer for updates and other recommendations and apply them (and it will do a lot more). This tool has extensive command line parameters, which I like. Check out the User Guide’s Command Line area. … Read more