Given a DFS path, how can I programatically determine which physical file server it maps to?
            Asked
            
        
        
            Active
            
        
            Viewed 1.1k times
        
    5
            
            
        - 
                    3It would help to know what language you're programming in, may want to add that tag to the question as well. – Nick Craver Aug 16 '09 at 13:05
2 Answers
1
            Use NetDfsGetInfo()
 
    
    
        Chris
        
- 3,664
- 6
- 34
- 44
- 
                    the above link is 404. here is a working one https://learn.microsoft.com/en-us/windows/desktop/api/lmdfs/nf-lmdfs-netdfsgetinfo – CJ Harmath Oct 04 '18 at 15:24
