July 2017
Intermediate to advanced
648 pages
31h 9m
English
What if a health set is not healthy, as shown in the following example?

In this example, we used the Get-HealthReport cmdlet to view the list of health sets for the TLEX1 server that were not in a Healthy state. We can check all the probes, monitors, and responders associated with this particular health set using the Get-MonitoringItemIdentity cmdlet:
Get-MonitoringItemIdentity MailboxSpace -Server TLEX1 | FL Identity, ItemType, Name
However, this will not tell us which monitor triggered the health set to be unhealthy. To see which monitors are healthy and which ones are not for a particular health set, we go back to using ...
Read now
Unlock full access