Question : Generate a list of ACL-and-folder that contains a Group object in AD

Hi Experts, may I have a solution on how to generate a list of folders that have granted permission to a group object in AD.  Say I have an AD Group object named "IT DEPT" and I have two folders named "DIR A" and "DIR B".  I have granted folder permission of "DIR A" to "IT DEPT".

How can I produce such list?  In fact, you know there are no. of objects and no. of folders.  The solution is very convenient to manage folder permission.  Any idea?

Answer : Generate a list of ACL-and-folder that contains a Group object in AD

this would require some work,..
first you'd probably want to run a scan of your network and throw all the ACL's into a database, then query the database.

babsically you could use cacls, or xcacls, or dacls,.,. or here's a script
http://www.codeproject.com/KB/vbscript/VBScript_ACL_Crawl.aspx

or or or,...
Random Solutions  
 
programming4us programming4us