Forum Discussion
LisaJo48
Apr 04, 2022Iron Contributor
Auto SharePoint New Digest not happening in my tenant
This feature, supposedly, should have been working for a year or so but there is no evidence of it. The only place I see new articles is on the SharePoint home page. No changes have been made via PowerShell. I need to understand what is/isn't happening and test/verify it all. I don't know where to start. Any suggestions?
3 Replies
Sort By
Hello LisaJo48
it's a PowerShell entry available for this setting:
https://sharepoint.handsontek.net/2020/10/19/disable-automatic-news-digest-sharepoint/
Set-SPOTenant -EnableAutoNewsDigest $false
Set-SPOTenant -EnableAutoNewsDigest $true
Check the existing settings with:
Get-SPOTenant
A user can set the email notification preferences on Sharepoint start page:
Regards, Dave
- LisaJo48Iron Contributor
DaveMehr365 Thank you. I am aware of the PS script and the feature is enabled ($true) and yet I am not experiencing the expected results - no emails, digests being sent automatically with or without branding. Do you know anything else I might check to dig into why it is not working as described by MS?
Hi LisaJo48
i can't found more information about this, only this what i write.
I recommend you, that you open a ticket by MS.
Regards, Dave