Turn Focused Inbox On or Off for specific users
This example turns FocusedInbox Off for Tim Matthews in the Contoso organization.
NOTE: Your users won't see the Focused view until they close out and restart Outlook.
Connect to Exchange Online using remote PowerShell
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 the Messaging policy and compliance permissions topic.
Run the Get-FocusedInbox cmdlet.
Get-FocusedInbox -Identity
Read the response and look for the Focused Inbox responses. Run the following cmdlet to turn Focused Inbox off.
Set-FocusedInbox -Identity -FocusedInboxOn $false
You should see a response that FocusedInbox has been turned off.
NOTE: If FocusedInbox is turned off for Tim Matthews, and you want to turn it on, run the Set-FocusedInbox cmdlet with -FocusedInboxOn $true.