For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-HPDriverPackLatest

Gets the latest available HP driver pack for a platform.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Checks supported OS releases for the target platform, searches from newest to oldest release for Windows 11 and then Windows 10, and returns the first matching Driver Pack entry found in the HPIA SoftPaq catalog.

Syntax

Get-HPDriverPackLatest [[-Platform] <String>] [-URL] [-download] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-Platform

String

False

HP platform ID to query. If not provided, the local baseboard product ID is used.

-URL

SwitchParameter

False

Returns only the full download URL for the discovered driver pack.

-download

SwitchParameter

False

Downloads the discovered driver pack to C:\Drivers using Save-WebFile.

Examples

Example

Example

Last updated

Was this helpful?