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 "groupna[email protected]" | FL Set up NDR: Set-DistributionGroup "[email protected]" -ReportToOriginatorEnabled $falseSet-DistributionGroup "[email protected]" -ReportToManagerEnabled $true Tags: powershell