In this article:
Objective
Prerequisites
Steps to follow
Validation and confirmation
Tips
Related topics and articles
Objective
This article outlines the minimum privileges required for ADAudit Plus to audit the following:
Active Directory (AD)
Windows servers and endpoints
File servers
DataEngine
Other systems (Exchange, NetApp systems, etc.)
Prerequisites
ADAudit Plus must be installed and configured.
The server or workstation must be added to ADAudit Plus for auditing.
The required audit policies should be enabled through the Group Policy Management Console (GPMC).
The user performing the configuration must have administrative privileges on the target machine.
Steps to follow
Step 1: Enable audit policies using the GPMC
Open the GPMC by typing gpmc.msc in the Run dialog box.
Locate the relevant GPO that is applied to the target machine.
Right-click the GPO and select Edit to open the Group Policy Management Editor.
On the left pane, navigate to Computer Configuration > Policies > Windows Settings > Security Settings > Advanced Audit Policy Configuration > Audit Policies > Object Access.
On the right pane, double-click the following subcategories and enable them:
Audit File System: Configure this for both Success and Failure.
Audit Handle Manipulation: Configure this for Success.
Step 2: Configure object-level auditing on the target folder (SACL configuration)
Log in to the machine where the folder resides.
Locate and right-click the file or folder to be audited, then select Properties.
In the Properties window, navigate to the Security tab and click the Advanced button.
Navigate to the Auditing tab and click Add.
In the new window, click Select a principal, type Everyone (or specify the intended user or group), then click OK.
Choose the type of access you want to audit (Success and/or Failure).
Under Basic permissions, check the appropriate boxes for actions such as the following:
Read data / list directory
Write data / add files
Append data / add subfolders
Create files / write attributes
Delete
Change permissions
Take ownership
From the Applies to drop-down, select This folder, subfolders and files.
Click OK > Apply > OK to save the changes.
Validation and confirmation
Perform a test operation on the audited file or folder (such as reading, writing, or deleting).
Open Event Viewer on the target machine:
Click Start > Run, type eventvwr.msc and press Enter.
In Event Viewer, navigate to Windows Logs > Security.
Check for event IDs such as 4663, 4656, and 4670, which indicate file access events.
Launch ADAudit Plus and navigate to the File Audit Reports section:
Navigate to File Audit > File Audit > All File/Folder Changes.
Confirm the test access event is reflected in the report.
Tips
Only configure auditing on sensitive or critical directories to avoid unnecessary log generation.
Use specific users or groups instead of everyone where possible to tighten the auditing scope.
Regularly check the event log size and apply proper retention settings to avoid data loss.
Periodically review the object-level auditing settings and clean up outdated entries.
Related topics and articles