Hi Vishwanath,
Elaborating the guidance from Sneff.
Set override with below commands:
Add-GlobalMonitoringOverride -Identity "Outlook.Protocol\OutlookRpcDeepTestProbe" -PropertyName Enabled -PropertyValue 0 -ApplyVersion "15.0.712.24" -ItemType Probe
Add-GlobalMonitoringOverride -Identity "Outlook.Protocol\OutlookRpcDeepTestMonitor" -PropertyName Enabled -PropertyValue 0 -ApplyVersion "15.0.712.24" -ItemType Monitor
The $probe variable holds values for the possible tests/probes that can be used to detect errors with Outlook Connections:
- OutlookServiceProbe
- OutlookRpcSelfTestProbe
- OutlookMapiHttpSelfTestProbe
- OutlookRpcDeepTestProbe
- OutlookMapiHttpDeepTestProbe
- OutlookRpcDeepTestProbe
- OutlookMapiHttpDeepTestProbe
You might want to override additional probes if required.
Reference:
https://social.technet.microsoft.com/Forums/lync/en-US/92455164-6356-4bf6-9bd6-e7b280c745c5/exchange-2013-database-unplaned-to-active-on-another-mailbox-server?forum=exchangesvrgeneral
Testing Exchange Server Updates Part 3
https://justaucguy.wordpress.com/2014/12/28/testing-exchange-server-updates-part-3/