Thursday 25 October 2012

Speedy Shutdown of Exchange 2007

Working in a development environment I tend to reboot my servers more frequently than normal. Shutting down services manually or with a script substantially speeds server shutdown.

Paste the following into a command file:

net stop msexchangeadtopology /y
net stop msftesql-exchange /y
net stop msexchangeis /y
net stop msexchangesa /y
net stop iisadmin /y

I find this greatly speeds the shutdown of a Small Business Server 2008 environment.

Cautionary note:

Watch when deleting drafts in blogger you may accidentally delete a useful post like this.

No comments:

Post a Comment