Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 4.0 » Save-WindowsImage

Save-WindowsImage - Powershell 4.0 CmdLet

ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »

Save-WindowsImage

Short description
Applies changes made to a mounted image to its WIM or VHD file.

Syntax


Description
The Save-WindowsImage cmdlet applies the servicing changes made to a mounted image to its WIM or VHD file without 
unmounting it.


The Path parameter specifies the location of the mounted Windows image.


The Append parameter specifies the location of an existing .wim file to add the Windows image to when you save it.


The CheckIntegrity parameter detects and tracks .wim file corruption. CheckIntegrity stops the operation if DISM 
detects that the .wim file is corrupted when used with the Mount-WindowsImage cmdlet. The CheckIntegrity parameter 
does not apply to virtual hard disk (VHD) files.