Forum Discussion
Disabling Briefing emails.
I know there is a global way to disable the feature from the UI, and PowerShell commands to disable it for individual users. See article reference, https://learn.microsoft.com/en-us/viva/insights/personal/briefing/be-admin
But is there not a way to disable the email briefings for everyone using PowerShell?
NicolasKheirallah Thank you. I was already familiar with that article. It is in my post.
For the actual answer, I figured it out. You can use this PowerShell command, https://learn.microsoft.com/en-us/powershell/module/exchange/set-defaulttenantbriefingconfig?view=exchange-psThe default is 'opt-in', and you can change it to 'opt-out' and that will disable it for the whole tenant.
2 Replies
- Yeah you disable it from Admin center and it will disable it for the whole tenant:
https://learn.microsoft.com/en-us/viva/insights/personal/briefing/be-admin#to-configure-access-for-a-tenant- Johnny_MartinezCopper Contributor
NicolasKheirallah Thank you. I was already familiar with that article. It is in my post.
For the actual answer, I figured it out. You can use this PowerShell command, https://learn.microsoft.com/en-us/powershell/module/exchange/set-defaulttenantbriefingconfig?view=exchange-psThe default is 'opt-in', and you can change it to 'opt-out' and that will disable it for the whole tenant.