Installation, Storage, and Compute with Windows Server 2016 — Question 213

You need to capture a Windows Server 2016 Datacenter image to a WIM file. The solution must exclude the C:\Windows.old folder.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

Answer options

Correct answer: C, D

Explanation

The correct answers are C and D because creating a text file with an [ExclusionList] section allows you to specify files or folders to be excluded from the WIM file, while running dism.exe with the /ConfigFile parameter applies that configuration during the image capture. The other options do not directly address the requirement to exclude the C:\Windows.old folder.