PrepAway - Latest Free Exam Questions & Answers

Which three actions should you perform in sequence?

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.

PrepAway - Latest Free Exam Questions & Answers

Answer: See the explanation

Explanation:
Box 1:

Box 2:

Box 3:

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.

6 Comments on “Which three actions should you perform in sequence?

  1. Bas says:

    Correct answer:

    dism.exe /Apply-Image – Applies an image to a specified drive.
    wusa.exe /uninstall – Uninstalls the specified package or KB number.
    dism.exe /Capture-Image – Captures an image of a drive to a new .wim file.




    0



    0
  2. wowiwidu says:

    Clear as mud , but here goes:-
    1. DISM /capture-image — Captures an image of a drive to a new .wim file
    https://technet.microsoft.com/en-us/library/hh825258.aspx
    2. WUSA /uninstall — Uninstalls the specified package or KB number.
    https://support.microsoft.com/en-us/kb/934307
    3. DISM /apply-image — Wouldn’t you need to apply the image after the uninstall using WUSA?

    I personally would have DISM /commit-image to make sure of the changes..

    Regards to the rest of the options:-

    https://technet.microsoft.com/en-us/library/hh825265.aspx

    DISM /Cleanup-image – not needed as not mention of boot failure or issues with the image

    DISM /Remove-Package {/PackageName: | /PackagePath:}
    Removes a specified .cab file package from the image. Only .cab files can be specified. You cannot use this command to remove .msu files.




    1



    0

Leave a Reply