TMG 控制服務需要 Windows Server 2000 Service Pack 4 或 Windows Server 2003

Microsoft.Forefront.TMG.The_ISA_Control_service_requires_Windows_Server_2000_with_Service_Pack_4_or_Windows_Server_2003.Rule (Rule)

當 TMG 控制服務需要 Windows Server 2000 Service Pack 4 或 Windows Server 2003 時,此規則會產生警示

Knowledge Base article:

摘要

Microsoft Forefront TMG 控制服務需要 Windows 2000 Server Service Pack 4 或 Windows Server 2003。

原因

防火牆並未設計與最新版的作業系統搭配使用。

解決方式

安裝 Windows Server 2003,或 Windows 2000 Server with Service Pack 4。最佳做法永遠是安裝最新的 Service Pack。

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.The_ISA_Control_service_requires_Windows_Server_2000_with_Service_Pack_4_or_Windows_Server_2003.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>^(14025)$</EventsPattern>
<EventType>1</EventType>
<SourcePattern>Microsoft Forefront TMG Control</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.Forefront.TMG.The_ISA_Control_service_requires_Windows_Server_2000_with_Service_Pack_4_or_Windows_Server_2003.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>2</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>