Valid 70-741 Dumps shared by ExamDiscuss.com for Helping Passing 70-741 Exam! ExamDiscuss.com now offer the newest 70-741 exam dumps, the ExamDiscuss.com 70-741 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-741 dumps with Test Engine here:
Access 70-741 Dumps Premium Version
(270 Q&As Dumps, 35%OFF Special Discount Code: freecram)
Recent Comments (The most recent comments are at the top.)
I believe the answer is
Get-DfsnFolderTarget \\Contoso.com\namespace1\folder1
Get-DfsnFolder only gets the status of the folder in the namespace
Sample:
PS C:\Users\administrator> Get-DfsnFolder \\itfellas.internal\namespacetest\folder1
Path State TimeToLiveSec Properties Description
---- ----- ------------- ---------- -----------
\\itfellas.internal\namespacetest\folder1 Online 1800
Get-DfsnFolderTarget returns path to where the folder in the namespace is actually located.
Sample:
PS C:\Users\administrator> Get-DfsnFolderTarget \\itfellas.internal\namespacetest\folder1
Path TargetPath State ReferralPriorityClass ReferralPriorityRank
---- ---------- ----- --------------------- --------------------
\\itfellas.internal\namespacetest\folder1 \\SRV2\sharetest Online sitecost-normal 0
The answer is Get-dfsnfolder path \\contoso.com\namespace1\folder1