Rellenar grupo RODC

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

Esta regla de detección rellena el grupo "Grupo RODC".

Knowledge Base article:

Resumen

Esta regla de detección revela controladores de dominio de solo lectura (RODC) para rellenar el grupo 'RODC Group'.

Configuración

No es necesario realizar ninguna configuración. No deshabilite esta regla de detección.

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>