- Related Products
- AD360
- Log360
- ADManager Plus
- ADSelfService Plus
- EventLog Analyzer
- Exchange Reporter Plus
Click here to expand
To audit file and folder access, object-level auditing must be enabled. This can be achieved in three ways:
Example:
E:\test folder,FIM
\\SERVERNAME\c$\folder,FIM
E:\test file.txt,FIM
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 |
|---|---|---|
| -mode | The name of the CSV file containing the list of shared folders. | Yes |
| -file | Add: Sets the object-level auditing settings. (or) Remove: Removes the object-level auditing settings. |
Yes |
| -recurse | True: Replace all subfolder 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: The user with the privileges to set the object-level auditing settings for the file or folder (no cross-domain support). |
No |
Note: When removing object-level auditing for a set of files or folders, the <type> parameter 'FIM' is not mandatory.
For example
Copyright © 2020, ZOHO Corp. All Rights Reserved.