Get-HPTPMDetermine
Last updated
Was this helpful?
Determines which HP TPM firmware update package is required for the current device.
Module
OSD
Platform
WinPE (amd64 / arm64)
Queries the TPM via WMI (win32_tpm) to identify the manufacturer and firmware version. For Infineon (IFX) TPMs, compares the firmware version against known vulnerable version ranges and returns the appropriate HP softpaq package ID. Returns 'SP87753' for firmware requiring an older update package, 'SP94937' for firmware requiring the newer package, or $false if no update is needed or the TPM is not Infineon.
Get-HPTPMDetermine [-ProgressAction <ActionPreference>] [<CommonParameters>]This function does not define function-specific parameters beyond common parameters.
$Package = Get-HPTPMDetermine
Returns 'SP87753', 'SP94937', or $false.Last updated
Was this helpful?
Was this helpful?

