Exchange de shutdown komutunu verdiğinizde servislerin kapanması uzun sürdüğü için aşağıdaki kodları bir bat dosyası olarak kaydederseniz shutdown komutunu vermeden önce bu script’i çalıştırırsınız.
net stop “Microsoft Exchange Information Store” /y
net stop “Microsoft Exchange System Attendant” /y
net stop “Microsoft Exchange IMAP4” /y
net stop “Microsoft Exchange Routing Engine” /y
net stop “Microsoft Exchange POP3” /y
net stop “Microsoft Exchange Management” /y
Eğer third party program varsa exchange ile ilgili kullandığınız.Aşağıdaki gibi bir script işinizi görür(Mcafee için bu)
net stop “McAfee GroupShield Exchange” /y
sleep 30
net stop “Microsoft Exchange Information Store” /y
net stop “Microsoft Exchange System Attendant” /y
net stop “Microsoft Exchange IMAP4” /y
net stop “Microsoft Exchange Routing Engine” /y
net stop “Microsoft Exchange POP3” /y
net stop “Microsoft Exchange Management” /y
Bütün bunlardan sonra daha da otomatikleştirmek için restart yapacaksanız sonunda
shutdown /r /t 00
Eğer sistemi kapatacaksanız
shutdown /s /t 00