Override to disable Network Connections Service on Windows Server 2016 and 1709+ clusters.

OverrideForNetManServiceCheckMonitor (MonitorPropertyOverride)

On Windows Server 2016 and 1709+ 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.10.0.Computer
TargetMicrosoft.Windows.Cluster.NodeRole.NetManServiceCheck
PropertyEnabled
Valuefalse
EnforcedFalse

Source Code:

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