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
- A. Run Windows Configuration Designer and select the Advanced provisioning option
- B. Create a text file that contains an [ExclusionException] section
- C. Create a text file that contains an [ExclusionList] section
- D. Run dism.exe and specify the /ConfigFile parameter
- E. Run dism.exe and specify the /Scratchdir parameter
- F. Create a text file that contains an [CompressionExclusionList] section
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.