Show permissions

G

Guest

is there a utility that will show the ntfs permissions on a folder and first
level of subfolders? IE
Folder - Users
Subfolders User1
User2
User3
I don't want to see folder and file permissions on data within the Userx
folders.

Also, is there a utility that will show me everywhere on a volume that the
group Everyone or Authenticate Users or any DL group has NTFS permissions
assigned?

Appreciate any assitance. I am sure there are VB scripts, but I am a novice
at those, so if there are samples, I can copy and paste - Great!
Thanks,
Mar
 
S

Steven L Umbach

Fileacl is a free utility that allows you to specify the levels that you
want to see permissions on with the /sub switch. You can use subinacl to
find where users/groups have permissions with the /findsid switch as in
subinacl /noverbose /subdirectories=directoriesonly d:/ /findsid=users
though you want to pipe the output to a file. I
believe the RK tool showacl may also be able to do what you want though it
does not handle special permissions properly if I remember correctly. ---
Steve

http://www.gbordier.com/gbtools/fileacl.htm
 

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