Rights scanner for A.D

Excutioner

Active Member
Joined
May 24, 2006
Messages
77
Hi guys

Does anyone know of a program to scan through active directory and tell me who has rights to what folder in the tree ?

thanks!
 

Excutioner

Active Member
Joined
May 24, 2006
Messages
77
ok cool but the problem is that my scripting skills are practically non-existant....can you show me what script would work?
 

Hijax

Member
Joined
Feb 16, 2010
Messages
16
you could try this from a cmd prompt. CD to the folder you want. if you want permissions on a single file/folder just type cacls filename where filename is the file/folder you are querying. if you want everything under a folder type cacls * . this will list everything including contents in sub folders. if you want to save the output type cacls * >mytextfile.txt.
 
Top