ollyyllo Posted April 26, 2018 Posted April 26, 2018 I am trying to disable the Focused Inbox for Office 365 via PowerShell I've tried using the following PowerShell command on a test mailbox Set-FocusedInbox -Identity [email protected] -FocusedInboxOn $false Then If I run Get-FocusedInbox -Identity [email protected] I can see it has changed the -FocusedInboxOn parameter as expected. But when I log into the OWA, the inbox is still filtered to 'Show Focused Inbox'. Also changing the setting manually doesn't seem to update the parameter value. Does anyone know if this parameter still works?
Arthur Posted April 26, 2018 Posted April 26, 2018 How long did you wait between running the PowerShell command and logging into OWA? Some things in Office 365 don't take effect straight away.
ollyyllo Posted April 26, 2018 Author Posted April 26, 2018 How long did you wait between running the PowerShell command and logging into OWA? Some things in Office 365 don't take effect straight away. That might be it, I only gave it 20 min. Would 24hr be long enough to be sure?
Arthur Posted April 26, 2018 Posted April 26, 2018 Would 24hr be long enough to be sure? Should be. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now