Thursday, 13 January 2011

VBS display of DFS path location

If you want to create a scripted method of managing DFS path you can use the DFSCMD.EXE tool.

eg. DFSCMD.EXE /view \\server\share /full

This command will output all the folder on that share and their DFS path.
The output from this command can be sent to a text file where the usual VB Script manipulation can take place.

No comments:

Post a Comment