Hallo sweepers,
I have a several deployments that i want to combine.
1) Send active domain users a messagebox that the Dynamics AX servers will be restarted over 10 minutes and that the clients will be killed over 8 minutes. (vbs)
2) Send messagebox that AX client will be killed on client computers (vbs)(killprocess)
3) Clear AX cache on client computers (vbs)
4) Stop / Start AX object server services (command)
5) Send messagebox that the clients can login to AX (vbs)
Is it possible to set waittimes between steps ?
Like:
Deployment 1:
-Run step 1
-Wait 8 minutes
-Run step 2
-Run step 3
-Wait 2 minutes
-Run step 4
-Run step 5
Kind regards,
I.Kulgu