Override to disable Network Connections Service on Windows Server 2012 and Windows Server 2012 R2 clusters.

OverrideForNetManServiceCheckMonitor (MonitorPropertyOverride)

On Windows Server 2012 and Windows Server 2012 R2 clusters the Network Connections service monitor will be disabled because the health state of the Network Connections service does not affect the cluster node health state.

Element properties:

ContextMicrosoft.Windows.Server.6.2.Computer
TargetMicrosoft.Windows.Cluster.NodeRole.NetManServiceCheck
PropertyEnabled
Valuefalse
EnforcedFalse

Source Code:

<MonitorPropertyOverride ID="OverrideForNetManServiceCheckMonitor" Context="ServerLibrary!Microsoft.Windows.Server.6.2.Computer" Enforced="false" Monitor="ClusMonitoring!Microsoft.Windows.Cluster.NodeRole.NetManServiceCheck" Property="Enabled">
<Value>false</Value>
</MonitorPropertyOverride>