Save-EnablementPackage
Last updated
Was this helpful?
Downloads a matching Windows enablement package.
Module
OSD
Platform
WinPE (amd64 / arm64)
Resolves an enablement package for the requested build and architecture, verifies connectivity, and downloads the package to the specified directory.
Save-EnablementPackage [[-DownloadPath] <String>] [[-OSBuild] <String>] [[-OSArch] <String>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]-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.
Last updated
Was this helpful?
Was this helpful?
Save-EnablementPackage -DownloadPath C:\Temp -OSBuild 22H2 -OSArch x64
Downloads the latest matching x64 enablement package for 22H2 to C:\Temp.
