Administering Windows Server 2012 — Question 49
You have Windows Server 2012 R2 installation media that contains a file named Install.wim.
You need to identify which images are present in Install.wim.
What should you do?
Answer options
- A. Run imagex.exe and specify the /ref parameter.
- B. Run dism.exe and specify the /get-mountedwiminfo parameter.
- C. Run dism.exe and specify the /get-imageinfo parameter.
- D. Run imagex.exe and specify the /verify parameter.
Correct answer: C
Explanation
The correct answer is C because using dism.exe with the /get-imageinfo parameter allows you to list the images contained within the Install.wim file. Options A and D are incorrect as they do not provide the necessary information about images in the WIM file. Option B is also incorrect because it pertains to mounted WIM information rather than the images within the Install.wim.