Upgrading Your Skills to MCSA: Windows Server 2016 — Question 22
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
- A. New-DfsnFolderTarget
- B. Install-WindowsFeature
- C. Grant-DfsnAccess
- D. New-DfsnFolder
- E. New-SmbShare
Correct answer: B, C
Explanation
The correct answers, B and C, are essential for ensuring that the required features for DFS are installed and that appropriate access is granted to the DFS namespace. Options A, D, and E do not directly contribute to setting up the necessary environment and permissions for the DFS folder structure.