PDA

View Full Version : Rights scanner for A.D



Excutioner
14-10-2009, 10:51 AM
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!

Drake2007
14-10-2009, 11:08 AM
best bet is to script it in powershell

Excutioner
14-10-2009, 11:10 AM
ok cool but the problem is that my scripting skills are practically non-existant....can you show me what script would work?

Hijax
19-02-2010, 11:34 AM
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.