DFS list permissions
Hi!
Is there a way to display (list) all dfs links in a dfs root with the permissions that are set (not by clicking every siungle one)? I have tried dfsutil and dfscmd, but didn't find any switch to list permissions with links.
Regards, Marko.
July 15th, 2010 8:20am
HI Marko,
Please refer to this guide
http://technet.microsoft.com/en-us/library/cc736784(WS.10).aspx.
Hope it helps.TechNet Software Assurance Managed Newsgroup MCTS: Windows Vista | Exchange Server 2007 MCITP: Enterprise Support Technician | Server & Enterprise Admin
Free Windows Admin Tool Kit Click here and download it now
July 15th, 2010 11:24am
Hi!
Well, I have found the straightforward solution. Because the DFS resides on a server (obviously :) ), I have used the SrvCheck tool from
http://www.petri.co.il/download_free_reskit_tools.htm.
When the simplest answer is before your nose is very hard to see it. :)
Regards, Marko
July 16th, 2010 9:29am
As links in a same DFS root should also in a same local folder, such as c:\DFSRoots folder. Is it available to use this command to show the permissions:
for /d %d in (c:\DFSRoots) do cacls "%d"
Shaon Shan| TechNet Subscriber Support in forum| If you have any feedback on our support, please contact tngfb@microsoft.com
Free Windows Admin Tool Kit Click here and download it now
July 16th, 2010 12:01pm


