5 pts.
 2003 Exchange services automatically stopped
Services on Exchange server 2003 that sits on 2008 Server box, services automatically stopped. Received a call over weekend that e-mail was not working. I logged into the Exchange server remotely and noticed that many services were stopped. How can this happen? Thanks

Software/Hardware used:
ASKED: January 7, 2013  2:33 PM
UPDATED: January 7, 2013  3:30 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question. Michael Tidmarsh   11,380 pts. , mtb123   5 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Is there anything in the Evenlog?

 10,615 pts.

 

Get-EventLog -ComputerName ServerName -logname LogName -EntryType error | sort source | select -fist 20Use this to get a list of the error events from the server…. Note that the Remote Event Viewing needs to be turned on in the servers Firewall settings. 

 10,615 pts.

 

Get-EventLog -ComputerName loncht01 -logname Application -EntryType error |sort source | select -first 20

 10,615 pts.