Skip to content

Instantly share code, notes, and snippets.

@mobernberger
Created February 14, 2022 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mobernberger/1719129d5ed9bb34bad38a49c9acae1b to your computer and use it in GitHub Desktop.
Save mobernberger/1719129d5ed9bb34bad38a49c9acae1b to your computer and use it in GitHub Desktop.
Disable MyAnaltics for all users
#Connect to Exchange Online Powershell before running this commands.
Get-Mailbox -ResultSize unlimited | Set-MyAnalyticsFeatureConfig -Feature all -IsEnabled $false -PrivacyMode opt-out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment