Showing posts with label Exchange 2003. Show all posts
Showing posts with label Exchange 2003. Show all posts

Monday, August 3, 2009

Exchange 2003 Shutdown Script

This comes in very handy:

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
shutdown /r /t 00

The above is coming from this wonderful site:
http://www.amset.info/exchange/shutdown-script.asp

Cheers!