Opět zastavení služeb na Exchange 2010 - tentokrát po RollUp 1 pro SP1

čtvrtek 21. října 2010

Opět jsem se setkal s tím, že po aplikaci Update RollUp (tentokrát RollUp 1 pro Exchange 2010 SP1) jsou Exchange služby Disabled...

Zkuste spravit ručně nebo přes powerShell následovně

Set-Service "MSExchangeADTopology" -StartupType Automatic
Set-Service "MSExchangeAntispamUpdate" -StartupType Automatic
Set-Service "MSExchangeEdgeSync" -StartupType Automatic
Set-Service "MSExchangeMonitoring" -StartupType Manual
Set-Service "MSExchangeProtectedServiceHost" -StartupType Automatic
Set-Service "MSExchangeServiceHost" -StartupType Automatic
Set-Service "MSExchangeTransport" -StartupType Automatic
Set-Service "MSExchangeTransportLogSearch" -StartupType Automatic
Set-Service "RemoteRegistry" -StartupType Automatic
Set-Service "Winmgmt" -StartupType Automatic
Set-Service "W3SVC" -StartupType Automatic

0 komentářů:

Okomentovat