Installation, Storage, and Compute with Windows Server 2016 — Question 215
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After your answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your network contains an Active Directory domain. The domain contains a server named Server1 that runs Windows Server 2016.
Server1 contains a virtual disk named Disk1.vhdx in a folder named D:\Folder1. Disk1.vhdx contains an installation of Windows Server 2016.
You need to add the Telnet Client feature to Disk1.vhdx while the installation is offline.
Solution: At a command prompt, you run dism.exe to mount an image, enable a feature, and then dismount the image.
Does this meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: A
Explanation
The solution is correct because DISM (Deployment Image Servicing and Management) can successfully mount a VHDX image, enable features, and dismount the image, allowing modifications to be made while the installation is offline. The option 'No' is incorrect because it does not recognize the capabilities of DISM for offline servicing of Windows images.