Is there any way of finding out *who* modified a particular file using
VBS? It's in a W2K domain, but it's on a PC that's not running W2K
Server, just plain W2K.

Re: Finding out who modified a file by JHP

JHP
Wed May 10 12:02:05 CDT 2006

I'd say your best bet (FREE) would be to set up File Share Auditing, and
monitor who access' what; events would be written the (System) Event
Viewer - Now you can write a simple VB Script to retrieve this information -
filter it for what your looking for - and send yourself an email with the
results...

have the script run on a schedule task at a desired interval.
or
Check out this site - it monitors a folder for file creations and
deletions:
http://www.microsoft.com/technet/scriptcenter/resources/qanda/apr05/hey0404.mspx

<o.m.watson@gmail.com> wrote in message
news:1147219297.604199.284370@j33g2000cwa.googlegroups.com...
> Is there any way of finding out *who* modified a particular file using
> VBS? It's in a W2K domain, but it's on a PC that's not running W2K
> Server, just plain W2K.
>