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

Save-EnablementPackage

Downloads a matching Windows enablement package.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Resolves an enablement package for the requested build and architecture, verifies connectivity, and downloads the package to the specified directory.

Syntax

Save-EnablementPackage [[-DownloadPath] <String>] [[-OSBuild] <String>] [[-OSArch] <String>]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-DownloadPath

String

False

Destination directory where the enablement package file is saved.

-OSBuild

String

False

Target Windows release build used to select the enablement package.

-OSArch

String

False

Target operating system architecture used to select the enablement package.

Examples

Example

Last updated

Was this helpful?