Skip to content

Commit bfba203

Browse files
committed
Changes for Allow sender
1 parent 31bcf6a commit bfba203

File tree

3 files changed

+48
-8
lines changed

3 files changed

+48
-8
lines changed

exchange/exchange-ps/exchange/New-QuarantinePermissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In the same Windows PowerShell session, you can use `$NoAccess` for the _EndUser
5151

5252
### Example 2
5353
```powershell
54-
$LimitedAccess = New-QuarantinePermissions -PermissionToBlockSender $true -PermissionToDelete $true -PermissionToPreview $true -PermissionToRequestRelease $true
54+
$LimitedAccess = New-QuarantinePermissions -PermissionToAllowSender $true -PermissionToDelete $true -PermissionToPreview $true -PermissionToRequestRelease $true
5555
```
5656

5757
This example creates the same permissions that are used by the Limited access permissions group in quarantine policies. The permissions object is stored in the variable named `$LimitedAccess`.
@@ -60,7 +60,7 @@ In the same Windows PowerShell session, you can use `$LimitedAccess` for the _En
6060

6161
### Example 3
6262
```powershell
63-
$FullAccess = New-QuarantinePermissions -PermissionToBlockSender $true -PermissionToDelete $true -PermissionToPreview $true -PermissionToRelease $true
63+
$FullAccess = New-QuarantinePermissions -PermissionToAllowSender $true -PermissionToDelete $true -PermissionToPreview $true -PermissionToRelease $true
6464
```
6565

6666
This example creates the same permissions that are used by the Full access permissions group in quarantine policies. The permissions object is stored in the variable named `$FullAccess`.

exchange/exchange-ps/exchange/New-QuarantinePolicy.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ New-QuarantinePolicy [-Name] <String>
3737
[-EndUserSpamNotificationLanguage <EsnLanguage>]
3838
[-EsnCustomSubject <MultiValuedProperty>]
3939
[-ESNEnabled <Boolean>]
40+
[-IncludeMessagesFromBlockedSenderAddress <Boolean>]
4041
[-MultiLanguageCustomDisclaimer <MultiValuedProperty>]
4142
[-MultiLanguageSenderName <MultiValuedProperty>]
4243
[-MultiLanguageSetting <MultiValuedProperty>]
@@ -216,7 +217,7 @@ This parameter uses a decimal value that's converted from a binary value. The bi
216217
217218
- PermissionToViewHeader: The value 0 doesn't hide the **View message header** action in quarantine. If the message is visible in quarantine, the action is always available for the message.
218219
- PermissionToDownload: This permission is not used (the value 0 or 1 does nothing).
219-
- PermissionToAllowSender: This permission is not used (the value 0 or 1 does nothing).
220+
- PermissionToAllowSender
220221
- PermissionToBlockSender
221222
- PermissionToRequestRelease: Don't set this permission and PermissionToRelease to the value 1. Set one value to 1 and the other value to 0, or set both values to 0.
222223
- PermissionToRelease: Don't set this permission and PermissionToRequestRelease to value 1. Set one value to 1 and the other value to 0, or set both values to 0. This permission isn't honored for messages that were quarantined as malware or high confidence phishing. If the quarantine policy gives users this permission, users are allowed to request the release of their quarantined malware or high confidence phishing messages as if PermissionToRequestRelease was selected instead.
@@ -226,8 +227,8 @@ This parameter uses a decimal value that's converted from a binary value. The bi
226227
The values for the preset end-user permission groups are described in the following list:
227228
228229
- No access: Binary = 0000000, so use the decimal value 0.
229-
- Limited access: Binary = 00011011, so use the decimal value 27.
230-
- Full access: Binary = 00010111, so use the decimal value 23.
230+
- Limited access: Binary = 00101011, so use the decimal value 43.
231+
- Full access: Binary = 00100111, so use the decimal value 39.
231232
232233
For custom permissions, get the binary value that corresponds to the permissions you want. Convert the binary value to a decimal value to use. Don't use the binary value for this parameter.
233234
@@ -360,6 +361,25 @@ Accept pipeline input: False
360361
Accept wildcard characters: False
361362
```
362363

364+
### -IncludeMessagesFromBlockedSenderAddress
365+
The IncludeMessagesFromBlockedSenderAddress parameter specifies whether to send quarantine notifications for quarantined messages from blocked sender addresses. Valid values are:
366+
367+
- $true: Recipients get quarantine notifications for affected messages from blocked senders.
368+
- $false: Recipients don't get quarantine notifications for affected messages from blocked senders. This is the default value.
369+
370+
```yaml
371+
Type: Boolean
372+
Parameter Sets: (All)
373+
Aliases:
374+
Applicable: Exchange Online, Exchange Online Protection
375+
376+
Required: False
377+
Position: Named
378+
Default value: False
379+
Accept pipeline input: False
380+
Accept wildcard characters: False
381+
```
382+
363383
### -MultiLanguageCustomDisclaimer
364384
This parameter is reserved for internal Microsoft use.
365385

exchange/exchange-ps/exchange/Set-QuarantinePolicy.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Set-QuarantinePolicy [-Identity] <QuarantineTagIdParameter>
3838
[-EsnCustomSubject <MultiValuedProperty>]
3939
[-ESNEnabled <Boolean>]
4040
[-IgnoreDehydratedFlag]
41+
[-IncludeMessagesFromBlockedSenderAddress <Boolean>]
4142
[-MultiLanguageCustomDisclaimer <MultiValuedProperty>]
4243
[-MultiLanguageSenderName <MultiValuedProperty>]
4344
[-MultiLanguageSetting <MultiValuedProperty>]
@@ -234,7 +235,7 @@ This parameter uses a decimal value that's converted from a binary value. The bi
234235
235236
- PermissionToViewHeader: The value 0 doesn't hide the **View message header** action in quarantine. If the message is visible in quarantine, the action is always available for the message.
236237
- PermissionToDownload: This permission is not used (the value 0 or 1 does nothing).
237-
- PermissionToAllowSender: This permission is not used (the value 0 or 1 does nothing).
238+
- PermissionToAllowSender
238239
- PermissionToBlockSender
239240
- PermissionToRequestRelease: Don't set this permission and PermissionToRelease to the value 1. Set one value to 1 and the other value to 0, or set both values to 0.
240241
- PermissionToRelease: Don't set this permission and PermissionToRequestRelease to value 1. Set one value to 1 and the other value to 0, or set both values to 0. This permission isn't honored for messages that were quarantined as malware or high confidence phishing. If the quarantine policy gives users this permission, users are allowed to request the release of their quarantined malware or high confidence phishing messages as if PermissionToRequestRelease was selected instead.
@@ -244,8 +245,8 @@ This parameter uses a decimal value that's converted from a binary value. The bi
244245
The values for the preset end-user permission groups are described in the following list:
245246
246247
- No access: Binary = 0000000, so use the decimal value 0.
247-
- Limited access: Binary = 00011011, so use the decimal value 27.
248-
- Full access: Binary = 00010111, so use the decimal value 23.
248+
- Limited access: Binary = 00101011, so use the decimal value 43.
249+
- Full access: Binary = 00100111, so use the decimal value 39.
249250
250251
For custom permissions, get the binary value that corresponds to the permissions you want. Convert the binary value to a decimal value to use. Don't use the binary value for this parameter.
251252
@@ -392,6 +393,25 @@ Accept pipeline input: False
392393
Accept wildcard characters: False
393394
```
394395

396+
### -IncludeMessagesFromBlockedSenderAddress
397+
The IncludeMessagesFromBlockedSenderAddress parameter specifies whether to send quarantine notifications for quarantined messages from blocked sender addresses. Valid values are:
398+
399+
- $true: Recipients get quarantine notifications for affected messages from blocked senders.
400+
- $false: Recipients don't get quarantine notifications for affected messages from blocked senders. This is the default value.
401+
402+
```yaml
403+
Type: Boolean
404+
Parameter Sets: (All)
405+
Aliases:
406+
Applicable: Exchange Online, Exchange Online Protection
407+
408+
Required: False
409+
Position: Named
410+
Default value: False
411+
Accept pipeline input: False
412+
Accept wildcard characters: False
413+
```
414+
395415
### -MultiLanguageCustomDisclaimer
396416
The MultiLanguageCustomDisclaimer parameter specifies the custom disclaimer text to use near the bottom of quarantine notifications. The localized text, **A disclaimer from your organization:** is always included first, followed by the text you specify for this parameter.
397417

0 commit comments

Comments
 (0)