Who was the last modifier of a file on a mapped network drive?

8,424

Sorry, only the modification date is logged by Windows 7.

You only can achieve this with logging, there are two options:

  • Keep using the network shares, set up Process Monitor to log the file events on the network share.

  • Go for a different protocol like a Filezilla Server, you could look backwards in the FTP logs.

Don't forget to read Randolph's Comment on your question, it allows you to get the name given the date.

Share:
8,424

Related videos on Youtube

Samvel
Author by

Samvel

SOreadytohelp

Updated on September 17, 2022

Comments

  • Samvel
    Samvel almost 2 years

    I am running Windows 7, and I have a mapped network drive. Is there any way to examine a file on that drive and find out who was the last user who modified it? If so, how can I do this?

    • Admin
      Admin over 13 years
      You may potentially be able to do this using the Security Event Log, but you'll be making assumptions about the fact that the last person to access the share is the one who modified it. That's off the top of my head.
    • Naidim
      Naidim over 13 years
      If it was Windows Server, you could have used file auditing, which is exactly for this.
  • Samvel
    Samvel over 13 years
    I don't have any direct control over the server so the Process Monitor and Filezilla Server are probably out of the question. Thanks anyway.
  • Tamara Wijsman
    Tamara Wijsman over 13 years
    @mikez302: I see, I'm not aware of any client-side solutions. An option is to Wireshark the network traffic, but that might not be legal unless you are a network/system administrator.
  • Samvel
    Samvel over 13 years
    That is probably not worth the hassle and legal trouble. I was wondering if there was a simple way.