What cmdlet should you run?

HOTSPOT
Your network contains an Active Directory domain named contoso.com. The domain contains a domain-based Distributed File System (DFS) namespace named Namespace1.
You need to view the shares to which users will be redirected when the users attempt to connect to a folder named Folder1 in the DFS namespace.
What cmdlet should you run? To answer, select the appropriate options in the answer area.
Hot Area:

microsoft-exams

6 thoughts on “What cmdlet should you run?

  1. Get-DfsnFolderTarget -Path “\\Contoso\AccountingResources\LegacySoftware” -TargetPath “\\Contoso-FS\LegacySoftware”
    NamespacePath : \\Contoso\AccountingResources\LegacySoftware
    ReferralPriorityClass : sitecost-normal
    ReferralPriorityRank : 0
    State : Online
    TargetPath : \\Contoso-FS\LegacySoftware
    PSComputerName :

  2. I am guessing you meant to say
    Get-DfsFolder
    \\ Contoso.com \ namespace1 \ Folder1
    Because that’s what the answer should

  3. The answer would not be the following:
    Get-DfsFolder
    \\ Contoso.com \ namespace1 \ Folder1

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.