Mon, Aug 14 2006 20:23
bradley
Making an SBS box shut down faster...
So Matt asked how to make his SBS box shut down faster and I said.....
Exchange.
Kill off Exchange. It's Exchange/AD that is the slow poke that makes you wait forever.
Build a batch file that stops anything and everything with the name "Exchange" in it or just the System Attendant.
net stop "Microsoft Exchange Information Store" /y
net stop "Microsoft Exchange System Attendant" /y
net stop "Microsoft Exchange Routing Engine" /y
net stop "Microsoft Exchange Management" /y
net stop "Simple Mail Transfer Protocol (SMTP)" /y
http://www.ultrabac.com/kb6/htm/UBQ000038.htm
How to Stop All Exchange Server 2003 Services on a Server:
(and thanks to Simon who reminded me I forgot the "/y" to ensure that the "Yes, stop the service" would be automatically done)
Filed under: Patching issues