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
 
Well, I am going to revise the proposed utilities.

Thanks

"Brian Komar" escribió:
 
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ó:
 

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