Windows Server 2016 이상 프로세스 모니터링 사용 안 함 그룹 채우기

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

이 규칙은 “모니터링 추가 마법사”를 통해 프로세스 모니터링이 사용하지 않도록 설정된 Windows Server 2016 이상 운영 체제의 시드가 포함된 그룹을 채웁니다.

Knowledge Base article:

요약

이 규칙은 “모니터링 추가 마법사”를 통해 프로세스 모니터링이 사용하지 않도록 설정된 Windows Server 2016 이상 운영 체제의 시드가 포함된 그룹을 채웁니다.

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>