Could not find assembly or object type associated with monitor identity 'ECP\EacSelfTestProbe'

I see that my HealthReport shows the ECP site as unhealthy. I have restarted the application pool and would like to invoke the probe again.

I tried running the command as per this following article

https://technet.microsoft.com/en-us/library/ms.exch.scom.ecp(v=exchg.150).aspx

I am getting the following error. Perhaps I have the syntax or probe name wrong?

Invoke-MonitoringProbe ECP\EacSelfTestProbe -Server ex13cas01.domain.local | Format-List

elfTestProbe -Server ex13cas01.domain.local | Format-List
WARNING: Could not find assembly or object type associated with monitor identity 'ECP\EacSelfTestProbe'. Please ensure
that the given monitor identity exists on the server.

May 20th, 2015 10:28am

Hi BTRowdy,

Which server has an unhealthy ECP site? CAS or Mailbox?

I recommend you run the following command to confirm it is on CAS server or On mailbox server:

Get-ServerHealth -Server Ex13cas01 | ?{$_.HealthSetName -eq "ECP"}
Get-ServerHealth -Server Ex13mbx | ?{$_.HealthSetName -eq "ECP"}

And then, you can use "Invoke-MonitoringProbe " command to rerun the associated probe for the monitor thats in an unhealthy state .

The following screen for your reference:

Best regards,

Free Windows Admin Tool Kit Click here and download it now
May 20th, 2015 10:48pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics