Skip to content

Commit de2fcbf

Browse files
committed
Update Start-HistoricalSearch.md
1 parent deec0b5 commit de2fcbf

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

exchange/exchange-ps/exchange/Start-HistoricalSearch.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,16 @@ Accept wildcard characters: False
111111
The ReportType parameter specifies the type of historical search that you want to perform. You can use one of the following values:
112112
113113
- ATPReport: Defender for Office 365 File types report and Defender for Office 365 Message disposition report
114+
- ConnectorReport: Inbound/Outbound Message Report.
114115
- DLP: Data Loss Prevention Report.
115116
- MessageTrace: Message Trace Report.
116117
- MessageTraceDetail: Message Trace Details Report.
118+
- OutboundSecurityReport: Outbound Message in Transit Security Report.
119+
- P2SenderAttribution: P2 Sender Attribution Report.
117120
- SPAM: SPAM Detections Report.
118121
- Spoof: Spoof Mail Report.
119122
- TransportRule: Transport or Mail Flow Rules Report.
120123
- UnifiedDLP: Unified Data Loss Prevention Report.
121-
- P2SenderAttribution: P2 Sender Attribution Report.
122124
123125
You also need to use at least one of the following parameters in the command: MessageID, RecipientAddress, or SenderAddress.
124126
@@ -154,7 +156,7 @@ Accept wildcard characters: False
154156
```
155157
156158
### -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.
158160
159161
```yaml
160162
Type: String
@@ -186,10 +188,11 @@ Accept wildcard characters: False
186188
```
187189
188190
### -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:
190192
191193
- OnPremises
192194
- Partner
195+
- NoConnector
193196
194197
```yaml
195198
Type: String
@@ -409,7 +412,7 @@ Accept wildcard characters: False
409412
```
410413
411414
### -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.
413416
414417
```yaml
415418
Type: String
@@ -425,7 +428,11 @@ Accept wildcard characters: False
425428
```
426429
427430
### -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
429436
430437
```yaml
431438
Type: String

0 commit comments

Comments
 (0)