Configure Microsoft Outlook Clutter and Focused Inbox for Workplace
To keep Workplace emails from being lost in Microsoft Outlook Clutter, use the PowerShell Exchange Online Commandlet to create two transport rules:
- New-TransportRule -Name "Workplace Emails Bypass Focused Inbox" -SenderDomainIs "fbworkmail.com" -SetHeaderName "X-MS-Exchange-Organization-BypassFocusedInbox" -SetHeaderValue "true" -Comments "Workplace email will go into the Inbox or Focused Inbox and not the Clutter or Other folder in Exchange Online"
- New-TransportRule -Name "Workplace Emails Bypass Clutter" -SenderDomainIs "fbworkmail.com" -SetHeaderName "X-MS-Exchange-Organization-BypassClutter" -SetHeaderValue "true" -Comments "Workplace mail will go into the Inbox or Focused Inbox and not the Other view in Exchange Online"