File Permission Audit

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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
 
Back
Top