#Check status of Journaling Agent on HUB server Get-TransportAgent #If Journaling Agent is enabled you should get the following: ############################################################# #Identity Enabled # #-------- ------- # #Journaling Agent True # ############################################################# #If you get: ############################################################# #Identity Enabled # #-------- ------- # #Journaling Agent False # ############################################################# #You need to enable Journaling agent Enable-TransportAgent -Identity "Journaling Agent" #and restart MSExchangeTransport service to apply the change net stop MSExchangeTransport net start MSExchangeTransport #Check status again Get-TransportAgent