Skip to content

Commit 70bef43

Browse files
authored
Merge pull request #11020 from MicrosoftDocs/QuarFTB-chrisda
QuarFTB-chrisda to Main
2 parents c1bb451 + e358f7a commit 70bef43

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

exchange/exchange-ps/exchange/Get-QuarantineMessage.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Accept wildcard characters: False
195195
The EntityType parameter filters the results by EntityType. Valid values are:
196196
197197
- Email
198-
- SharePoint
198+
- SharePointOnline
199199
- Teams (currently in Preview)
200200
201201
```yaml
@@ -302,7 +302,7 @@ The PolicyTypes parameter filters the results by the type of protection policy t
302302
- AntiPhishPolicy
303303
- ExchangeTransportRule (mail flow rule)
304304
- HostedContentFilterPolicy (anti-spam policy)
305-
- SafeAttachmentPolicy
305+
- SafeAttachmentPolicy (Microsoft Defender for Office 365 only)
306306
307307
You can specify multiple values separated by commas.
308308
@@ -323,8 +323,9 @@ Accept wildcard characters: False
323323
The QuarantineTypes parameter filters the results by what caused the message to be quarantined. Valid values are:
324324
325325
- Bulk
326+
- FileTypeBlock (common attachments filter in anti-malware policies in EOP)
326327
- HighConfPhish
327-
- Malware
328+
- Malware (anti-malware policies in EOP or Safe Attachments policies in Defender for Office 365)
328329
- Phish
329330
- Spam
330331
- SPOMalware (Microsoft Defender for Office 365 only)
@@ -334,7 +335,7 @@ You can specify multiple values separated by commas.
334335
335336
You don't need to use this parameter with the Type parameter.
336337
337-
For files protected by Safe Attachments for SharePoint, OneDrive, and Microsoft Teams, the detection information can be found in CustomData field in the output.
338+
For files quarantined by Safe Attachments for SharePoint, OneDrive, and Microsoft Teams, the detection information can be found in CustomData field in the output.
338339
339340
```yaml
340341
Type: QuarantineMessageTypeEnum[]

0 commit comments

Comments
 (0)