コンピューター名を Active Directory のオブジェクトにマップできません - 認証エラーが発生する可能性があります

The_computer_name_cannot_be_mapped_to_an_object_in_Active_Directory___this_may_result_in_authentication_failures_5_Rule (Rule)

Knowledge Base article:

概要

コンピューター アカウントのサービス プリンシパル名 (SPN) 属性を登録しようとしたときに内部エラーが発生しました。

サンプル イベント:

このコンピューター アカウント名 '%2' はドメイン コントローラー '%1' 上のコンピューター オブジェクトにマップできなかったため、Active Directory のコンピューター オブジェクトの DnsHostName およびホスト サービス プリンシパル名 (SPN) の属性を更新できませんでした。SPN を登録していない場合、このコンピューターの認証エラーが発生する可能性があります。ドメイン管理者に問い合わせてください。次の技術情報はこのエラーの解決に役立つ場合があります:DsCrackNames status = 0x%3, crack error = 0x%4.

解決方法

Microsoft 製品サポート サービスにお問い合わせください。

外部

詳細については、次を参照してください。

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Event_ID5801
Event SourceNetLogon
Alert GenerateFalse
RemotableTrue
Event LogSystem
CommentMom2005ID='{DD3E469D-B7F7-4F93-BF25-B4DFABF4D79B}';MOM2005GroupID=

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
CollectEventData WriteAction Microsoft.SystemCenter.CollectEvent Default
CollectEventDataWarehouse WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="The_computer_name_cannot_be_mapped_to_an_object_in_Active_Directory___this_may_result_in_authentication_failures_5_Rule" Comment="Mom2005ID='{DD3E469D-B7F7-4F93-BF25-B4DFABF4D79B}';MOM2005GroupID=" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.DomainControllerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>5801</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>NetLogon</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectEventData" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="CollectEventDataWarehouse" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>