Требуется обновление программного обеспечения

Microsoft.Forefront.TMG.Software_Update_Required.Rule (Rule)

Это правило создает оповещения, если требуется обновление программного обеспечения

Knowledge Base article:

Сводка

Системе проверки сети не удается установить новый набор сигнатур на сервере до установки обновления Forefront TMG на этом сервере.

Причины

Требуемое обновление Forefront TMG не установлено на данном сервере.

Решение

Откройте Центр обновления Майкрософт и установите применимое обновление Forefront TMG.

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.Software_Update_Required.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>^(23502)$</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.Software_Update_Required.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>0</Priority>
<Severity>1</Severity>
</WriteAction>
</WriteActions>
</Rule>