该计算机没有足够的权限执行安全自动更新

The_computer_didnt_have_sufficient_rights_to_perform_the_secure_dynamic_update_1_Rule (Rule)

Knowledge Base article:

摘要

配置为使用动态主机配置协议(DHCP)获取 IP 地址的计算机可以自动将其 IP 地址和域名系统(DNS)名称注册到托管其域的区域的权威 DNS 服务器。这样,管理员便无需管理客户端计算机的主机(A 或 AAAA)资源记录。自动注册出现问题不会防碍某台计算机访问网络,但可能导致其他网络计算机无法找到该计算机。

解决方案

重试 DNS 注册:

在为计算机自动分配新的网络地址后,该计算机将尝试通知 DNS 服务器已发生地址更改。当计算机进行这种尝试时发生了问题。通常这是一种临时状况,但可能表明 DNS 服务器出现了问题。这种状况极少会给你的计算机造成问题,除非你共享了文件夹或打印机等资源。

你可以指示计算机再次尝试 DNS 注册,但不一定要这样做。

要执行此过程,必须拥有管理员成员身份,或者已向你委派了适当的权限。

若要将计算机的地址注册到 DNS 服务器,请执行以下操作:

如果问题持续出现,请联系你的网络管理员并提供事件消息中显示的信息。如果你是网络管理员,请参阅“动态更新疑难解答”(http://go.microsoft.com/fwlink/?LinkId=103842),以了解有关排查 DNS 注册问题的信息。

外部

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Event SourceDnsapi
Alert GenerateFalse
RemotableTrue
Event LogSystem
CommentMom2005ID='{33CF76D9-49BF-4390-98D0-09E27C4C2E7B}';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_didnt_have_sufficient_rights_to_perform_the_secure_dynamic_update_1_Rule" Comment="Mom2005ID='{33CF76D9-49BF-4390-98D0-09E27C4C2E7B}';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>Dnsapi</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005BooleanRegularExpression</Operator>
<Pattern>^(11154|11166)$</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>