Skip to content

Commit 07011f3

Browse files
authored
Update Set-DistributionGroup.md
1 parent 0c5b242 commit 07011f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,10 +1369,10 @@ Accept wildcard characters: False
13691369
```
13701370

13711371
### -ReportToManagerEnabled
1372-
The ReportToManagerEnabled parameter specifies whether delivery status notifications (also known as DSNs, non-delivery reports, NDRs, or bounce messages) are sent to the owners of the group (defined by the ManagedBy property). Valid values are:
1372+
The ReportToManagerEnabled parameter specifies whether delivery status notifications (also known as DSNs, non-delivery reports, NDRs, or bounce messages) are sent to the owner (first one is listed if more than one) of the group (defined by the ManagedBy property). Valid values are:
13731373

1374-
- $true: Delivery status notifications are sent to the owners of the group.
1375-
- $false: Delivery status notifications aren't sent to the owners of the group. This is the default value.
1374+
- $true: Delivery status notifications are sent to the owner (first one listed if more than one) of the group.
1375+
- $false: Delivery status notifications aren't sent to the owner (first one listed if more than one) of the group. This is the default value.
13761376

13771377
The ReportToManagerEnabled and ReportToOriginatorEnabled parameters affect the return path for messages sent to the group. Some email servers reject messages that don't have a return path. Therefore, you should set one parameter to $false and one to $true, but not both to $false or both to $true.
13781378

0 commit comments

Comments
 (0)