ID #1014 Add or Modify NDR for MS 365 Distribution Group ~ 0 min n/a 2021-02-01 05:26 PDF version Enter the following commands in powershell after connecting to 365. This will allow for messages sent from a distribution group email address to issue an NDR to the manager of the group. Get group information: Get-DistributionGroup "groupname@domain.com" | FL Set up NDR: Set-DistributionGroup "ndrrecipient@domain.com" -ReportToOriginatorEnabled $falseSet-DistributionGroup "ndrrecipient@domain.com" -ReportToManagerEnabled $true Tags: powershell