@@ -111,14 +111,16 @@ Accept wildcard characters: False
111
111
The ReportType parameter specifies the type of historical search that you want to perform. You can use one of the following values:
112
112
113
113
- ATPReport: Defender for Office 365 File types report and Defender for Office 365 Message disposition report
114
+ - ConnectorReport: Inbound/Outbound Message Report.
114
115
- DLP: Data Loss Prevention Report.
115
116
- MessageTrace: Message Trace Report.
116
117
- MessageTraceDetail: Message Trace Details Report.
118
+ - OutboundSecurityReport: Outbound Message in Transit Security Report.
119
+ - P2SenderAttribution: P2 Sender Attribution Report.
117
120
- SPAM: SPAM Detections Report.
118
121
- Spoof: Spoof Mail Report.
119
122
- TransportRule: Transport or Mail Flow Rules Report.
120
123
- UnifiedDLP: Unified Data Loss Prevention Report.
121
- - P2SenderAttribution: P2 Sender Attribution Report.
122
124
123
125
You also need to use at least one of the following parameters in the command: MessageID, RecipientAddress, or SenderAddress.
124
126
@@ -154,7 +156,7 @@ Accept wildcard characters: False
154
156
` ` `
155
157
156
158
### -BlockStatus
157
- The BlockStatus parameter filters the result by the status of messages sent externally, blocked due to security checks or sent successfully.
159
+ The BlockStatus parameter filters the results in OutboundSecurityReport reports by the status of messages sent externally, messages blocked due to security checks, or messages sent successfully.
158
160
159
161
` ` ` yaml
160
162
Type : String
@@ -186,10 +188,11 @@ Accept wildcard characters: False
186
188
` ` `
187
189
188
190
### -ConnectorType
189
- The ConnectorType parameter filters the results by the connector type. Valid values are:
191
+ The ConnectorType parameter filters the results in ConnectorReport reports by the connector type. Valid values are:
190
192
191
193
- OnPremises
192
194
- Partner
195
+ - NoConnector
193
196
194
197
` ` ` yaml
195
198
Type : String
@@ -409,7 +412,7 @@ Accept wildcard characters: False
409
412
` ` `
410
413
411
414
### -SmtpSecurityError
412
- {{ Fill SmtpSecurityError Description }}
415
+ The SmtpSecurityError parameter filters the results of OutboundSecurityReport reports by the error type of blocked messages when sent externally.
413
416
414
417
` ` ` yaml
415
418
Type : String
@@ -425,7 +428,11 @@ Accept wildcard characters: False
425
428
` ` `
426
429
427
430
### -TLSUsed
428
- {{ Fill TLSUsed Description }}
431
+ The TLSUsed parameter filters the results of ConnectorReport reports by the TLS version. Valid values are:
432
+
433
+ - No Tls
434
+ - TLS1.2
435
+ - TLS1.3
429
436
430
437
` ` ` yaml
431
438
Type : String
0 commit comments