File report ignoring NTFS permissions
Posted
by
Edulin
on Server Fault
See other posts from Server Fault
or by Edulin
Published on 2012-03-20T11:02:55Z
Indexed on
2012/03/20
11:31 UTC
Read the original article
Hit count: 151
I need to inventory based on file age a huge NAS. Some folders are restricted, and only users or groups have rights.
As you probably know Treesize is the best solution, the only problem I found is that if I want to script it it only takes a screenshot instead of writing the information to a text file. (If done through the GUI I'm allowed to copy/paste into text, but I need to script it, several shares).
Robocopy /l lists the files but I also need to know the dates (last access / last modify)
I saw a kernel driver by hobeanu to bypass ntfs permissions.
But do you know any easier way to bypass ntfs permissions? or any other application that allows this type of request and save the information to a text file. (scriptable)
Thanks
© Server Fault or respective owner