Für Windows Server 2016 und höher (deaktivierte Prozessüberwachungsgruppe) auffüllen

Microsoft.Windows.Server.10.0.ProcessMonitoringDisabled.Group.Discovery (Discovery)

Diese Regel füllt die Gruppe auf, die Seeds der Betriebssysteme Windows Server 2016 und höher enthält, für die die Prozessüberwachung über "Assistent zum Hinzufügen von Monitoren" deaktiviert ist.

Knowledge Base article:

Zusammenfassung

Diese Regel füllt die Gruppe auf, die Seeds der Betriebssysteme Windows Server 2016 und höher enthält, für die die Prozessüberwachung über "Assistent zum Hinzufügen von Monitoren" deaktiviert ist.

Element properties:

TargetMicrosoft.Windows.Server.10.0.ProcessMonitoringDisabled.Group
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="Microsoft.Windows.Server.10.0.ProcessMonitoringDisabled.Group.Discovery" Target="Microsoft.Windows.Server.10.0.ProcessMonitoringDisabled.Group" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="Microsoft.Windows.Server.10.0.ProcessMonitoringDisabledGroup.ContainsWindowsServer.10.0.ProcessSeed"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.Windows.Server.10.0.ProcessMonitoring.ProcessSeed"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.Windows.Server.10.0.ProcessMonitoringDisabledGroup.ContainsWindowsServer.10.0.ProcessSeed"]$</RelationshipClass>
<Expression>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<Property>$MPElement[Name='WindowsServer!Microsoft.Windows.Server.ProcessSeed']/ProcessMonitoringEnabled$</Property>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>False</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<UnaryExpression>
<ValueExpression>
<Property>$MPElement[Name='WindowsServer!Microsoft.Windows.Server.ProcessSeed']/ProcessMonitoringEnabled$</Property>
</ValueExpression>
<Operator>IsNull</Operator>
</UnaryExpression>
</Expression>
</Or>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>