- Related Products
- ADManager Plus
- ADSelfService Plus
- EventLog Analyzer
- Exchange Reporter Plus
- AD360
- Log360
Using command line arguments all Windows servers in your environment can be configured at a time, to do this:
For example, to add the file servers Test-MS1, Test-MS2, and Test-MS3; open the servers.csv file and enter:
Test-MS1,
Test-MS2,
Test-MS3
config server add -machinetype ms -isauditpolicy true (or) false
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 all Windows servers and configure the required audit policies automatically; execute the following command:
config server add -machinetype ms -isauditpolicy true