SharePoint : Exploring Auto News Digest feature

Auto news digest email
Auto news digest email

Hi All,

Greetings

Exploring PowerShell continues on Microsoft 365 Junction.

Today sharing small but important PowerShell script.

PowerShell script : How to enable or disable the auto news digest feature

What is auto news digest feature

  • The SharePoint auto-news digest feature sends an automated email to users about the latest news posts that are relevant to them, but that they may not have viewed yet.
  • If our organization is branded with theme colors and a logo, these will automatically show in your news digest.
Screenshot of an Outlook email interface showing the 'News you might have missed' section, highlighting recent communications from SharePoint Online and Microsoft 365 Message Center.
Image: Auto news digest email
  • This is a great way for users to catch up on news that they may have otherwise missed.

Which news are included in news digest

  • Authoritative news posts published on organization news sites.
  • News posts boosted by the organization that a user has access to.
  • Published news posts that are relevant to the user, and that the user has not viewed yet.
  • Only posts that the user has access to. Rest assured that users won’t be sent news posts that they don’t have permission for.
  • No more than 10 news posts in each digest.
  • No more than one email digest is sent per week. If there are no news items that are relevant to the user, a news digest will not be sent.

How to know that Auto News Digest feature is enabled in my organization

  • We have an PowerShell CMDLET “Get-SPOTenant” to know if Auto News Digest feature is enabled or not
PS C:\> Get-SPOTenant | Select-Object EnableAutoNewsDigest
EnableAutoNewsDigest
--------------------
False
Screenshot of a PowerShell command showing 'Get-SPOTenant' and 'Select-Object EnableAutoNewsDigest', indicating that the value of EnableAutoNewsDigest is set to False.
Image: PowerShell to get if “Auto News Digest” feature is enabled or not

How to Update the setting for Auto News Digest feature

  • We have PowerShell CMDLET “Set-SPOTenant” to update the setting for “Auto News Digest” feature
PS C:\> Set-SPOTenant -EnableAutoNewsDigest $true
PS C:\> Get-SPOTenant | Select-Object EnableAutoNewsDigest
EnableAutoNewsDigest
--------------------
True
PS C:\>
Screenshot of PowerShell commands displaying the status of 'EnableAutoNewsDigest' for a SharePoint tenant, showing initial state as False and updated state as True.
Image: Updating “Auto News Digest” setting at tenant level

Thank you for reading. HAVE a WONDERFUL TIME 🙂

Prasham Sabadra

LIFE IS VERY BEAUTIFUL. ENJOY THE WHOLE JOURNEY :) Founder of Microsoft 365 Junction, Speaker, Author, Learner, Developer, Passionate Techie. Certified Professional Workshop Facilitator / Public Speaker. Believe in knowledge sharing. Around 20+ years of total IT experience and 17+ years of experience in SharePoint and Microsoft 365 services Please feel free me to contact for any SharePoint / Microsoft 365 queries. I am also very much interested in behavioral (life changing) sessions like motivational speeches, Success, Goal Setting, About Life, How to live Life etc. My book - Microsoft 365 Power Shell hand book for Administrators and Beginners and 100 Power Shell Interview Questions - https://www.amazon.in/Microsoft-Administrators-Beginners-Interview-Questions/dp/9394901639/ref=tmm_pap_swatch_0?_encoding=UTF8&qid=1679029081&sr=8-11

You may also like...

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from Microsoft 365

Subscribe now to keep reading and get access to the full archive.

Continue reading