From 4cf920ab2e49223291a4886f7f27fd64ee069aba Mon Sep 17 00:00:00 2001 From: Marcel Braak <61802545+marcelbraak@users.noreply.github.com> Date: Tue, 8 Apr 2025 08:30:18 +0200 Subject: [PATCH] Update New-QuarantinePermissions.md Corrected parameter name in description of -PermissionToAllowSender parameter --- exchange/exchange-ps/exchange/New-QuarantinePermissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/New-QuarantinePermissions.md b/exchange/exchange-ps/exchange/New-QuarantinePermissions.md index fc7ecd94ee..2ce42db98f 100644 --- a/exchange/exchange-ps/exchange/New-QuarantinePermissions.md +++ b/exchange/exchange-ps/exchange/New-QuarantinePermissions.md @@ -72,7 +72,7 @@ In the same PowerShell session, you can use `$FullAccess` for the _EndUserQuaran ## PARAMETERS ### -PermissionToAllowSender -The PermissionToBlockSender parameter specifies whether users are allowed to add the quarantined message sender to their Safe Senders list. Valid values are: +The PermissionToAllowSender parameter specifies whether users are allowed to add the quarantined message sender to their Safe Senders list. Valid values are: - $true: Allow sender is available for affected messages in quarantine. - $false: Allow sender isn't available for affected messages in quarantine. This is the default value.