Skip to content

Commit 7518833

Browse files
authored
Merge pull request #3749 from MithunRathinam/patch-29
Update quarantine-policies.md
2 parents 47a3ffc + 540d740 commit 7518833

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

defender-office-365/quarantine-policies.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.collection:
1616
ms.custom:
1717
description: Admins can learn how to use quarantine policies to control what users are able to do to quarantined messages.
1818
ms.service: defender-office-365
19-
ms.date: 05/21/2024
19+
ms.date: 05/13/2025
2020
appliesto:
2121
- ✅ <a href="https://learn.microsoft.com/defender-office-365/eop-about" target="_blank">Exchange Online Protection</a>
2222
- ✅ <a href="https://learn.microsoft.com/defender-office-365/mdo-about#defender-for-office-365-plan-1-vs-plan-2-cheat-sheet" target="_blank">Microsoft Defender for Office 365 Plan 1 and Plan 2</a>
@@ -392,7 +392,7 @@ For detailed syntax and parameter information, see [New-MalwareFilterPolicy](/po
392392
This example modifies the existing malware filter policy named Human Resources to use the custom quarantine policy named ContosoNoAccess that assigns **No access** permissions to the quarantined messages.
393393

394394
```powershell
395-
New-MalwareFilterPolicy -Identity "Human Resources" -QuarantineTag ContosoNoAccess
395+
Set-MalwareFilterPolicy -Identity "Human Resources" -QuarantineTag ContosoNoAccess
396396
```
397397

398398
For detailed syntax and parameter information, see [Set-MalwareFilterPolicy](/powershell/module/exchange/set-malwarefilterpolicy).
@@ -441,15 +441,15 @@ This example creates a safe attachment policy named Research Department that blo
441441
New-SafeAttachmentPolicy -Name "Research Department" -Enable $true -Action Block -QuarantineTag NoAccess
442442
```
443443

444-
For detailed syntax and parameter information, see [New-MalwareFilterPolicy](/powershell/module/exchange/new-malwarefilterpolicy).
444+
For detailed syntax and parameter information, see [New-SafeAttachmentPolicy](/powershell/module/exchange/new-safeattachmentpolicy).
445445

446446
This example modifies the existing safe attachment policy named Human Resources to use the custom quarantine policy named ContosoNoAccess that assigns **No access** permissions.
447447

448448
```powershell
449449
Set-SafeAttachmentPolicy -Identity "Human Resources" -QuarantineTag ContosoNoAccess
450450
```
451451

452-
For detailed syntax and parameter information, see [Set-MalwareFilterPolicy](/powershell/module/exchange/set-malwarefilterpolicy).
452+
For detailed syntax and parameter information, see [Set-SafeAttachmentPolicy](/powershell/module/exchange/set-safeattachmentpolicy).
453453

454454
## Configure global quarantine notification settings in the Microsoft Defender portal
455455

@@ -506,8 +506,6 @@ To create customized quarantine notifications for up to three languages, do the
506506

507507
:::image type="content" source="media/mdo-quarantine-policy-quarantine-notification-settings.png" alt-text="Quarantine notification settings flyout in the Microsoft Defender portal." lightbox="media/mdo-quarantine-policy-quarantine-notification-settings.png":::
508508

509-
For information about the **Specify sender address**
510-
511509
### Customize all quarantine notifications
512510

513511
Even if you don't customize quarantine notifications for different languages, settings are available in the **Quarantine notifications flyout** to customize all quarantine notifications. Or, you can configure the settings before, during, or after you customize quarantine notifications for different languages (these settings apply to all languages):
@@ -585,7 +583,7 @@ If you'd rather use PowerShell to view quarantine policies, do any of the follow
585583
Get-QuarantinePolicy -QuarantinePolicyType GlobalQuarantinePolicy
586584
```
587585

588-
For detailed syntax and parameter information, see [Get-HostedContentFilterPolicy](/powershell/module/exchange/get-hostedcontentfilterpolicy).
586+
For detailed syntax and parameter information, see [Get-QuarantinePolicy](/powershell/module/exchange/get-quarantinepolicy).
589587

590588
## Modify quarantine policies in the Microsoft Defender portal
591589

@@ -650,6 +648,9 @@ Admins can customize the email notification recipients or create a custom alert
650648

651649
For more information about alert policies, see [Alert policies in the Microsoft Defender portal](alert-policies-defender-portal.md).
652650

651+
> [!NOTE]
652+
> Audit logging must be enabled in order to receive notifications for quarantine release requests (it's on by default). For instructions on how to turn auditing on or off, see [Turn auditing on or off](/purview/audit-log-enable-disable).
653+
653654
## Appendix
654655

655656
### Anatomy of a quarantine policy

0 commit comments

Comments
 (0)