Get-HPOSSupport
Last updated
Was this helpful?
Gets supported Windows releases for an HP platform from the HPIA catalog.
Module
OSD
Platform
WinPE (amd64 / arm64)
Downloads and parses the HP platform catalog and returns operating system support data for a specified platform or the local device platform. Optional switches can return only the latest supported OS values.
Get-HPOSSupport [[-Platform] <String>] [-Latest] [-MaxOS] [-MaxOSVer] [-MaxOSNum]
[-ProgressAction <ActionPreference>] [<CommonParameters>]-Platform
String
False
HP platform ID to query. If not provided, the local baseboard product ID is used.
-Latest
SwitchParameter
False
Returns a combined string containing the latest supported OS description and release ID.
-MaxOS
SwitchParameter
False
Returns the latest supported OS family as Win10 or Win11.
-MaxOSVer
SwitchParameter
False
Returns the latest supported OS release ID value.
-MaxOSNum
SwitchParameter
False
Returns the latest supported OS major version number as 10.0 or 11.0.
Last updated
Was this helpful?
Was this helpful?
Get-HPOSSupport
Returns all supported OS entries for the local platform.Get-HPOSSupport -Platform 83B2 -MaxOSVer
Returns the maximum supported release ID for platform 83B2.
