File Permission Audit

G

Guest

Anyone have any good tools to scan a file share and check folder permissions?
I have a large set of folders with an excessive amount of custom permissions.
I need to get a snapshot of who has access to what for a project I'm working
on.
 
M

Michael Bednarek

Anyone have any good tools to scan a file share and check folder permissions?
I have a large set of folders with an excessive amount of custom permissions.
I need to get a snapshot of who has access to what for a project I'm working
on.

CACLS *.* /T - built-in
XCACLS *.* /T - Resource Kit
AccessEnum - from SysInternals
FileACL - by Guillaume Bordier
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top