@echo off
REM /***************************************************\
REM * DCexchangeRestart.bat *
REM * Created: 01/17/2006 By: JHARDWICK *
REM \***************************************************/
echo This program will restart the server.
echo Press Ctrl+C to cancel restart, or
pause
echo You have chosen to shut down.
net stop iisadmin /y
net stop MSExchangeIS
net stop MSExchangeMGMT
net stop MSExchangeMTA
net stop MSExchangeSA
Shutdown -r -t 00