| Author |
restarting exchange services via command line
|
|
| Jaime Richmond 2002-10-05, 8:45 pm |
| ii would like to know the command please to stop and restart all the
services in exchange 2k so i can run these from a batch script. thanks
| |
| Mark Fugatt 2002-10-05, 8:45 pm |
| Net stop MSExchangeSA /y
Will stop them all, but I don't think you can start them all in one go.
--
Mark Fugatt
Pentech Office Solutions Inc
www.exchangetrainer.com and www.4mcts.com
Visit www.msexchange.org for practical information on Microsoft Exchange
--- Please respond to this newsgroup and not directly via Email ---
"Jaime Richmond" <mis@sd70.bc.ca> wrote in message
news:#D$bvKMZCHA.3748@tkmsftngp08...
> ii would like to know the command please to stop and restart all the
> services in exchange 2k so i can run these from a batch script. thanks
>
>
| |
| Jaime Richmond 2002-10-05, 8:45 pm |
| i remember that stopping and restarting them all in ex 5.5 was several
commands what are the commands in ex2k?
"Mark Fugatt" <mark@exchangetrainer.com> wrote in message
news:#dd0flPZCHA.2564@tkmsftngp10...
> Net stop MSExchangeSA /y
>
> Will stop them all, but I don't think you can start them all in one go.
>
> --
> Mark Fugatt
> Pentech Office Solutions Inc
> www.exchangetrainer.com and www.4mcts.com
> Visit www.msexchange.org for practical information on Microsoft Exchange
>
> --- Please respond to this newsgroup and not directly via Email ---
> "Jaime Richmond" <mis@sd70.bc.ca> wrote in message
> news:#D$bvKMZCHA.3748@tkmsftngp08...
> > ii would like to know the command please to stop and restart all the
> > services in exchange 2k so i can run these from a batch script. thanks
> >
> >
>
>
| |
|
| every service on windows 2000 can be stopped from the command prompt
if you want to stop the exchange services you should go to "services" on the
"administrative tools" and search for the msexchange*** services. for every
service you see on the properties page the service name and then on your
scripts you can write :
Net stop Msexchange*** ( service name)

"Jaime Richmond" <jrichmond@mrcnetworking.com> wrote in message
news:#QoBJGVZCHA.2420@tkmsftngp12...
> i remember that stopping and restarting them all in ex 5.5 was several
> commands what are the commands in ex2k?
>
>
>
> "Mark Fugatt" <mark@exchangetrainer.com> wrote in message
> news:#dd0flPZCHA.2564@tkmsftngp10...
> > Net stop MSExchangeSA /y
> >
> > Will stop them all, but I don't think you can start them all in one go.
> >
> > --
> > Mark Fugatt
> > Pentech Office Solutions Inc
> > www.exchangetrainer.com and www.4mcts.com
> > Visit www.msexchange.org for practical information on Microsoft Exchange
> >
> > --- Please respond to this newsgroup and not directly via Email ---
> > "Jaime Richmond" <mis@sd70.bc.ca> wrote in message
> > news:#D$bvKMZCHA.3748@tkmsftngp08...
> > > ii would like to know the command please to stop and restart all the
> > > services in exchange 2k so i can run these from a batch script. thanks
> > >
> > >
> >
> >
>
>
| |
| JBL312 2004-09-01, 4:01 pm |
| net stop msexchangeis
net stop msexchangemta
net stop msexchangemgmt
net stop msexchangesa
net stop resvc
net stop smtpsvc
net stop w3svc
net stop POP3Svc
net stop NntpSvc
net stop IMAP4Svc
net stop iisadmin |
|
|
|