Skip to content

Commit f1aa80e

Browse files
committed
BccBlocked
Issue #10880
1 parent 575b6d5 commit f1aa80e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

exchange/exchange-ps/exchange/New-DistributionGroup.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,10 @@ Accept wildcard characters: False
165165
### -BccBlocked
166166
This parameter is available only in the cloud-based service.
167167

168-
{{ Fill BccBlocked Description }}
168+
The BccBlocked parameter specifies whether members of the group don't receive messages if the group is used in the Bcc line. Valid values are:
169+
170+
- $true: If the group is used in the Bcc line, members of the group don't receive the message, and the sender receives a non-delivery report (also known as an NDR or bounce message). Other recipients of the message aren't blocked. If an external sender uses the group in the Bcc line, members of the group aren't blocked. For nested groups, the message is blocked only for members of the top-level group.
171+
- $false: There are no restrictions for using the group in the Bcc line of messages. This is the default value.
169172

170173
```yaml
171174
Type: Boolean

exchange/exchange-ps/exchange/Set-DistributionGroup.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,10 @@ Accept wildcard characters: False
314314
### -BccBlocked
315315
This parameter is available only in the cloud-based service.
316316

317-
{{ Fill BccBlocked Description }}
317+
The BccBlocked parameter specifies whether members of the group don't receive messages if the group is used in the Bcc line. Valid values are:
318+
319+
- $true: If the group is used in the Bcc line, members of the group don't receive the message, and the sender receives a non-delivery report (also known as an NDR or bounce message). Other recipients of the message aren't blocked. If an external sender uses the group in the Bcc line, members of the group aren't blocked. For nested groups, the message is blocked only for members of the top-level group.
320+
- $false: There are no restrictions for using the group in the Bcc line of messages. This is the default value.
318321

319322
```yaml
320323
Type: Boolean

0 commit comments

Comments
 (0)