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
Should be A,D?
2
1
I agree – A & D
1
1
actually – D & E, the folder must be shared for it to work
3
0
Yeah D and E
You can specify the target path whilst creating the DFSN Folder so no need for A.
It does need to be a UNC path though so E is essential.
https://docs.microsoft.com/en-us/powershell/module/dfsn/new-dfsnfolder?view=win10-ps
2
0