Hi Hugh,
Thanks for your post. Please understand these filters don't simply give you a list of files/folders created. They would need to be coupled with access masks to understand exactly which files/folders were created or deleted.
File system object access auditing is not enabled by default in Windows. Access auditing can be enabled via Group Policy. To configure the audit policy on a standalone server, use the local Group Policy Editor console (gpedit.msc). If you need to enable the audit policy on multiple computers in an AD domain, use the domain GPO management console (gpmc.msc).
- Open the GPO editor and go to Windows Settings -> Security Settings -> Advanced Audit Policy Configuration -> System Audit Policies -> Object Access
- Open the Audit File System and specify that only successful access to filesystem objects should be logged (Configure the following audit events -> Success)
- Save the changes and update local Group Policy settings with the command: gpupdate /force
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.