Share via


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

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

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