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

Save-SystemFirmwareUpdate

Downloads and extracts the latest system firmware update.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Finds the latest applicable system firmware update from Microsoft Update Catalog, downloads the package, and extracts its contents to a destination directory.

Syntax

Save-SystemFirmwareUpdate [[-DestinationDirectory] <String>] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-DestinationDirectory

String

False

Directory where the firmware update package will be downloaded and extracted.

Examples

Example

Save-SystemFirmwareUpdate
Downloads and extracts the latest firmware update to the default temp path.

Example

Last updated

Was this helpful?