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:

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.

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

  1. Calin says:

    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.




    0



    0
  2. testtaker says:

    /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.

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

    /cleanup image

    remove superseded or unused system files to help prevent the size of your image from increasing over time.

    https://msdn.microsoft.com/en-us/library/jj963514(v=winembedded.81).aspx




    0



    0
  3. Harutyun Sardaryan 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



    2
  4. jay z says:

    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.




    0



    0

Leave a Reply