Produce a security access list report?

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

Guest

Is there a tool that can be used in a Windows 2000 AD strucutre to print the
security access of server folders?

For example, I would like to procduce a report listing the entire D drive
of my file/print server showing the security access for each folder and
share... Is there a tool able to produce this type of report?
 
JJMM991 said:
Is there a tool that can be used in a Windows 2000 AD strucutre to print
the
security access of server folders?

For example, I would like to procduce a report listing the entire D drive
of my file/print server showing the security access for each folder and
share... Is there a tool able to produce this type of report?


cacls d:\ /t /c > c:\access.log
 
Back
Top