Microsoft.SystemCenter.Advisor.Core.GetIntelligencePacksRule (Rule)

Element properties:

TargetMicrosoft.SystemCenter.ManagementGroup
CategoryCustom
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.SimpleScheduler Default
CCUWA WriteAction Microsoft.SystemCenter.Advisor.Core.IntelligencePackWriteAction System.PrivilegedMonitoringAccount

Source Code:

<Rule ID="Microsoft.SystemCenter.Advisor.Core.GetIntelligencePacksRule" Enabled="true" Target="SC!Microsoft.SystemCenter.ManagementGroup" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>300</IntervalSeconds>
<SyncTime>12:00</SyncTime>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CCUWA" TypeID="Microsoft.SystemCenter.Advisor.Core.IntelligencePackWriteAction" RunAs="System!System.PrivilegedMonitoringAccount">
<Certificate>$RunAs[Name="MSA!Microsoft.SystemCenter.Advisor.RunAsProfile.Certificate"]/Data$</Certificate>
<ProxyUserName>$RunAs[Name="MSA!Microsoft.SystemCenter.Advisor.RunAsProfile.Proxy"]/UserName$</ProxyUserName>
<ProxyUserPassword>$RunAs[Name="MSA!Microsoft.SystemCenter.Advisor.RunAsProfile.Proxy"]/Password$</ProxyUserPassword>
<ProxyUserDomain>$RunAs[Name="MSA!Microsoft.SystemCenter.Advisor.RunAsProfile.Proxy"]/Domain$</ProxyUserDomain>
</WriteAction>
</WriteActions>
</Rule>