Forum Discussion
Turn off focused inbox for entire company
Have you checked the support article here: https://support.office.com/en-us/article/configure-focused-inbox-for-everyone-in-your-organization-613a845c-4b71-41de-b331-acdcf5b6625d
As usual, the answer is PowerShell. You can control it on the org level via:
Set-OrganizationConfig -FocusedInboxOn $false
or individual mailbox level via Set-FocusedInbox.
- Michael Cassøe VestergaardJun 07, 2018Copper Contributor
I've a case open with Microsoft for precisely what you experienced.
The Powershell command will work, but only for new accounts created after, you have disabled it for the organization.
However, if they have Office 365 ProPlus installed, it will be disabled instantly you run the command.
Disabling Focused Inbox directly for a user via Powershell also is ignored, unless they have O365 ProPlus.
Looks like a bug to me :)