i need to find out which user delete or transfer files from one folder to another on windows. In above scenario one system have multiple login that means multiple user access the same system. And i need to find out which user transfer files from one folder to another, even delete the files from particular folder.
Please help me in this.
Thanks
For file deletions, you will want to enable Object logging on the
Audit Policy
.Here is a blog that walks you through setting it up for file deletions, but in short:
Administrative Tools
openLocal Security Policy
then expandLocal Policies
|Audit Policy
, enable "Success" and potentially "Failure" (if you want to see who tries to delete files).Transferring a file is equivalent to a read followed by a create+write (which may be on a different machine).