Navigate to <installation dir>\ManageEngine\ADAudit Plus\bin. → Open command prompt and execute 'cmdUtil.bat'. → Enter ADAudit Plus' default admin credentials. Note: ADAudit Plus’ default username and password are both 'admin'. And execute the following command: →
config server add -machinetype fs -shares all (or) single (or) shares.csv -issacl true (or) false -isauditpolicy true (or) false
After -shares, enter 'all' to audit all shares, 'single' to audit one random share, and 'shares.csv' to audit the selected shares.
After -issacl, enter 'true' to automatically configure the required object level auditing settings and 'false' to manually configure the required object level auditing settings.
After -isauditpolicy, enter 'true' to automatically configure the required object access audit policy and 'false' to manually configure the required object access audit policy.
For example, if you want to audit selected shares in all file servers and configure the required object access audit policy and object level auditing settings automatically; execute the following command:
config server add -machinetype fs -shares shares.csv -issacl true -isauditpolicy true