Create an organization news site
To specify SharePoint sites as "official" or "authoritative" for news in your organization, mark them as organization news sites. These posts get special visual treatment (see the "NEWS @ CONTOSO" color block below), and appear on the SharePoint start page.
SharePoint Administrators can create and specify up to 100 organization news sites. For multi-geo tenants, organization news sites would have to be set up for each geo location. Each geo location could use the same central organization news site, and/or have its own unique site that shows organization news specific to that region.
Note
If you set a communication site as the home site for your organization, it's automatically configured as an organization news site.
For more info about working with news, see Use the News web part on a SharePoint page and Add news posts.
Use Microsoft PowerShell to specify a site as an organization news site
Download the latest SharePoint Online Management Shell.
Note
If you installed a previous version of the SharePoint Online Management Shell, go to Add or remove programs and uninstall "SharePoint Online Management Shell."
Connect to SharePoint as a Global Administrator or SharePoint Administrator in Microsoft 365. To learn how, see Getting started with SharePoint Online Management Shell.
Run the following command to designate the site as an organization news site:
Set-SPOOrgNewsSite -OrgNewsSiteUrl <site URL>
Example:
Set-SPOOrgNewsSite -OrgNewsSiteUrl https://contoso.sharepoint.com/sites/Marketing
Related commands
- View a list of all your organization news sites: Get-SPOOrgNewsSite
- Remove a site from the list of organization news sites: Remove-SPOOrgNewsSite