Invoke-HPTPMDownload
Last updated
Was this helpful?
Downloads and extracts the required HP TPM firmware update softpaq using HPCMSL.
Module
OSD
Platform
WinPE (amd64 / arm64)
Calls Get-HPTPMDetermine to identify the required softpaq, then uses the HPCMSL Get-Softpaq cmdlet to download it to the specified working folder. The downloaded EXE is silently extracted to a subfolder. Returns the path to the extracted folder. Intended for manual download and testing scenarios.
Invoke-HPTPMDownload [[-WorkingFolder] <Object>] [-ProgressAction <ActionPreference>] [<CommonParameters>]-WorkingFolder
Object
False
The folder path where the softpaq EXE will be downloaded and extracted. Defaults to $env:TEMP\TPM if not specified.
Invoke-HPTPMDownload
Downloads and extracts the required TPM firmware softpaq to $env:TEMP\TPM.Last updated
Was this helpful?
Was this helpful?
Invoke-HPTPMDownload -WorkingFolder 'C:\Temp\TPMWork'
Downloads and extracts the required TPM firmware softpaq to C:\Temp\TPMWork.
