Add-WindowsPackageSSU
Adds a Servicing Stack Update package to Windows.
Property
Value
Module
OSD
Platform
WinPE (amd64 / arm64)
Description
Extracts SSU cabinet files from a .cab or .msu package and applies them to an online or offline Windows image using Add-WindowsPackage.
Syntax
Offline (Default)
Add-WindowsPackageSSU -PackagePath <String> -Path <String> [-LogPath <String>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]Online
Add-WindowsPackageSSU -PackagePath <String> [-Online] [-LogPath <String>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]Parameters
Parameter
Type
Required
Description
-PackagePath
String
True
Full path to the source .cab or .msu package file.
-Path
String
True
Full path to the root directory of the offline mounted Windows image.
-Online
SwitchParameter
True
Applies the SSU to the currently running operating system.
-LogPath
String
False
Full path to the DISM log file used during package application.
Examples
Example
Example
Related
Last updated
Was this helpful?

