Hello
I have recently upgraded 2 nodes on my 3 node Exchange 2013 DAG from CU3 to CU7, when run the following Get-ServerComponentState cmd I receive the following error
[PS] C:\Windows\system32>Get-ServerComponentState "EXCHANGE-SERVER" | ft component, state, -autosize#
Component
State -autosize#
---------
----- ----------
ServerWideOffline
Active
HubTransport
Active
FrontendTransport
Active
Monitoring
Active
RecoveryActionsEnabled
Active
AutoDiscoverProxy
Active
ActiveSyncProxy
Active
EcpProxy
Active
EwsProxy
Active
ImapProxy
Active
OabProxy
Active
OwaProxy
Active
PopProxy
Active
PushNotificationsProxy
Active
RpsProxy
Active
RwsProxy
Active
RpcProxy
Active
UMCallRouter
Active
XropProxy
Active
HttpProxyAvailabilityGroup
Active
ForwardSyncDaemon
Inactive
ProvisioningRps
Active
MapiProxy
Active
EdgeTransport
Active
HighAvailability
Active
SharedCache
Active
I tried to manually start the componenet but get the following error
[PS] C:\INSTALLS\EXCHANGE_SCRIPTS>Set-ServerComponentState -Component ForwardSyncDeamon -Identity EXCHANGE-SERVER -Requester Fuctional -State Active
The component name 'ForwardSyncDeamon' is not valid.
+ CategoryInfo : InvalidArgument: (:) [Set-ServerComponentState], ArgumentException
+ FullyQualifiedErrorId : [Server=ICT-EX01,RequestId=6a9a43a5-5b1f-4dd5-8490-b7a3d026ef87,TimeStamp=09/03/2015 12:
42:19] [FailureCategory=Cmdlet-ArgumentException] 5F497B22,Microsoft.Exchange.Management.SystemConfigurationTasks.
SetServerComponentState
+ PSComputerName : EXCHANGE-SERVER.DOMAIN.COM
I cant find any information ref the ForwardSyncDaemon via google, can you help?
Many Thanks
Mike