Forum Discussion
Rising Flight
May 28, 2018Brass Contributor
clutter folder
Hi experts what is clutter folder.
One of my user says that his mails are moving to clutter folder, how can i disable it.
we dont owa access, how do i disable mails going to clutter folder for that user from exchange.
Hi Rising,
You can follow this link to disable Clutter https://support.office.com/en-us/article/use-clutter-to-sort-low-priority-messages-in-outlook-7b50c5db-7704-4e55-8a1b-dfc7bf1eafa0 with the user mailbox.
You can also disable the clutter with powershell.
Set-Clutter -Identity user -Enable $false
Or to all users
Get-Mailbox -ResultSize Unlimited | Set-Clutter -Enable $false
Hi Rising,
You can follow this link to disable Clutter https://support.office.com/en-us/article/use-clutter-to-sort-low-priority-messages-in-outlook-7b50c5db-7704-4e55-8a1b-dfc7bf1eafa0 with the user mailbox.
You can also disable the clutter with powershell.
Set-Clutter -Identity user -Enable $false
Or to all users
Get-Mailbox -ResultSize Unlimited | Set-Clutter -Enable $false