填入 RODC 群組

Microsoft.Windows.Server.2012.R2.AD.RODCGroup.Discovery (Discovery)

此探索規則會填入「RODC 群組」

Knowledge Base article:

摘要

此探索規則會探索要填入「RODC 群組」的唯讀網域控制站 (RODC)。

設定

不需要組態。請勿停用此探索規則。

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.RODCGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.Windows.Server.2012.R2.AD.RODCGroup.Discovery" Enabled="true" Target="Microsoft.Windows.Server.2012.R2.AD.RODCGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="SCIGL!Microsoft.SystemCenter.InstanceGroupContainsEntities"/>
</DiscoveryTypes>
<DataSource ID="GroupPopulationDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$MPElement[Name="Microsoft.Windows.Server.2012.R2.AD.RODCGroup"]$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.Windows.Server.2012.R2.AD.DomainControllerRole"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SCIGL!Microsoft.SystemCenter.InstanceGroupContainsEntities"]$</RelationshipClass>
<Expression>
<SimpleExpression>
<ValueExpression>
<Property>$MPElement[Name="Microsoft.Windows.Server.2012.R2.AD.DomainControllerRole"]/IsRODC$</Property>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>True</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>