
Explanation/Reference:
Explanation:
Exchange 2013 Managed Availability
This tips describes the new Managed Availability feature present in Exchange 2013.
In Exchange 2013, native, built-in monitoring and recovery actions are included in a feature called Managed Availability. Managed Availability is the integration of built-in, active monitoring and the Exchange
2013 high availability platform, allowing Exchange to make a determination on when to fail over a database based on service health.
To view the health of a server, you use the cmdlets Get-ServerHealth to retrieve the raw health data and Get-HealthReport that operates on the raw health data and provides a snapshot of the health.
Get-HealthReport -RollupGroup
The following list contains the health values that are returned:
Online

Partially Online

Offline

Sidelined

Functional

Unavailable

Get-ServerHealth
Use the Get-ServerHealth cmdlet to return health information related to the server you specify.
This example returns the server health for server Server01.
Get-ServerHealth -Identity Server01
References:
http://technet.microsoft.com/en-us/library/jj218703(v=exchg.150).aspx
http://www.msexchange.org/kbase/ExchangeServerTips/ExchangeServer2013/monitoring/exchange-2013- managed-availability.html