Tool to list security permissions?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a tool (built in to windows or otherwise) that will list all the
permissions and folder access for a user account? I want to compare the
account settings on one machine to the settings on another machine to see
what's different?

Thanks,
 
khalprin said:
Is there a tool (built in to windows or otherwise) that will list all
the permissions and folder access for a user account? I want to
compare the account settings on one machine to the settings on
another machine to see what's different?

Thanks,

http://www.sysinternals.com/Utilities/AccessEnum.html

I don't know of way to do what you want specifically but the above tool may
help.

Kerry
 
there is about a dozen ways to do this. I would start with the windows
resource kit.
 
You could pipe the output of cacls.exe from the command line to a file on
each system and then compare.
cacls *.* /t /c > filename.txt

t = for subdirectories
c = continue on errors (like the page file for instance)
 

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

Back
Top