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:
-
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.
-
Run the Get-OrganizationConfig cmdlet.
-
Look for FocusedInboxOn to view its current setting:


-
Run the following cmdlet to turn Focused Inbox off: Set-OrganizationConfig -FocusedInboxOn $false
-
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
Updated about a year ago