@@ -226,7 +226,7 @@ The RecordType parameter filters the log entries by record type. Valid values ar
226
226
227
227
- AeD
228
228
229
- - AirInvestigation
229
+ - AirInvestigation
230
230
231
231
- ApplicationAudit
232
232
@@ -244,9 +244,9 @@ The RecordType parameter filters the log entries by record type. Valid values ar
244
244
245
245
- ComplianceDLPSharePointClassification
246
246
247
- - ComplianceSupervisionExchange
247
+ - ComplianceSupervisionExchange
248
248
249
- - CustomerKeyServiceEncryption
249
+ - CustomerKeyServiceEncryption
250
250
251
251
- CRM
252
252
@@ -258,7 +258,7 @@ The RecordType parameter filters the log entries by record type. Valid values ar
258
258
259
259
- Discovery
260
260
261
- - DLPEndpoint
261
+ - DLPEndpoint
262
262
263
263
- ExchangeAdmin
264
264
@@ -276,15 +276,15 @@ The RecordType parameter filters the log entries by record type. Valid values ar
276
276
277
277
- InformationWorkerProtection
278
278
279
- - InformationBarrierPolicyApplication
279
+ - InformationBarrierPolicyApplication
280
280
281
281
- Kaizala
282
282
283
283
- LabelExplorer
284
284
285
285
- MailSubmission
286
286
287
- - MicrosoftFlow
287
+ - MicrosoftFlow
288
288
289
289
- MicrosoftForms
290
290
@@ -294,7 +294,7 @@ The RecordType parameter filters the log entries by record type. Valid values ar
294
294
295
295
- MicrosoftTeamsAdmin
296
296
297
- - MicrosoftTeamsDevice
297
+ - MicrosoftTeamsDevice
298
298
299
299
- MicrosoftTeamsAddOns
300
300
@@ -320,7 +320,7 @@ The RecordType parameter filters the log entries by record type. Valid values ar
320
320
321
321
- PowerAppsPlan
322
322
323
- - Quarantine
323
+ - Quarantine
324
324
325
325
- SecurityComplianceAlerts
326
326
@@ -332,15 +332,15 @@ The RecordType parameter filters the log entries by record type. Valid values ar
332
332
333
333
- SharePointCommentOperation
334
334
335
- - SharePointContentTypeOperation
335
+ - SharePointContentTypeOperation
336
336
337
337
- SharePointFileOperation
338
338
339
339
- SharePointFieldOperation
340
340
341
341
- SharePointListOperation
342
342
343
- - SharePointListItemOperation
343
+ - SharePointListItemOperation
344
344
345
345
- SharePointSharingOperation
346
346
@@ -485,8 +485,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
485
485
###
486
486
The OutVariable parameter accepts objects of type ArrayList. Here's an example of how to use it:
487
487
488
- $start = (Get-Date).AddDays(-1); $end = (Get-Date).AddDays(-0.5); $auditData = New-Object System.Collections.ArrayList;
489
- Search-UnifiedAuditLog -StartDate $start -EndDate $end -OutVariable +auditData | Out-Null
488
+ $start = (Get-Date).AddDays(-1); $end = (Get-Date).AddDays(-0.5); $auditData = New-Object System.Collections.ArrayList; Search-UnifiedAuditLog -StartDate $start -EndDate $end -OutVariable +auditData | Out-Null
490
489
491
490
## NOTES
492
491
0 commit comments