Valid 70-740 Dumps shared by ExamDiscuss.com for Helping Passing 70-740 Exam! ExamDiscuss.com now offer the newest 70-740 exam dumps, the ExamDiscuss.com 70-740 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-740 dumps with Test Engine here:
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?
Correct Answer: B
Recent Comments (The most recent comments are at the top.)
Panayiotis - Feb 23, 2020
Data deduplication is supported on NTFS formatted volumes. then you need to format the ReFS volume into an NTFS such as the volume E which is ReFS needs to be NTFS. If DeDup is not enable also use the below cmdlets:
Recent Comments (The most recent comments are at the top.)
Data deduplication is supported on NTFS formatted volumes. then you need to format the ReFS volume into an NTFS such as the volume E which is ReFS needs to be NTFS.
If DeDup is not enable also use the below cmdlets:
Format-volume E: -Filesystem ntfs
enable-dedupvolume -volume e: