Disable the Clutter feature in O365 mailboxes
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 […]
Read more