DirectAgentComputerGroupCollectionRule (Rule)

Element properties:

TargetMicrosoft.IntelligencePacks.DynamicComputerGroupCollection
CategoryCustom
EnabledTrue
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.IntelligencePacks.ComputerGroupsDataSource Default
WA1 WriteAction Microsoft.IntelligencePacks.ConditionedComputerGroupsDataWriteAction Default
WA2 WriteAction Microsoft.IntelligencePacks.ConditionedOperationDataWriteAction Default

Source Code:

<Rule ID="DirectAgentComputerGroupCollectionRule" Enabled="true" Target="Microsoft.IntelligencePacks.DynamicComputerGroupCollection" ConfirmDelivery="true" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="ComputerGroups!Microsoft.IntelligencePacks.ComputerGroupsDataSource">
<Source>$Target/Property[Type="Microsoft.IntelligencePacks.DynamicComputerGroupCollection"]/Source$</Source>
<Criteria>$Target/Property[Type="Microsoft.IntelligencePacks.DynamicComputerGroupCollection"]/Criteria$</Criteria>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA1" TypeID="ComputerGroups!Microsoft.IntelligencePacks.ConditionedComputerGroupsDataWriteAction"/>
<WriteAction ID="WA2" TypeID="ComputerGroups!Microsoft.IntelligencePacks.ConditionedOperationDataWriteAction"/>
</WriteActions>
</Rule>