Microsoft.SystemCenter.CollectWindowsSetupLogs (Rule)

Element properties:

TargetMicrosoft.Windows.Computer
CategoryEventCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
SetupDS DataSource Microsoft.IntelligencePacks.Update.EventLogDataProvider System.PrivilegedMonitoringAccount
EventFilter ConditionDetection Microsoft.IntelligencePacks.UpdateAssessment.EventLogFilter Default
HttpWA WriteAction Microsoft.SystemCenter.UpdatesSetupEventLogWriteAction Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CollectWindowsSetupLogs" Target="Windows!Microsoft.Windows.Computer" Enabled="false" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="SetupDS" TypeID="Types!Microsoft.IntelligencePacks.Update.EventLogDataProvider" RunAs="System!System.PrivilegedMonitoringAccount">
<LogName>Setup</LogName>
</DataSource>
</DataSources>
<ConditionDetection ID="EventFilter" TypeID="Microsoft.IntelligencePacks.UpdateAssessment.EventLogFilter"/>
<WriteActions>
<WriteAction ID="HttpWA" TypeID="Types!Microsoft.SystemCenter.UpdatesSetupEventLogWriteAction"/>
</WriteActions>
</Rule>