원본이 CertificationAuthority이고 ID가 45인 이벤트에 대한 수집 규칙

Microsoft.Windows.CertificateServices.CARole.6.2.CertSvcEvents.45 (Rule)

끝내기 모듈에서 심각한 오류를 반환했습니다.

Knowledge Base article:

요약

인증서가 발급되면 AD CS(Active Directory 인증서 서비스) 끝내기 모듈은 파일 시스템에 인증서 게시 또는 전자 메일 알림 보내기와 같은 추가 기능을 수행할 수 있습니다.

해결 방법

끝내기 모듈 오류 해결

인증서가 발급되면 AD CS(Active Directory 인증서 서비스) 끝내기 모듈은 파일 시스템에 인증서 게시 또는 전자 메일 알림 보내기와 같은 추가 기능을 수행할 수 있습니다.

끝내기 모듈 수정에 대한 자세한 내용은 정책 및 끝내기 모듈 구성( http://go.microsoft.com/fwlink/?LinkId=104207)을 참조하십시오.

끝내기 모듈에 문제가 있고 관련 증상을 처리해도 오류를 해결할 수 없는 경우:

추가 정보

끝내기 모듈이 제대로 작동하는지 확인하는 데 사용하는 프로세스는 사용 중인 끝내기 모듈에 따라 달라집니다.

기본 Microsoft 끝내기 모듈을 사용하는 경우:

사용자 지정 또는 타사 끝내기 모듈을 사용하는 경우 사용자 지정 끝내기 모듈이 수행해야 하는 추가 작업을 완료했는지 확인합니다.

인증서 요청 처리

인증서 요청 처리가 제대로 작동하는지 확인하려면:

Element properties:

TargetMicrosoft.Windows.CertificateServices.CARole.6.2
CategoryEventCollection
EnabledTrue
Event_ID45
Event SourceMicrosoft-Windows-CertificationAuthority
Alert GenerateFalse
RemotableTrue
Event LogApplication

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.CertificateServices.CARole.6.2.CertSvcEvents.45" Enabled="onEssentialMonitoring" Target="CSDisc!Microsoft.Windows.CertificateServices.CARole.6.2" 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">45</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"/>
</WriteActions>
</Rule>