Skip to content

Publish main to live, 09/27, 11:00 AM IST #12133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions exchange/exchange-ps/exchange/Set-DistributionGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -1447,10 +1447,10 @@ Accept wildcard characters: False
```

### -ReportToManagerEnabled
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:
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 listed if more than one) of the group (defined by the ManagedBy property). Valid values are:

- $true: Delivery status notifications are sent to the owners of the group.
- $false: Delivery status notifications aren't sent to the owners of the group. This is the default value.
- $true: Delivery status notifications are sent to the owner (first one listed if more than one) of the group.
- $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.

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.

Expand Down