I have two directory trees that are supposedly copies of each other. I need to compare not the contents of files but the permissions on them. Is there a tool that will compare two dir trees but compare the ACLs on files and directories, not the file contents themselves? I am on Windows Server.
This tool may be your best bet http://support.microsoft.com/kb/318754
Try to use:
And than put the two output files into a diff software like WinMerge or KDiff. With Windows tools you can run
You will see the difference acl difference between the two folders.