Colleagues,
As stated in the original "Who deleted the file - HOW-TO" thread
([URL unfurl="true"]https://www.tek-tips.com/viewthread.cfm?qid=1829113[/url])
the work is half-done, that is the code reporting the change, appearance and disappearance of a file is working.
However!
The question "Who's done it?" still remains unanswered:
returns the name of the computer (WS or network box), e.g. like ".XML was deleted by xxxxxxxxxxxxZZPB$". (Apologies, had to "redact" the computer name, our Cybersecurity's watching! )
I was thinking: it seems (to yours truly, at least) that Task Manager shows the User/Entity that runs this or that process:
So, is there something that is able to tell the name of the entity (User or a Program) that created/modified/deleted a file?
AHWBGA!
Regards,
Ilya
As stated in the original "Who deleted the file - HOW-TO" thread
([URL unfurl="true"]https://www.tek-tips.com/viewthread.cfm?qid=1829113[/url])
the work is half-done, that is the code reporting the change, appearance and disappearance of a file is working.
However!
The question "Who's done it?" still remains unanswered:
Code:
eventLogEntry.ReplacementStrings(1)
returns the name of the computer (WS or network box), e.g. like ".XML was deleted by xxxxxxxxxxxxZZPB$". (Apologies, had to "redact" the computer name, our Cybersecurity's watching! )
I was thinking: it seems (to yours truly, at least) that Task Manager shows the User/Entity that runs this or that process:
So, is there something that is able to tell the name of the entity (User or a Program) that created/modified/deleted a file?
AHWBGA!
Regards,
Ilya