Microsoft.SystemCenter.Advisor.MaintenanceTasks (Rule)

Element properties:

TargetMicrosoft.SystemCenter.ManagementGroup
CategoryMaintenance
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
MTSchedulerDS DataSource System.SimpleScheduler Default
MTExecutionWA WriteAction Microsoft.SystemCenter.Advisor.MaintenanceTaskWriteAction System.PrivilegedMonitoringAccount

Source Code:

<Rule ID="Microsoft.SystemCenter.Advisor.MaintenanceTasks" Enabled="true" Target="SC!Microsoft.SystemCenter.ManagementGroup" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Maintenance</Category>
<DataSources>
<DataSource ID="MTSchedulerDS" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>43200</IntervalSeconds>
<SyncTime>12:00</SyncTime>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="MTExecutionWA" TypeID="Microsoft.SystemCenter.Advisor.MaintenanceTaskWriteAction" RunAs="System!System.PrivilegedMonitoringAccount">
<Certificate>$RunAs[Name="Microsoft.SystemCenter.Advisor.RunAsProfile.Certificate"]/Data$</Certificate>
<DaysBeforeRenew>3</DaysBeforeRenew>
<ProxyUserName>$RunAs[Name="Microsoft.SystemCenter.Advisor.RunAsProfile.Proxy"]/UserName$</ProxyUserName>
<ProxyUserPassword>$RunAs[Name="Microsoft.SystemCenter.Advisor.RunAsProfile.Proxy"]/Password$</ProxyUserPassword>
<ProxyUserDomain>$RunAs[Name="Microsoft.SystemCenter.Advisor.RunAsProfile.Proxy"]/Domain$</ProxyUserDomain>
</WriteAction>
</WriteActions>
</Rule>