Hey Guys,
I am reading through this document here: https://technet.microsoft.com/en-us/library/JJ218724(v=EXCHG.150).aspx
and am testing along with reading. Here is what I running:
[PS] C:\Program Files\Microsoft\Exchange Server\V15\scripts>(Get-DatabaseAvailabilityGroup dagfive).Servers | Get-Health
Report -RollupGroup
Or Just
[PS] C:\Program Files\Microsoft\Exchange Server\V15\scripts>Get-ExchangeServer |Where {$_.IsE15OrLater -eq "True"} | Get-HealthReport
The output I am getting is this:
[PS] C:\Program Files\Microsoft\Exchange Server\V15\scripts>(Get-DatabaseAvailabilityGroup dagfive).Servers | Get-Health
Report -RollupGroup
Server State HealthSet AlertValue
LastTransitionTime MonitorCount
------ ----- --------- ----------
------------------ ------------
NotApplicable ActiveSync Healthy
7/9/2015 9:27:14 PM 2
NotApplicable Autodiscover.Pro... Healthy
1/29/2015 6:23:4... 8
NotApplicable AD
Healthy 4/3/2015 9:36:46 PM 24
NotApplicable ActiveSync.Protocol Healthy
8/28/2015 6:40:1... 7
Online Autodiscover.Proxy Healthy
6/12/2015 11:04:... 1
Online ActiveSync.Proxy Healthy
4/24/2015 8:05:3... 1
Online ECP.Proxy
Healthy 4/24/2015 8:29:5... 1
Online EWS.Proxy
Healthy 6/12/2015 11:04:... 1
Online OAB.Proxy
Healthy 4/24/2015 8:29:5... 1
Online OWA.Proxy Unhealthy 4/24/2015
8:29:5... 2
If you notice the server column is blank. I was expecting to see the report for each component and the server name that its associated with. If you notice OWA.Proxy is set to Unhealthy, but I don't know which server has the problem.
In my lab I only have about 5 Exchange Servers so its not a big deal but in a larger environment it would be. Can anyone shed some light on what I am doing wrong?
Thanks,
Robert
Robert