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

Get-OSDCoreDriverPackCatalogLenovo

Downloads and parses the Lenovo driver pack catalog for Windows 11.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Retrieves the latest Lenovo SCCM driver pack catalog from Lenovo's download site, parses the XML to create a catalog of available Windows 11 driver packs. Falls back to offline catalog if download fails.

Syntax

Get-OSDCoreDriverPackCatalogLenovo [[-LocalDriverPackCatalog] <String>] [[-OemDriverPackCatalog] <String>]
 [-Force] [-LocalOnly] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-LocalDriverPackCatalog

String

False

Path to the local fallback Lenovo catalog XML file.

-OemDriverPackCatalog

String

False

URL to the online Lenovo driver pack catalog XML 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.

Examples

Example

Retrieves the Lenovo driver pack catalog for Windows 11.

Example

Forces a fresh online download of the Lenovo catalog before parsing.

Example

Processes only local catalog values without any online download checks.

Last updated

Was this helpful?