Networking with Windows Server 2016 — Question 36

Your network contains an Active directory forest named contoso.com. The forest has a Distributed File System (DFS) namespace named \\contoso.com
\namespace1.
The domain contains a file server named Server1 that runs Windows Server 2016.
You create a folder named Folder1 on Server1.
Which two cmdlets should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

Answer options

Correct answer: B, C

Explanation

The correct cmdlets, B (Install-WindowsFeature) and C (Grant-DfsnAccess), are essential for enabling DFS features and managing access permissions for the folder. Options A (New-DfsnFolderTarget), D (New-DfsnFolder), and E (New-SmbShare) are not directly related to the initial setup of the DFS namespace and access control in this context.