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.
A.
New-DfsnFolderTarget
B.
Install-WindowsFeature
C.
Grant-DfsnAccess
D.
New-DfsnFolder
E.
New-SmbShare
Explanation:
PS C:\Windows\system32> Install-WindowsFeature FS-DFS-Namespace -IncludeManagementTools
Success Restart Needed Exit Code Feature Result
———– ——————- ————–
——————-
True No Success {DFS Namespaces, DFS Management Tools, Fil… https://docs.microsoft.com/en-us/powershell/module/dfsn/grant-dfsnaccess?view=win10-ps
References:
https://docs.microsoft.com/en-us/powers
hell/module/microsoft.windows.servermanager.migration/install-windowsfeature?view=win10-ps
https://docs.microsoft.com/en-us/powershell/module/dfsn/grant-dfsnaccess?view=win10-ps