소프트웨어 업데이트 필요

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

이 규칙은 소프트웨어 업데이트가 필요할 때 경고를 생성합니다.

Knowledge Base article:

요약

서버에 Forefront TMG 업데이트를 설치해야 NIS(네트워크 검사 시스템)에서 해당 서버에 새 서명 집합을 설치할 수 있습니다.

원인

필수 Forefront TMG 업데이트가 서버에 설치되지 않았습니다.

해결

Microsoft Update를 열고 해당 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>