DRAG DROP
You have a WIM file that contains an image of Windows Server 2012 R2.
Recently, a technician applied a Microsoft Standalone Update Package (MSU) to the image.
You need to remove the MSU package from the image.
Which three actions should you perform in sequence? To answer, move the appropriate three actions from the
list of actions to the answer area and arrange them in the correct order.
Select and Place:
Explanation:
Note:
* At a command prompt, specify the package identity to remove it from the image. You can remove multiple
packages on one command line.
DISM /Image: C:\\test\\offline /Remove-Package /PackageName: Microsoft.Windows.Calc.
Demo~6595b6144ccf1df~x86~en~1.0.0.0 /PackageName: Micro
/Cleanup-Image
Performs cleanup or recovery operations on the image.
Kaye says:
October 28, 2015 at 4:41 am
1. dism/apply-image (to boot destination, then boot this)
2. wusa/uninstall
3. dism/capture…
https://technet.microsoft.com/en-us/library/hh825258.aspx
DISM Image Management Command-Line
Option: /Apply-Image
Applies an image to a specified drive.You can apply an image from a Windows image (.WIM) file or a set of split Windows image (.SWM) files; this option doesn’t support applying an image from a virtual hard disk (VHD) file.
Option:/Capture-Image
Captures an image of a drive to a new .wim file. Captured directories include all subfolders and data. You cannot capture an empty directory. A directory must contain at least one file.