有可用但未安裝的新定義更新

Microsoft.Forefront.TMG.New_definition_updates_are_available_but_were_not_installed.Rule (Rule)

當有可用但未安裝的新定義更新時,此規則會產生警示。

Knowledge Base article:

摘要

有可用的定義更新,但無法安裝。 這可能會使系統過時。

原因

因為下列其中一個原因,無法安裝可用的定義更新:

解決方式

若要解決這個問題,請執行下列其中一個操作,然後再試一次:

Element properties:

TargetMicrosoft.Forefront.TMG.Server
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Forefront.TMG.Rule.AlertGenerate.DS Default
WA WriteAction Microsoft.Forefront.TMG.Rule.AlertGenerate.WA Default

Source Code:

<Rule ID="Microsoft.Forefront.TMG.New_definition_updates_are_available_but_were_not_installed.Rule" Enabled="true" Target="Microsoft.Forefront.TMG.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.DS">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<EventsPattern>^(23477)$</EventsPattern>
<EventType>1</EventType>
<SourcePattern>Microsoft Forefront TMG Update Agent</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.Forefront.TMG.New_definition_updates_are_available_but_were_not_installed.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>