Configure Email Notifications

If you want to be sure that you or your users receive business-specific email messages, for example, from LeanIX, you can configure Focused Inbox so these messages reach the Focused view.

🚧

Note

This is an extract from docs.microsoft.com. To read the complete article on how to configure Focused Inbox, please access this link.

To turn off Focused Inbox:

  1. Connect to Exchange Online using remote PowerShell.

  2. You need to be assigned permissions before you can perform this procedure or procedures. To see what permissions you need, see the "Transport rules" entry in Messaging policy and compliance permissions.

  3. Run the Get-OrganizationConfig cmdlet.

  4. Look for FocusedInboxOn to view its current setting:

1824
  1. Run the following cmdlet to turn Focused Inbox off: Set-OrganizationConfig -FocusedInboxOn $false

  2. Run the Get-OrganizationConfig cmdlet again and you'll see that FocusedInboxOn is set to $false, which means it's been turned off.

To turn on Focused Inbox:

In Step 5 above, run the following cmdlet to turn Focused Inbox on: Set-OrganizationConfig -FocusedInboxOn $true