To disabled the clutter feature in a user’s O365 mailbox run the following command:
Turn off Clutter for single user
Get-Mailbox –identity someone@somewhere.com | Set-Clutter -enable $false
OR
Single mailbox:
Set-Clutter -Identity <user name> -Enable $false
If you want to disable this feature for all users in your tenant as an admin, you can do this with PowerShell.
1. Connect to Exchange Online using PowerShell with an admin account.
2. Run the command below.
Get-Mailbox | Set-Clutter -Enable $false
OR
Turn off Clutter for ALL users
Get-Mailbox -ResultSize Unlimited | Set-Clutter -Enable $False | FL
Got a project that needs expert IT support?
From Linux and Microsoft Server to VMware, networking, and more, our team at CR Tech is here to help.
Get personalized support today and ensure your systems are running at peak performance or make sure that your project turns out to be a successful one!
CONTACT US NOW