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
The question is not clear
dism.exe /get-mountedwiminfo Shows you the read/write permissions of the Image.
A must be the answer.
https://technet.microsoft.com/en-us/library/dd744382(v=ws.10).aspx
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
we are talking about 2012R2 here, therefore /get-mountedwiminfo is a valid parameter for dism, just executed in lab!
A is correct.
http://windowsitpro.com/systems-management/q-how-can-i-quickly-find-any-wim-files-are-mounted-using-deployment-image-servici
A is correct.
D says Dism /Get-ImageInfo
The correct option to do this is Dism /Get-MountedImageInfo
https://technet.microsoft.com/en-us/library/hh825258.aspx