I am Dale Hayter, a Microsoft and VMware certified Technical Consultant.

My blog has been built up over the years from my experience of working on an IT helpdesk and also from being out on-site.

Disable Clutter for Users in Office 365

Clutter is a new feature by Microsoft. Some users do not understand how it works, this means it becomes another black hole location for email to go into. Use the command below to disable it for one user.

Set-Clutter -Identity [email protected] -Enable $false

Or alternatively the command disables it for all.

Get-Mailbox | Set-Clutter -Enable $false