PrepAway - Latest Free Exam Questions & Answers

Which action should be taken to ensure updates applied do not require rebooting?

You are hired by ABC.com to administrate a Microsoft Windows Server 2012 domain named
ABC.com. ABC.com utilizes a computer named ABC-DC01 which is utilized for performing various
administrative tasks.
During the course of the day you receive instruction from ABC.com to create an Windows image
using DISM which contains several Windows Updates.
Which action should be taken to ensure updates applied do not require rebooting?

PrepAway - Latest Free Exam Questions & Answers

A.
You should consider utilizing the DISM utility with the /Get-MountedWinInfo parameter.

B.
You should consider utilizing the DISM utility with the /Add-ProvisionedAppxPackage
parameter.

C.
You should consider utilizing the DISM utility with the /Get-WimInfo parameter

D.
You should consider utilizing the DISM utility with the /Commit-Wim parameter.

4 Comments on “Which action should be taken to ensure updates applied do not require rebooting?

  1. esadmin says:

    /Add-ProvisionedAppxPackage does not apply windows updates, only applications with .appx or .appxbundle packages. Can’t be B!

    /Get-MountedWiminfo and /Get-WinInfo only lists existing information on the image!

    Only reasonable choice here is D, assuming you have to run:
    Dism /image:c:\test\ /Add-Package /PackagePath:C:\Test\package.cab /PreventPending first!

    Bad question!!




    0



    0

Leave a Reply