Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Log files Accessed by user

Status
Not open for further replies.

jbollman

IS-IT--Management
Jun 19, 2001
8
US
I have a need to find out if a user has accessed a file. The users are all using Win98 and the server is NT 4.0. Auditing was not turned on.
*Can I tell from the workstation what network files has been accesse?
*Can I tell from the Server?

Thanks

 
It has probably been too long at this point, but if you looked through the swap file on that user's computer, you may be able to find fragements of the document if it swapped.

None the less, I would definately turn audit loggin on (better late than never).

Also, there may be some form of auditing built into the application that they used to view it. For instance, if they used an MS Office application to view it, there will be a registry entry created including that file name. That is how the recently viewed documents list is maintained both for the office applications and for the Documents listing in the Start menu.

Run regedit.exe and export the registry. Then you can do a string search for your file name.

pansophic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top