Link to home
Start Free TrialLog in
Avatar of abshipman
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!
Avatar of morrisonhosting
morrisonhosting

The following VBS script can be used to grab file attibutes and save them but I don't think you can get owner or creator with it.

http://www.geekshangout.com/comment/345
Avatar of abshipman

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
ASKER CERTIFIED SOLUTION
Avatar of abshipman
abshipman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
DumpSec provided the information I needed.