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
Is there anything in the Evenlog?
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.
Get-EventLog -ComputerName loncht01 -logname Application -EntryType error |sort source | select -first 20