Remove-SPOOrgNewsSite
Removes a given site from the list of organizational news sites based on its URL in your SharePoint Online Tenant
Syntax
Remove-SPOOrgNewsSite
-OrgNewsSiteUrl <String>
[<CommonParameters>]
Description
This cmdlet will remove a site from list of organizational news sites based on its URL.
Examples
EXAMPLE 1
Remove-SPOOrgNewsSite -OrgNewsSiteUrl https://contoso.sharepoint.com/sites/Marketing
This example removes https://contoso.sharepoint.com/sites/Marketing from the list of organizational news sites.
Parameters
-OrgNewsSiteUrl
The URL of a site to be marked as an organizational news site.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |