Polling Firmware Version from a HP Thunderbolt-Dockingstation G2 with Powershell

ani magus 21 Reputation points
2022-02-16T09:33:18.597+00:00

Hi,

I need to find out the Firmware Version installed on a HP Thunderbolt-Dockingstation G2 with Powershell command
On a HP_Docking_USB-C_G5, the Powershell call is:
Get-WmiObject -Class HP_DockAccessory -ComputerName $Computer -Namespace root/HP/InstrumentedServices/v1 | select -EXPAND FirmwarePackageVersion

That works fine, but on a HP Thunderbolt-Dockingstation G2, i can`t find out the Powershell call.
Does anyone know or know someone here advice?

HPDockWMIProvider.exe is installed on the Computer.

In the Technical white paper - HP Firmware Installer for Docks ,stand unfortunately nothing, as under G5.
https://ftp.ext.hp.com/pub/caps-softpaq/cmit/whitepapers/HP_Firmware_Installer_for_Docks_L33010-004.pdf

In the HP forum no one can help me either.

Thanks for a tip
Greetings

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,354 questions
{count} votes

Accepted answer
  1. DaveK 1,846 Reputation points
    2022-02-16T10:23:27.857+00:00

    I can't help directly but I wondered if you could try to see what classes are available on a device with one of those docks installs by using WmiExplorer to poke around and see if it provides a different class to query if HP_DockAccessory isn't available on the G2 - https://devblogs.microsoft.com/scripting/weekend-scripter-the-wmi-explorer-tool/

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. ani magus 21 Reputation points
    2022-02-17T07:03:46.457+00:00

    Hi DaveKwas,
    I already use the WIMExplorer but from Kazlov, but the WIMExplorer from Pamnani, is a lot better, now i can find some entries.
    but I think that I can not read the info from the WMI.
    Pity.

    Thanks DaveKwas

    0 comments No comments