Script to obtain listing of permission NTFS in fileserver

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

Guest

Hello to all,
I need a script that obtain all the permission of files grouped by user of a
fileserver, what can I utilize to do it?, what command or utility I should
utilize?

Thanks in advance

Marco


Marco RV
 
Hello to all,
I need a script that obtain all the permission of files grouped by user of a
fileserver, what can I utilize to do it?, what command or utility I should
utilize?

Thanks in advance

Marco


Marco RV
You should be able to get the desired output by using dumpsec from
www.somarsoft.com. Likewise, cacls *.* /T /C will give you a simiarl
output.

Brian
 
So did you find a solution? I am looking for a similar script/utility also.
Would greatly help in documenting servers.
 
Yes, the two options are a good solution, and in both you can utilize it in
command line options to create some script.


"Andre Rojde" escribió:
 
Back
Top