Installation, Storage, and Compute with Windows Server 2016 — Question 9
Your network contains an Active Directory domain. The domain contains a new file server named Server1 that runs a Server Core installation of Windows Server
2016.
Server1 has an ReFS-formatted volume D: and NTFS-formatted volume E:.
The volumes do not contain any data.
You install the Data Deduplication role service on Server1.
You need to implement Data Deduplication for volumes on D: and E:.
Solution: From Windows PowerShell, you run Enable-DeDupVolume-Volume D:,E:.
Does this meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: B
Explanation
The solution does not meet the goal because Data Deduplication cannot be enabled on an ReFS-formatted volume, which is D: in this case. Although the command syntax is correct, the presence of an incompatible file system prevents the successful implementation of Data Deduplication on that volume.