Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Remove-SPOOrgNewsSite
Removes a given site from the list of organizational news sites based on its URL in your SharePoint Online Tenant
Syntax
Default (Default)
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
Applicable: SharePoint Online
The URL of a site to be marked as an organizational news site.
Parameter properties
| Type: | System.String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs
None
Outputs
System.Object
Related Links
Feedback
Was this page helpful?
