- Related Products
- ADManager Plus
- ADSelfService Plus
- EventLog Analyzer
- Exchange Reporter Plus
- AD360
- Log360
To configure Windows file servers in bulk:
For example, to add the file servers Test-FS1, Test-FS2, and Test-FS3; open the servers.csv file and enter:
Test-FS1,
Test-FS2,
Test-FS3
\\SERVERNAME\testfolder2, \\SERVERNAME\testfolder3; open the shares.csv file and enter:
\\SERVERNAME\testfolder1,
\\SERVERNAME\testfolder2,
\\SERVERNAME\testfolder3
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