Skip to main content

Posts

Showing posts from May, 2022

How to create Organizations News Sites?

First of all, Only Administrator can create Organizations news site and one tenant can have up to 250 organization news sites. News posted in this type of sites are marked with a color tag so users can distinguish between an official news post and a news published in communication and team sites. There is no user interface to create these kind of sites. So we have to use SharePoint Online Management Shell. So here is command : 1. Connect–SPOOnline –url https://<Your_Tenant_Name>-admin.sharepoint.com 2. Set–SPOOrgNewsSite –OrgNewsSiteUrl <New_Commmunication_Site_Url_Here> In Action : Connect–SPOOnline –url https://MyTenant-admin.sharepoint.com Set–SPOOrgNewsSite –OrgNewsSiteUrl https://MyTenant.SharePoint.com/sites/OrgNewsCenter Reference