Gathering Battery Information via PowerShell & WMI

TLDR: GitHub Script: garytown/BatteryInfo.ps1 If you have an HP Device, there is a nifty utility called HP Power Manager, in which it tells you the health and status of your battery. Related Posts: This is pretty useful, but sometimes you need to access this information via PowerShell or WMI for scripting or Inventory. I’m going … 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