ターミナル サーバーは、有効期限が切れているか、または間もなく切れる証明書を使用するように構成されています

Microsoft.Windows.Server.2008.TerminalServicesRole.Service.TerminalServer.EventCollection.1052.1065.1053 (Rule)

Knowledge Base article:

解決策

この問題を解決するには、次の手順を実行します。

キーについては、「Key Archival and Recovery: Active Directory Certificate Services in Windows Server 2008」( http://go.microsoft.com/fwlink/?LinkId=102277) を参照してください。

ターミナル サーバーによって自動生成された自己署名証明書を使用している場合、証明書の有効期限が切れる 30 日前に、ターミナル サーバーによって証明書が自動的に書き換えられることに注意してください。

この手順を実行するには、ローカルの Administrators グループのメンバであるか、適切な権限を委任されている必要があります。

書き換える必要がある証明書の特定

書き換える必要がある証明書を特定するには、次の手順を実行します。

同じキーで証明書を書き換える

この手順は、エンタープライズ証明機関 (CA) からの証明書の要求にのみ使用できます。

同じキーで証明書を書き換えるには、次の手順を実行します。

新しいキーで証明書を書き換える

この手順は、エンタープライズ CA からの証明書の要求にのみ使用できます。

新しいキーで証明書を書き換えるには、次の手順を実行します。

TLS 1.0 (SSL) に証明書を使用するようにターミナル サーバーを構成する

TLS 1.0 (SSL) に証明書を使用するようにターミナル サーバーを構成するには、次の手順を実行します。

Element properties:

TargetMicrosoft.Windows.Server.2008.TerminalServicesRole.Service.TerminalServer
CategoryEventCollection
EnabledTrue
Event SourceMicrosoft-Windows-TerminalServices-RemoteConnectionManager
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
ターミナル サーバーは、有効期限が切れているか、または間もなく切れる証明書を使用するように構成されています
{0}
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.Windows.Server.2008.TerminalServicesRole.Service.TerminalServer.EventCollection.1052.1065.1053" Enabled="onStandardMonitoring" Target="Microsoft.Windows.Server.2008.TerminalServicesRole.Service.TerminalServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(1052|1065|1053)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-TerminalServices-RemoteConnectionManager</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Server.2008.TerminalServicesRole.Service.TerminalServer.EventCollection.1052.1065.1053.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>