DESCRIPTION: ViewDfsPath can be used to resolve a DfsPath to a destination UNC path. The DfsPath can be a domain based/standalone ...

DESCRIPTION:
ViewDfsPath can be used to resolve a DfsPath to a destination UNC path. 
The DfsPath can be a domain based/standalone namespace or even path to
the link. This command is supported only in Windows Vista or above.

%1!ws!

PARAMETERS:
 : Path of the DFS root or link to be resolved.
    
EXAMPLES:
1) dfsutil diag ViewDfsPath \\domain\docs 
    will be resolved as \\servername\share
2) dfsutil diag ViewDfsPath \\domain\docs\link1
    will be resolved as \\linktarget\share