Get-OSDCoreDriverPackCatalogHP
Last updated
Was this helpful?
Downloads and parses the HP driver pack catalog for Windows 11.
Module
OSD
Platform
WinPE (amd64 / arm64)
Retrieves the latest HP Client Driver Pack Catalog from HP's cloud repository, extracts and parses it to create a catalog of available Windows 11 driver packs. Falls back to offline catalog if download fails.
Get-OSDCoreDriverPackCatalogHP [[-LocalDriverPackCatalog] <String>] [[-OemDriverPackCatalog] <String>] [-Force]
[-LocalOnly] [-ProgressAction <ActionPreference>] [<CommonParameters>]-LocalDriverPackCatalog
String
False
Path to the local fallback HP catalog XML file.
-OemDriverPackCatalog
String
False
URL to the online HP driver pack catalog CAB file.
-Force
SwitchParameter
False
Forces download and rebuild of the temporary online catalog even when a cached temp catalog file already exists.
-LocalOnly
SwitchParameter
False
Uses only local catalog values and skips online catalog download/extraction.
Retrieves the HP driver pack catalog for Windows 11.
Forces a refresh of the HP driver pack catalog by downloading the latest version from HP's server, bypassing any cached copies.
Processes only local catalog values without any online download checks.
Last updated
Was this helpful?
Was this helpful?
Get-OSDCoreDriverPackCatalogHPGet-OSDCoreDriverPackCatalogHP -ForceGet-OSDCoreDriverPackCatalogHP -LocalOnly
