You need to identify the permissions of the mounted images in Install.wim

You have Windows Server 2012 R2 installation media that contains a file named Install.wim. You need to
identify the permissions of the mounted images in Install.wim.
What should you do?

You have Windows Server 2012 R2 installation media that contains a file named Install.wim. You need to
identify the permissions of the mounted images in Install.wim.
What should you do?

A.
Run dism.exe and specify the /get-mountedwiminfo parameter.

B.
Run imagex.exe and specify the /verify parameter.

C.
Run imagex.exe and specify the /ref parameter.

D.
Run dism.exe and specify the/get-imageinfo parameter.

Explanation:

/Get-MountedWimInfo Lists the images that are currently mounted and information about the mounted
image such as read/write permissions, mount location, mounted file path, and mounted image index.
http: //technet. microsoft. com/en-us/library/cc749447(v=ws. 10). aspx
http: //technet. microsoft. com/en-us/library/dd744382(v=ws. 10). aspx
http: //technet. microsoft. com/en-us/library/hh825224. aspx



Leave a Reply 6

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


da

da

The question is not clear

bruce941

bruce941

The problem I’ve seen with this question, both from the V5 and the V4 question bank is that the references given apply to with Windows 7 or Server 2008 (R2). From what I’ve found, the correct command isn’t listed. The answer that is deemed correct is for Server 2008.

The correct answer I believe is:

Option: /Get-MountedImageInfo -> Lists the images that are currently mounted and information about the mounted image such as whether the image is valid, READ/WRITE PERMISSIONS, mount location, mounted file path, and mounted image index.
Example: Dism /Get-MountedImageInfo

https://technet.microsoft.com/en-us/library/dd744382%28v=ws.10%29.aspx