CollectUpdatePendingActionInformation (Rule)

Element properties:

TargetMicrosoft.Windows.Computer
CategoryCustom
EnabledFalse
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.IntelligencePacks.UpdatePendingActionDataSource System.PrivilegedMonitoringAccount
WA2 WriteAction Microsoft.SystemCenter.UpdatePendingActionDataWriteAction Default

Source Code:

<Rule ID="CollectUpdatePendingActionInformation" Enabled="false" Target="Windows!Microsoft.Windows.Computer" ConfirmDelivery="true" Remotable="false">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.IntelligencePacks.UpdatePendingActionDataSource" RunAs="System!System.PrivilegedMonitoringAccount"/>
</DataSources>
<WriteActions>
<WriteAction ID="WA2" TypeID="Types!Microsoft.SystemCenter.UpdatePendingActionDataWriteAction"/>
</WriteActions>
</Rule>