How do you monitor file access and changes on a file server by user name?

前端 未结 1 1266
猫巷女王i
猫巷女王i 2020-12-06 19:53

I was asked to find a way to monitor changes (modification, renaming, deletion, moving) of files in specific folders on the company\'s shared file server (simple windows sha

相关标签:
1条回答
  • Use auditing - it's on the security tab when you get the properties of file/folder. You specify which users you want audited for what kind of access. You also have to turn on auditing using the security policy mmc snap-in. The audits will end up in the security log.

    Detailed instructions from MS: http://support.microsoft.com/kb/310399

    If you want, your C# app could then pick the events out of the security event log.

    0 讨论(0)
提交回复
热议问题