Tech Support > Microsoft Windows > Windows Server > Report on a user's effective permissions by folder
Report on a user's effective permissions by folder
Posted by worlddreams@hotmail.com on February 10th, 2005


Is there a way to Report on a user's effective permissions by folder?
This would be nice to do when a user leaves, moves departments etc. to
see what folder he/she had access to.


OS is: 2000 Server and NT4 Server NTFS.

Posted by Pegasus \(MVP\) on February 10th, 2005



<worlddreams@hotmail.com> wrote in message
news:1108068347.526606.189260@f14g2000cwb.googlegr oups.com...
You can easily do the opposite: Report on the ACL for each folder:
- Start a Command Prompt.
- Issue these commands:
cacls "d:\SomeShare\SomeFolder" > c:\acl.txt
cacls "d:\SomeShare\SomeOtherFolder" >> c:\acl.txt

If you do this for all folders then you have a full set of
all permissions set for each folder.




Similar Posts