Dfsutil /DisplayDfsPath can be used to resolve a DfsPath to a destination UNC path. The DfsPath can be a domain based or ...

Dfsutil /DisplayDfsPath can be used to resolve a DfsPath to a destination UNC 
path. The DfsPath can be a domain based or stand-alone namespace or even a path 
to the link. This command is supported only in Windows Vista or above.

Usage: 
dfsutil /DisplayDfsPath:
    
    /DisplayDfsPath: - Path of DFS root or link to be resolved.

Example:
dfsutil /DisplayDfsPath:\\domain\docs
-> will be resolved as \\servername\share
OR
dfsutil /DisplayDfsPath:\\domain\docs\link1
-> will be resolved as \\linktarget\share