abshipman
asked on
File ownership
I need to be able to pull the file attributes from a 2003 file system. Mainly looking for owner, creator, last access date. Any thoughts on a script or software package tha will do this?
THANKS!
THANKS!
ASKER
Really need the owner if not the creator. Any thought on a software package?
Well you could run the old NT utility to get the ownership information and export it to a .txt file: http://www.windowsitpro.com/article/file-systems/how-can-i-view-the-current-owner-of-a-file-
To export it to a .txt file add "> C:\mytxt.txt" to the end of the command.
The exe can be found here: http://www.microsoft.com/en-us/download/details.aspx?id=23510
To export it to a .txt file add "> C:\mytxt.txt" to the end of the command.
The exe can be found here: http://www.microsoft.com/en-us/download/details.aspx?id=23510
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
DumpSec provided the information I needed.
http://www.geekshangout.com/comment/345