- Start Notepad and type the following information. This is a sample script for a delta run:
Echo Starting run of Exchange MA
f:\zoomserv\bin\zscript -dn "ma=EXCHMA1,DsaName=Server1,ou=Applications,dc=microsoft,dc=com" -define "Action=DELTA"
Echo End of Exchange MA
Echo Starting run of TAMA MA
F:\zoomserv\bin\zscript -dn "ma=Provisioning Agent,DsaName=Server1,ou=Applications,dc=microsoft,dc=com"
Echo End of TAMA
Echo Starting Delta run of ADMA
f:\zoomserv\bin\zscript -dn "ma=ADMA,DsaName=Server1, ou=Applications,dc=microsoft,dc=com" -define "Action=DELTA"
Echo End of ADMA
This is a sample script for a full run:
Echo Starting run of Exchange MA
f:\zoomserv\bin\zscript -dn "ma=EXCHMA1,DsaName=Server1,ou=Applications,dc=microsoft,dc=com" -define "Action=FULL"
Echo End of Exchange MA
Echo Starting run of TAMA MA
F:\zoomserv\bin\zscript -dn "ma=Provisioning Agent,DsaName=Server1,ou=Applications,dc=microsoft,dc=com"
Echo End of TAMA
Echo Starting run of ADMA
f:\zoomserv\bin\zscript -dn "ma=ADMA,DsaName=Server1, ou=Applications,dc=microsoft,dc=com" -define "Action=FULL"
Echo End of ADMA
NOTE: These samples are designed only as an example. You must adapt these examples to your situation and MAs.
- Save the file as Scheduler.bat in the C:\Zoomserv\Bin folder.