プライマリ DNS サーバーが DNS レコードの動的更新をサポートしていないため、1 つ以上の DC ロケーター DNS レコードが DNS データベースに登録されていません

One_or_more_of_the_DC_Locator_DNS_records_are_not_registered_1_Rule (Rule)

Knowledge Base article:

概要

このドメイン コントローラー (DC) のロケーター レコードのゾーンをホストしている DNS サーバーは、DNS 動的更新をサポートしていませんが、この DC は、動的更新を実行するように構成されています。

解決方法

セキュリティで保護された DNS 動的更新をサポートするように DNS サーバーを更新しまするか、DNScmd.exe ツールまたは MMC コンソール管理インターフェイスを使用して、そのロケーター レコードを適切なゾーンに追加します (ロケーター レコードを手動で管理している場合)。

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Event SourceNetlogon
Alert GenerateFalse
RemotableTrue
Event LogSystem
CommentMom2005ID='{DAF92172-3BC5-4BEC-9A65-B9D79843DBB2}';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="One_or_more_of_the_DC_Locator_DNS_records_are_not_registered_1_Rule" Comment="Mom2005ID='{DAF92172-3BC5-4BEC-9A65-B9D79843DBB2}';MOM2005GroupID=" Enabled="true" Target="AD2012R2Core!Microsoft.Windows.Server.2012.R2.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>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Netlogon</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005BooleanRegularExpression</Operator>
<Pattern>^(5773)$</Pattern>
</RegExExpression>
</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>