I can't to disable a responder on Exchange Server 2013

Hello; i have a problema with continuos restart of a Exchange Server 2013.

Analizing the dumb the bugcheck was: 0x000000ef (0xffffe001c4228080, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000).

Investigating in this frums and internet; i found that reboot cause from ActiveDirectoryConnectivityServerReboot responder. Whit this query:

(Get-WinEvent -LogName Microsoft-Exchange-ManagedAvailability/* | % {[XML]$_.toXml()}).event.userData.eventXml| ?{$_.ActionID -like "*ForceReboot*"} | ft RequesterName

ActiveDirectoryConnectivityServerReboot

This Exchange 2013 server is in CU7

Name      AdminDisplayVersion
----      -------------------
EXC01   Version 15.0 (Build 1044.25) 

And then i tried to add a global monitoring override to disable the ActiveDirectoryConnectivityServerReboot responder

Add-GlobalMonitoringOverride -Identity Exchange\ActiveDirectoryConnectivityServerReboot -ItemType Responder -PropertyName Enabled -PropertyValue 0 -ApplyVersion 15.0.1044.25

The before command end without errors

But when a try to query the status of the responder propertie; show enable.

(Get-WinEvent -LogName Microsoft-Exchange-ActiveMonitoring/responderdefinition | % {[XML]$_.toXml()}).event.userData.eventXml | ?{$_.Name -like ActiveDirectoryConnectivityServerReboot"} | ft name,enabled

Name                                                                       Enabled

---------                                                                   -------------------------- 

ActiveDirectoryConnectivityServerReboot                        1

Why i can't to disable that responder? what i am doing wrong?

please help me. Thank you very

April 10th, 2015 12:15pm

Hi,

Have you tried maybe a  local override?

Can you please provide me the name of the healthset?

RQ

Free Windows Admin Tool Kit Click here and download it now
April 10th, 2015 3:16pm

Hello Ramon; thank you for your help.

I found the mistake. The "Microsoft Exchange Health Manager" was disable. I enabed and started the service. and then the responder now show disable status (Enabled = 0).

April 12th, 2015 11:59am

Glad to know.. thank you for your reply Javier.
Free Windows Admin Tool Kit Click here and download it now
April 14th, 2015 12:47pm

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

Other recent topics Other recent topics