具有來源 CertificationAuthority 和 ID 92 的事件收集規則

Microsoft.Windows.CertificateServices.CARole.2016.CertSvcEvents.92 (Rule)

憑證服務無法更新安全性權限。

Knowledge Base article:

摘要

憑證授權單位 (CA) 存取控制權限確保獲得授權的元件和使用者可以完成所需的工作。存取控制錯誤可以識別與使用權限不足或不適當相關的潛在問題。

解決方式

以授權使用者帳戶更新安全性權限

確認嘗試更新安全性權限的使用者已獲得設定 Active Directory 憑證服務 (AD CS) 物件權限的授權。

如果您不想封鎖該使用者修改 AD CS 物件的權限,您需要:

若要執行這些程序,您必須擁有管理 CA 權限,或者必須已被委派適當的權限。

啟用 CA 稽核

若要啟用 CA 稽核:

備註:若要稽核事件,還必須將電腦設定為可稽核物件存取。您可以在 [電腦設定\Windows 設定\安全性設定\本機原則] 之下的本機或網域群組原則中,檢視及管理稽核原則選項。

授與 CA 的系統管理員和憑證管理員權限

若要設定 CA 的 CA 系統管理員和憑證管理員安全性權限:

如需 CA 可用的角色和安全性權限的詳細資訊,請參閱憑證授權單位說明中的<以角色為基礎的系統管理>( http://go.microsoft.com/fwlink/?LinkId=104188)。

其他

若要確認 CA 登入內容正確:

Element properties:

TargetMicrosoft.Windows.CertificateServices.CARole.2016
CategoryEventCollection
EnabledTrue
Event_ID92
Event SourceMicrosoft-Windows-CertificationAuthority
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
AD CS 存取控制 - 更新權限
事件描述:{0}
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default
WriteToCertSvcEvents WriteAction Microsoft.Windows.CertificateServices.CARole.CertSvcEvents.Publisher Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default

Source Code:

<Rule ID="Microsoft.Windows.CertificateServices.CARole.2016.CertSvcEvents.92" Enabled="true" Target="CSDisc!Microsoft.Windows.CertificateServices.CARole.2016" 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>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">92</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-CertificationAuthority</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteToCertSvcEvents" TypeID="Microsoft.Windows.CertificateServices.CARole.CertSvcEvents.Publisher"/>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="AlertMessageIDc29839b12ca94b97946a97b10b78837f"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>