Az RODC csoport feltöltése

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

Ez a felderítési szabály feltölti az „RODC csoport” nevű csoportot

Knowledge Base article:

Összefoglalás

Ez a felderítési szabály felderíti az írásvédett tartományvezérlőket (RODC) az „RODC csoport” nevű csoport feltöltéséhez.

Konfiguráció

Nincs szükség konfigurációra. Ne tiltsa le ezt a felderítési szabályt.

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>