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?

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?

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.



Leave a Reply 4

Your email address will not be published. Required fields are marked *


sysadmin

sysadmin

it’s /preventpending. but for some reason it’s not one of the choices.

esadmin

esadmin

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

Kalbi

Kalbi

None of the answers is correct!

l00gan

l00gan

D is only correct – cause after applying update to mounted WIM/IMG you must commit changes