Secure Wipe with SDELETE revisited

So many years ago I blogged about using sdelete to run a secure wipe task task squence. Secure Wipe with logging using ConfigMgr Task Sequence – GARYTOWN ConfigMgr Blog Since then, I’ve updated it a bit, and I’m reposting and uploading the Task Sequence. There are no packages associated with it, all content it needs … Read more

Updating HP Docks with Intune or ConfigMgr using PowerShell

TLDR: Function on GitHub | ConfigMgr CI / Intune PR Script on GitHub So I’m going to cover several docks in one process. I originally started out with supporting the HP USB-C G5 Essential Dock, but I ended up going down a rabbit hole and adding several with the collaboration of my coworker Dan Felman. … 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

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