/Export-Image {/SourceImageFile: | [/SWMFile:]}
{/SourceIndex: | /SourceName:}
/DestinationImageFile: [/DestinationName:]
[/Compress:{fast|max|none|recovery}] [/Bootable] [/CheckIntegrity]
Exports a copy of the specified image to another file. The source and
destination files must use the same compression type.
Use /SWMFile to reference split WIM files (SWMs). is the naming
pattern and location of split files.
Use /Compress to specify the type of compression used for the capture
operation when exporting an image to a new WIM file.
Use /Bootable to mark a Windows PE volume image as able to be booted.
Use /CheckIntegrity to detect and track WIM file corruption.
Example:
DISM.exe /Export-Image /SourceImageFile:install.wim /SourceIndex:1
/DestinationImageFile:install2.wim
/Enable-Feature /FeatureName: /PackageName: Enables the specified feature in the image. If the package name is not specified, ...
/Enabled:{Yes | No} Enables or disables the image. /UnattendFile: Sets the full path to the unattend file to associate with ...
/esa:EVENT_SOURCE (EventSourceAddress) Specifies the address of an event source. EVENT_SOURCE is a string that identifies ...
/Export-DefaultAppAssociations: Exports the default application associations from a running operating system to an .xml file. ...
/Export-Image {/SourceImageFile: | /SWMFile: ]} {/SourceIndex: | /SourceName: } /DestinationImageFile: /DestinationName: ...
/f - If the computer must restart, forces a restart even if there are other users logged on to the computer after an operation ...
/FilterType: The attribute of the driver package to search for. You can specify multiple attributes in a single command. ...
/For=ForVolumeSpec /AutoRetry=MaxRetryMinutes - Creates a new shadow copy of ForVolumeSpec. ForVolumeSpec must be a local ...
/For=ForVolumeSpec /Oldest /Quiet %1 %2 /Shadow=ShadowId /Quiet %1 %2 /All - For the given ForVolumeSpec deletes all matching ...