Exchange 2013 Get-ServerHealth -HealthSet 'hubtransport' failed for server error

IT MAN 1 Reputation point
2021-03-24T07:10:56.053+00:00

Hello, We get this error very often on our exchange 2013 server. How can I fix it? "Get-ServerHealth -HealthSet 'hubtransport' failed for server"

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,357 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yuki Sun-MSFT 40,866 Reputation points
    2021-03-25T03:11:29.257+00:00

    Hi @IT MAN ,

    Is there any other information along with the error you mentioned?
    Aside from the error, did the users encounter any mail flow issues when the error occur?
    Which CU are you running? You can run the following command to view the build number:

    Get-ExchangeServer | Format-List Name,Edition,AdminDisplayVersion  
    

    Besides, when the error appears, please follow the steps below to see if we can get more details for troubleshooting:
    1.Run the following command in EMS to retrieve the HubTransport health set details about the server:

    Get-ServerHealth <servername> | ?{$_.HealthSetName -eq "HubTransport"}  
    

    2.Review the command output and note the monitors that show as "Unhealthy".
    3. Rerun the associated probe for the monitor that's in an unhealthy state. Refer to the table in the Explanation section to find the associated probe. To do this, run the following command:

    Invoke-MonitoringProbe <health set name>\<probe name> -Server <server name> | Format-List  
    

    4.Review the result section in the output to see if there's any clues.


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.