powershell: office365 create global rule not to send read receipts

New-TransportRule -RemoveHeader 'Disposition-Notification-To' -Name 'Disable Read Receipt' -StopRuleProcessing:$false -Mode 'Enforce' -Comments '
' -RuleErrorAction 'Ignore' -SenderAddressLocation 'Header'

Leave a Reply

Your email address will not be published. Required fields are marked *