You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/New-MalwareFilterPolicy.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -427,8 +427,13 @@ This parameter is available only in the cloud-based service.
427
427
428
428
The EnableFileFilter parameter enables or disables the common attachments filter (also known as common attachment blocking). Valid values are:
429
429
430
-
- $true: The common attachments filter is enabled. The file types are specified by the FileTypes parameter.
431
-
- $false: The common attachments filter is disabled. This is the default value.
430
+
- $true: The common attachments filter is enabled. This is the default value.
431
+
- $false: The common attachments filter is disabled.
432
+
433
+
You specify the file types using the FileTypes parameter. A default list of values is automatically provided, but you can customize it.
434
+
435
+
You specify the action for detected files using the FileTypeAction parameter.
436
+
432
437
433
438
```yaml
434
439
Type: Boolean
@@ -508,7 +513,7 @@ This parameter is available only in the cloud-based service.
508
513
509
514
The FileTypeAction parameter specifies what happens to messages that contain one or more attachments where the file extension is included in the FileTypes parameter (the common attachments filter). Valid values are:
510
515
511
-
- Quarantine: Quarantine the message. Whether or not the recipient is notified depends on the quarantine notification settings in the quarantine policy that's selected for the policy by the QuarantineTag parameter.
516
+
- Quarantine: Quarantine the message. Whether or not the recipient is notified depends on the quarantine notification settings in the quarantine policy that's selected for the malware filter policy by the QuarantineTag parameter.
512
517
- Reject: The message is rejected in a non-delivery report (also known as an NDR or bounce message) to the sender. The message is not available in quarantine. This is the default value.
513
518
514
519
This parameter is meaningful only when the value of the EnableFileFilter parameter is $true.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Set-MalwareFilterPolicy.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -461,8 +461,12 @@ This parameter is available only in the cloud-based service.
461
461
462
462
The EnableFileFilter parameter enables or disables the common attachments filter (also known as common attachment blocking). Valid values are:
463
463
464
-
- $true: The common attachments filter is enabled. The file types are specified by the FileTypes parameter.
465
-
- $false: The common attachments filter is disabled. This is the default value.
464
+
- $true: The common attachments filter is enabled. This is the default value.
465
+
- $false: The common attachments filter is disabled.
466
+
467
+
You specify the file types using the FileTypes parameter.
468
+
469
+
You specify the action for detected files using the FileTypeAction parameter.
466
470
467
471
```yaml
468
472
Type: Boolean
@@ -542,7 +546,7 @@ This parameter is available only in the cloud-based service.
542
546
543
547
The FileTypeAction parameter specifies what happens to messages that contain one or more attachments where the file extension is included in the FileTypes parameter (the common attachments filter). Valid values are:
544
548
545
-
- Quarantine: Quarantine the message. Whether or not the recipient is notified depends on the quarantine notification settings in the quarantine policy that's selected for the policy by the QuarantineTag parameter.
549
+
- Quarantine: Quarantine the message. Whether or not the recipient is notified depends on the quarantine notification settings in the quarantine policy that's selected for the malware filter policy by the QuarantineTag parameter.
546
550
- Reject: The message is rejected in a non-delivery report (also known as an NDR or bounce message) to the sender. The message is not available in quarantine. This is the default value.
547
551
548
552
This parameter is meaningful only when the value of the EnableFileFilter parameter is $true.
0 commit comments