Turn off Outlook “Clutter” with PowerShell

For some reason, the Clutter feature does not show up in OWA. So i decided to turn it off over PowerShell.

To chech Clutter status use:

PS C:\>

get-clutter –Identity [username]

And turn it off with

PS C:\>

Get-Mailbox –identity [username] | Set-Clutter -enable $false

References

Turn Off Outlook “Clutter” feature with PowerShell

http://itgroove.net/stellark/2015/09/03/turn-off-outlook-clutter-feature-with-powershell/

Kommentare

Bitte rechnen Sie 2 plus 6.