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

Save-MsUpCatDriver

Downloads driver updates from Microsoft Update Catalog

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Searches Microsoft Update Catalog for drivers matching specified hardware IDs or Plug and Play device classes and downloads them to a destination directory.

Syntax

ByPNPClass (Default)

Save-MsUpCatDriver [-DestinationDirectory <String>] [-PNPClass <String>] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

ByHardwareID

Save-MsUpCatDriver [-DestinationDirectory <String>] [-HardwareID <String[]>]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-DestinationDirectory

String

False

Directory where downloaded drivers will be saved

-HardwareID

String[]

False

One or more hardware IDs to search for drivers (ParameterSet: ByHardwareID)

-PNPClass

String

False

Plug and Play device class to search for drivers. Valid values are DiskDrive, Display, Net, SCSIAdapter, SecurityDevices, or USB. (ParameterSet: ByPNPClass)

Examples

Example

Last updated

Was this helpful?