JordanTech Posted January 18, 2016 Posted January 18, 2016 Hi all, We use Mail 365 here and we have had many reports of important staff emails not being received via inbox. Some of the staff have found the mail they should have received in clutter or in a different folder. I have general Admin rights to all the staff users at the school and can only change so many settings without contacting Office. Any ideas? (via admin settings) thanks
Steve21 Posted January 18, 2016 Posted January 18, 2016 Get-Mailbox -Resultsize Unlimited | Set-Clutter -Enable $false Disables Clutter on all mailboxes By default it's enabled and tries to clean up everyones inboxes Steve 1
Ant Posted January 18, 2016 Posted January 18, 2016 (edited) Get-Mailbox -Resultsize Unlimited | Set-Clutter -Enable $false Disables Clutter on all mailboxes By default it's enabled and tries to clean up everyones inboxes Steve ^^This. Our staff found this very frustrating too and just caused a lot of confusion for them. Wish Microsoft wouldn't enable things like this as default sometimes. Edited January 18, 2016 by Ant
Steve21 Posted January 18, 2016 Posted January 18, 2016 Still think it's dumb that it's a per account setting, so everytime a new user joins need to re-run it Steve
Cache Posted January 18, 2016 Posted January 18, 2016 Vote and comment here! https://office365.uservoice.com/forums/273493-office-365-admin/suggestions/7571034-enable-and-disable-clutter-from-admin-panel
MartinRouterKing Posted January 28, 2016 Posted January 28, 2016 How are you connecting to Office 365 to disable this. Every time i run the powershell $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection it fails.
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