Skip to content

Commit 9f31026

Browse files
authored
Merge pull request #7199 from Brenduns/cert-connector-event-ids
Cert connector event ids
2 parents 0c590de + 85d85a1 commit 9f31026

1 file changed

Lines changed: 187 additions & 51 deletions

File tree

memdocs/intune/protect/certificate-connector-overview.md

Lines changed: 187 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
author: brenduns
88
ms.author: brenduns
99
manager: dougeby
10-
ms.date: 03/14/2022
10+
ms.date: 03/31/2022
1111
ms.topic: how-to
1212
ms.service: microsoft-intune
1313
ms.subservice: protect
@@ -87,7 +87,7 @@ The Certificate Connector for Microsoft Intune supports:
8787

8888
Periodically, updates to the certificate connector are released. Announcements for new updates appear in the [What's new for the Certificate Connector](#whats-new-for-the-certificate-connector) section in this article.
8989

90-
Intune supports each connector release for six months after its released. After the six months have passed, the connector is no longer supported and might not function as expected.
90+
Intune supports each connector release for six months after it's released. After the six months have passed, the connector is no longer supported and might not function as expected.
9191

9292
If you don’t allow the connector to automatically update, plan to manually update it to the latest version at the first opportunity.
9393

@@ -156,66 +156,202 @@ All events have one of the following IDs:
156156
All events are tagged with a Task Category to aid in filtering. Task categories contain but aren't limited to the following list:
157157

158158
**PKCS**
159+
159160
- **Admin**
160-
- *PkcsRequestSuccess* - Successfully fulfilled and uploaded a PKCS Request to Intune.
161-
- *PkcsRequestFailure* - Failed to fulfill or upload a PKCS Request to Intune.
161+
162+
- **Event ID: 1000** - *PkcsRequestSuccess*
163+
Successfully uploaded a PKCS Request to Intune.
164+
165+
- **Event ID: 1001** - *PkcsRequestFailure*
166+
Failed to fulfill or upload a PKCS Request to Intune.
167+
168+
- **Event ID: 1200** - *PkcsRecryptRequestSuccess*
169+
Successfully processed PKCS Reencrypt request.
170+
171+
- **Event ID: 1201** - *PkcsRecryptRequestFailure*
172+
Failed to process PKCS Reencrypt request.
173+
162174
- **Operational**
163-
- *PkcsDigiCertRequest* - Successfully downloaded PKCS request for DigiCert CA from Intune
164-
- *PkcsDownloadSuccess* - Successfully downloaded PKCS requests from Intune
165-
- *PkcsDownloadFailure* - A failure occurred when downloading PKCS requests from Intune
166-
- *PkcsDownloadedRequest* - Details of a single downloaded request from Intune
167-
- *PkcsIssuedSuccess* - Issued a certificate for a request
168-
- *PkcsIssuedFailedAttempt* - A failure occurred while issuing a certificate for a request
169-
- *PkcsIssuedFailure* - Failed to issue a certificate for a Request
170-
- *PkcsUploadSuccess* - Details of successful request that was uploaded to Intune
171-
- *PkcsUploadFailure* - A failure occurred when uploading requests to Intune
172-
- *PkcsUploadedRequest* - Details of an uploaded request to Intune
175+
176+
- **Event ID: 1002** - *PkcsDownloadSuccess*
177+
Successfully downloaded PKCS requests from Intune.
178+
179+
- **Event ID: 1003** - *PkcsDownloadFailure*
180+
Failed to download PKCS requests from Intune.
181+
182+
- **Event ID: 1020** - *PkcsDownloadedRequest*
183+
Successfully downloaded PKCS request from Intune
184+
185+
- **Event ID: 1032** - *PkcsDigiCertRequest*
186+
Successfully downloaded a PKCS request for DigiCert CA from Intune.
187+
188+
- **Event ID: 1050** - *PkcsIssuedSuccess*
189+
Successfully issued a PKCS certificate.
190+
191+
- **Event ID: 1051** - *PkcsIssuedFailedAttempt*
192+
Failed to issue a PKCS certificate, will try again.
193+
194+
- **Event ID: 1052** - *PkcsIssuedFailure*
195+
Failed to issue a PKCS certificate.
196+
197+
- **Event ID: 1100** - *PkcsUploadSuccess*
198+
Successfully uploaded PKCS request results to Intune.
199+
200+
- **Event ID: 1101** - *PkcsUploadFailure*
201+
Failed to upload PKCS request results to Intune.
202+
203+
- **Event ID: 1102** - *PkcsUploadedRequest*
204+
Successfully uploaded PKCS request to Intune.
205+
206+
- **Event ID: 1202** - *PkcsRecryptDownloadSuccess*
207+
Successfully downloaded PKCS Reencrypt requests.
208+
209+
- **Event ID: 1203** - *PkcsRecryptDownloadFailure*
210+
Failed to download PKCS Reencrypt requests.
211+
212+
- **Event ID: 1220** - *PkcsRecryptDownloadedRequest*
213+
Successfully downloaded a PKCS Reencrypt request.
214+
215+
- **Event ID: 1250** - *PkcsRecryptReencryptSuccess*
216+
Successfully re-encrypted PKCS certificate payload.
217+
218+
- **Event ID: 1251** - *PkcsRecryptDecryptSuccess*
219+
Successfully decrypted PKCS certificate payload.
220+
221+
- **Event ID: 1252** - *PkcsRecryptDecryptFailure*
222+
Failed to decrypt PKCS certificate payload.
223+
224+
- **Event ID: 1253** - *PkcsRecryptReencryptFailure*
225+
Failed to re-encrypt PKCS certificate payload.
226+
227+
- **Event ID: 1300** - *PkcsRecryptUploadSuccess*
228+
Successfully uploaded PKCS Reencrypt request results to Intune.
229+
230+
- **Event ID: 1301** - *PkcsRecryptUploadFailure*
231+
Failed to upload PKCS Reencrypt request results to Intune.
232+
233+
- **Event ID: 1302** - *PkcsRecryptUploadedRequest*
234+
Successfully uploaded a PKCS Reencrypt request to Intune.
173235

174236
**PKCS Import**
237+
175238
- **Admin**
176-
- *PkcsImportRequestSuccess* - Successfully downloaded PKCS Import requests from Intune
177-
- *PkcsImportRequestFailure* - A failure occurred when downloading PKCS Import requests from Intune
178-
- **Operational**
179-
- *PkcsImportDownloadSuccess* - Successfully downloaded PKCS Import requests from Intune
180-
- *PkcsImportDownloadFailure* - A failure occurred when downloading PKCS Import requests from Intune
181-
- *PkcsImportDownloadedRequest* - Details of a single downloaded request from Intune
182-
- *PkcsImportReencryptSuccess* - Re-encrypted an imported certificate
183-
- *PkcsImportReencryptFailedAttempt* - A failure occurred while re-encrypting an imported certificate
184-
- *PkcsImportReencryptFailure* - Failed to re-encrypt an imported certificate
185-
- *PkcsImportUploadFailure* - A failure occurred when uploading requests to Intune
186-
- *PkcsImportUploadedRequest* - Details of an uploaded request to Intune
187-
188-
**Revocation**
189-
- **Admin**
190-
- *RevokeRequestSuccess* - Successfully downloaded Revocation requests from Intune
191-
- *RevokeRequestFailure* - A failure occurred when downloading Revocation requests from Intune
239+
240+
- **Event ID: 2000** - *PkcsImportRequestSuccess*
241+
Successfully downloaded PKCS Import requests from Intune.
242+
243+
- **Event ID: 2001** - *PkcsImportRequestFailure*
244+
Failed to process a PKCS Import request from Intune.
245+
246+
- **Operational**
247+
248+
- **Event ID: 2202** - *PkcsImportDownloadSuccess*
249+
Successfully downloaded PKCS Import requests from Intune.
250+
251+
- **Event ID: 2203** - *PkcsImportDownloadFailure*
252+
Failed to download PKCS Import requests from Intune.
253+
254+
- **Event ID: 2020** - *PkcsImportDownloadedRequest*
255+
Successfully downloaded a PKCS Import request from Intune.
256+
257+
- **Event ID: 2050** - *PkcsImportReencryptSuccess*
258+
Successfully re-encrypted a PKCS Import certificate.
259+
260+
- **Event ID: 2051** - *PkcsImportReencryptFailedAttempt*
261+
Failed to re-encrypt a PKCS Import certificate, will try again.
262+
263+
- **Event ID: 2052** - *PkcsImportReencryptFailure*
264+
Failed to re-encrypt an imported certificate.
265+
266+
- **Event ID: 2100** - *PkcsImportUploadSuccess*
267+
Successfully uploaded PKCS Import request results to Intune.
268+
269+
- **Event ID: 2101** - *PkcsImportUploadFailure*
270+
Failed to upoload PKCS request results to Intune.
271+
272+
- **Event ID: 2102** - *PkcsImportUploadedRequest*
273+
Successfully uploaded a PKCS Import request to Intune.
274+
275+
**Revocation**
276+
277+
- **Admin**
278+
279+
- **Event ID: 3000** - *RevokeRequestSuccess*
280+
Successfully downloaded Revocation requests from Intune.
281+
282+
- **Event ID: 3001** - *RevokeRequestFailure*
283+
A failure occurred when downloading Revocation requests from Intune.
284+
192285
- **Operational**
193-
- *RevokeDigicertRequest* - Received revoke request from Intune and forwarding request to Digicert for fulfillment of request.
194-
- *RevokeDownloadSuccess* - Successfully downloaded Revocation requests from Intune
195-
- *RevokeDownloadFailure* - A failure occurred when downloading Revocation requests from Intune
196-
- *RevokeDownloadedRequest* - Details of a single downloaded request from Intune
197-
- *RevokeSuccess* - Successfully revoked certificate
198-
- *RevokeFailure* - A failure occurred while revoking a certificate
199-
- *RevokeFailedAttempt* - Failed to revoke a certificate
200-
- *RevokeUploadSuccess* - Details of successful request that was uploaded to Intune
201-
- *RevokeUploadFailure* - A failure occurred when uploading requests to Intune
202-
- *RevokeUploadedRequest* - Details of an uploaded request to Intune
286+
287+
- **Event ID: 3002** - *RevokeDownloadSuccess*
288+
Successfully downloaded Revocation requests from Intune.
289+
290+
- **Event ID: 3003** - *RevokeDownloadFailure*
291+
A failure occurred when downloading Revocation requests from Intune.
292+
293+
- **Event ID: 3020** - *RevokeDownloadedRequest*
294+
Details of a single downloaded request from Intune
295+
296+
- **Event ID: 3032** - *RevokeDigicertRequest*
297+
Received revoke request from Intune and forwarding request to Digicert for fulfillment of request.
298+
299+
- **Event ID: 3050** - *RevokeSuccess*
300+
Successfully revoked certificate.
301+
302+
- **Event ID: 3051** - *RevokeFailure*
303+
A failure occurred while revoking a certificate.
304+
305+
- **Event ID: 3052** - *RevokeFailedAttempt*
306+
Failed to revoke a certificate, will try again.
307+
308+
- **Event ID: 3100** - *RevokeUploadSuccess*
309+
Successfully uploaded Revocation request results to Intune.
310+
311+
- **Event ID: 3101** - *RevokeUploadFailure*
312+
Failed to upload Revocation request results to Intune.
313+
314+
- **Event ID: 3102** - *RevokeUploadedRequest*
315+
Successfully uploaded Revocation request to Intune.
203316

204317
**SCEP**
318+
205319
- **Admin**
206-
- *ScrepRequestSuccess* - Successfully received and processed SCEP request and notified Intune
207-
- *ScepRequestIssuedFailure* - Failed to issue certificate for SCEP request
208-
- *ScepRequestUploadFailure* - Successfully processed SCEP request but failed to notify Intune
320+
321+
- **Event ID: 4000** - *ScrepRequestSuccess*
322+
Successfully processed a SCEP request and notified Intune.
323+
324+
- **Event ID: 4001** - *ScepRequestIssuedFailure*
325+
Failed to process a SCEP request and notified Intune.
326+
327+
- **Event ID: 4002** - *ScepRequestUploadFailure*
328+
Successfully processed SCEP request but failed to notify Intune.
209329

210330
- **Operational**
211-
- *ScepRequestReceived* - Received request from device
212-
- *ScepVerifySuccess* - Successfully verified request with Intune
213-
- *ScepVerifyFailure* - Verification of request failed
214-
- *ScepIssuedSuccess* - Successfully issued certificate for request
215-
- *ScepIssuedFailure* - Failed to issue certificate for request
216-
- *ScepNotifySuccess* - Successfully notified Intune of request
217-
- *ScepNotifyAttemptFailed* - Failed attempt to notify Intune of request status.
218-
- *ScepNotifySaveToDiskFailed* - Failed to write notification to disk. Will not be able to notify Intune of request status.
331+
332+
- **Event ID: 4003** - *ScepRequestReceived*
333+
Successfully received a SCEP request from a device.
334+
335+
- **Event ID: 4004** - *ScepVerifySuccess*
336+
Successfully verified a SCEP request with Intune.
337+
338+
- **Event ID: 4005** - *ScepVerifyFailure*
339+
Failed to verify a SCEP request with Intune.
340+
341+
- **Event ID: 4006** - *ScepIssuedSuccess*
342+
Successfully issued certificate for a SCEP request.
343+
344+
- **Event ID: 4007** - *ScepIssuedFailure*
345+
Failed to issue certificate for SCEP request.
346+
347+
- **Event ID: 4008** - *ScepNotifySuccess*
348+
Successfully notified Intune of the result for a SCEP request.
349+
350+
- **Event ID: 4009** - *ScepNotifyAttemptFailed*
351+
Failed to notify Intune of the result of a SCEP request, will try again.
352+
353+
- **Event ID: 4010** - *ScepNotifySaveToDiskFailed*
354+
Failed to write notification to disk and cannot notify Intune of the request status.
219355

220356
## What's new for the Certificate Connector
221357

0 commit comments

Comments
 (0)