Skip to content

Commit d992d54

Browse files
authored
Merge branch 'master' into patch-137
2 parents ebdd3a6 + bac64e0 commit d992d54

File tree

2 files changed

+589
-585
lines changed

2 files changed

+589
-585
lines changed

exchange/exchange-ps/exchange/policy-and-compliance-audit/Search-UnifiedAuditLog.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ The RecordType parameter filters the log entries by record type. Valid values ar
226226
227227
- AeD
228228
229-
- AirInvestigation
229+
- AirInvestigation
230230
231231
- ApplicationAudit
232232
@@ -244,9 +244,9 @@ The RecordType parameter filters the log entries by record type. Valid values ar
244244
245245
- ComplianceDLPSharePointClassification
246246
247-
- ComplianceSupervisionExchange
247+
- ComplianceSupervisionExchange
248248
249-
- CustomerKeyServiceEncryption
249+
- CustomerKeyServiceEncryption
250250
251251
- CRM
252252
@@ -258,7 +258,7 @@ The RecordType parameter filters the log entries by record type. Valid values ar
258258
259259
- Discovery
260260
261-
- DLPEndpoint
261+
- DLPEndpoint
262262
263263
- ExchangeAdmin
264264
@@ -276,15 +276,15 @@ The RecordType parameter filters the log entries by record type. Valid values ar
276276
277277
- InformationWorkerProtection
278278
279-
- InformationBarrierPolicyApplication
279+
- InformationBarrierPolicyApplication
280280
281281
- Kaizala
282282
283283
- LabelExplorer
284284
285285
- MailSubmission
286286
287-
- MicrosoftFlow
287+
- MicrosoftFlow
288288
289289
- MicrosoftForms
290290
@@ -294,7 +294,7 @@ The RecordType parameter filters the log entries by record type. Valid values ar
294294
295295
- MicrosoftTeamsAdmin
296296
297-
- MicrosoftTeamsDevice
297+
- MicrosoftTeamsDevice
298298
299299
- MicrosoftTeamsAddOns
300300
@@ -320,7 +320,7 @@ The RecordType parameter filters the log entries by record type. Valid values ar
320320
321321
- PowerAppsPlan
322322
323-
- Quarantine
323+
- Quarantine
324324
325325
- SecurityComplianceAlerts
326326
@@ -332,15 +332,15 @@ The RecordType parameter filters the log entries by record type. Valid values ar
332332
333333
- SharePointCommentOperation
334334
335-
- SharePointContentTypeOperation
335+
- SharePointContentTypeOperation
336336
337337
- SharePointFileOperation
338338
339339
- SharePointFieldOperation
340340
341341
- SharePointListOperation
342342
343-
- SharePointListItemOperation
343+
- SharePointListItemOperation
344344
345345
- SharePointSharingOperation
346346
@@ -485,8 +485,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
485485
###
486486
The OutVariable parameter accepts objects of type ArrayList. Here's an example of how to use it:
487487
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
490489
491490
## NOTES
492491

0 commit comments

Comments
 (0)