I'm looking for a program that creates a texfile with all ACLs from a root folder down, showing the additions / removed permissions only.
so if I have a C:\test folder which John and Bob has read access, and a subfolder called test2 which John and Pete read access I'd expect a report like:
c:\test - READ: John Bob
+--- test2 (READ: -Bob, +Pete)
Or something more legible. I want this program so I can redo an existing ACL structure and the interface windows provides is useless.