Forum Discussion
Kristien99
Sep 16, 2023Copper Contributor
News you might have missed - turn off search?
Hello, We have just launched our intranet for our staff members on Sharepoint online. Now we notice that Sharepoint automatically sends the following: 'news you might have missed'. We don't want...
DaveMehr365
Sep 18, 2023MVP
Hello Kristien99
you can deactivate the news digest emails on SharePoint for all users with PowerShell:
Set-SPOTenant -EnableAutoNewsDigest $false
Here are some more instructions from joaoferreira
https://sharepoint.handsontek.net/2020/10/19/disable-automatic-news-digest-sharepoint/
Best, Dave
- Kristien99Sep 18, 2023Copper Contributor
DaveMehr365 thx for the reply but as is said, that is not an option : we are in a large organization and they do want to use it in other places.
- DaveMehr365Sep 18, 2023MVP
Hello Kristien99
PowerShell is global, user setting are by user...i don't know a solution between, maybe another community contributor 😉
Best, Dave
- Kristien99Sep 18, 2023Copper ContributorIs there a powershell to turn it off per user?