简体   繁体   English

Windows事件日志和日志文件

[英]Windows eventlog and log file

How i can generate a log file which contains which user edited and which file in a shared folder. 我如何生成一个日志文件,其中包含编辑了哪个用户以及共享文件夹中的哪个文件。 multiple users is having rights to read/write/delete, No .exe execution is happening. 多个用户拥有读/写/删除的权限,没有.exe执行。 Please help how i can create that kind of log file. 请帮助我如何创建这种日志文件。

  1. Turn on Object Access auditing using Local Security Policy (under Local Policies/Audit Policy) or ask Active Directory administrator to configure this setting using a GPO. 使用“本地安全策略”(在“本地策略/审计策略”下)打开“对象访问审核”,或要求Active Directory管理员使用GPO配置此设置。
  2. Using Explorer, right click on the folder where you want auditing and select Security 使用资源管理器,右键单击要审核的文件夹,然后选择“安全性”
  3. Click Advanced button and then select Auditing Change Auditing tab 单击高级按钮,然后选择审核更改审核选项卡
  4. Click Add and add 'EveryOne' group 点击添加并添加“ EveryOne”组
  5. From the list of available entries, select Write/AppendData (and Delete, DeleteFolder) 从可用条目列表中,选择Write / AppendData(以及Delete,DeleteFolder)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM