Monday, August 3, 2009

Deleting virtual machine snapshots without wasting disk space

Great article for VI3 administrators:

http://searchvmware.techtarget.com/tip/0,289483,sid179_gci1311854_mem1,00.html?track=NL-921&ad=638720&asrc=EM_NLN_3586418

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!