Skip to content

Commit 34456a4

Browse files
committed
Update Get-QuarantineMessage.md
FileTypeBlock
1 parent d81c17a commit 34456a4

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
- DataLossPrevention (currently in Preview)
201201
@@ -304,7 +304,7 @@ The PolicyTypes parameter filters the results by the type of protection policy t
304304
- DataLossPreventionRule
305305
- ExchangeTransportRule (mail flow rule)
306306
- HostedContentFilterPolicy (anti-spam policy)
307-
- SafeAttachmentPolicy
307+
- SafeAttachmentPolicy (Microsoft Defender for Office 365 only)
308308
309309
You can specify multiple values separated by commas.
310310
@@ -326,8 +326,9 @@ The QuarantineTypes parameter filters the results by what caused the message to
326326
327327
- Bulk
328328
- DataLossPrevention
329+
- FileTypeBlock (common attachments filter in anti-malware policies in EOP)
329330
- HighConfPhish
330-
- Malware
331+
- Malware (anti-malware policies in EOP or Safe Attachments policies in Defender for Office 365)
331332
- Phish
332333
- Spam
333334
- SPOMalware (Microsoft Defender for Office 365 only)
@@ -337,7 +338,7 @@ You can specify multiple values separated by commas.
337338
338339
You don't need to use this parameter with the Type parameter.
339340
340-
For files protected by Safe Attachments for SharePoint, OneDrive, and Microsoft Teams, the detection information can be found in CustomData field in the output.
341+
For files quarantined by Safe Attachments for SharePoint, OneDrive, and Microsoft Teams, the detection information can be found in CustomData field in the output.
341342
342343
```yaml
343344
Type: QuarantineMessageTypeEnum[]

0 commit comments

Comments
 (0)