- Related Products
- AD360
- Log360
- ADManager Plus
- ADSelfService Plus
- EventLog Analyzer
- Exchange Reporter Plus
Click here to expand
Right-click on the share folder that you want to audit, select Properties, and then click on the Security tab → Select Advanced, and then click on the Auditing tab → For the Everyone group, add the following entries:
| Principal | Type | Access | Applies To | |
|---|---|---|---|---|
| File/folder changes | Everyone | Success, Failure |
|
This Folder, sub folders, and files |
| Folder permission and owner changes | Everyone | Success, Failure |
|
This Folder and sub folders |
| File read | Everyone | Success, Failure |
|
Files only |
| Folder read failure | Everyone | Failure |
|
This Folder and sub folders |
Go to the <installation directory>\bin folder within the PowerShell command prompt → Type in ADAP-Set-SACL.ps1 → Follow the steps to apply object-level auditing to shares on the file server.
Example:
\\SERVERNAME\folder,FA
C:\test folder,FA
E:\test file.txt,FA
Once you have the CSV file ready with all the required paths, open PowerShell and navigate to the <Installation Directory>\bin folder.
Type in:
.\ADAP-Set-SACL.ps1 -file '.\file name' -mode add (or) remove -recurse true (or) false -username DOMAIN_NAME\username
Where
| parameter | input variable | mandatory |
|---|---|---|
| -file | name of the CSV file containing the list of shared folders | yes |
| -mode | add - sets the object-level auditing settings (or) remove - removes the object-level auditing settings |
yes |
| -recurse | true - Replace all sub-folder object-level auditing settings with inheritable auditing settings applied to the chosen folder. (or) false - Apply object-level auditing settings only to the chosen folder Note: By default, the -recurse parameter is set to false |
no |
| -username | DOMAIN_NAME\username of the user with privilege over the file or folder to set the object-level auditing settings. (No cross-domain support) |
no |
Note: When removing object-level auditing for a set of folders, the -type parameter 'FA' is not mandatory.
For example:

Copyright © 2020, ZOHO Corp. All Rights Reserved.