Get-HPSoftpaqListLatest
Last updated
Was this helpful?
Gets the latest HPIA SoftPaq list for an HP platform.
Module
OSD
Platform
WinPE (amd64 / arm64)
Resolves the latest supported OS information for a platform, downloads the corresponding HPIA reference CAB, and returns the SoftPaq update list from the extracted XML metadata.
Get-HPSoftpaqListLatest [[-Platform] <String>] [-SystemInfo] [-MaxOSVer] [-MaxOSNum]
[-ProgressAction <ActionPreference>] [<CommonParameters>]-Platform
String
False
HP platform ID to query. If not provided, the local baseboard product ID is used.
-SystemInfo
SwitchParameter
False
Returns system information from the HPIA XML instead of the SoftPaq list.
-MaxOSVer
SwitchParameter
False
Reserved switch parameter in this function signature.
-MaxOSNum
SwitchParameter
False
Reserved switch parameter in this function signature.
Last updated
Was this helpful?
Was this helpful?
Get-HPSoftpaqListLatest
Returns the latest SoftPaq list for the local platform.Get-HPSoftpaqListLatest -Platform 83B2 -SystemInfo
Returns system information metadata for platform 83B2.
