Skip to content

Latest commit

 

History

History
76 lines (49 loc) · 1.74 KB

File metadata and controls

76 lines (49 loc) · 1.74 KB
external help file Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/remove-spoorgnewssite
applicable SharePoint Online
title Remove-SPOOrgNewsSite
schema 2.0.0
author samkabue
ms.author speedta

Remove-SPOOrgNewsSite

SYNOPSIS

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

Applicable: SharePoint Online

The URL of a site to be marked as an organizational news site.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

Get-SPOOrgNewsSite

Set-SPOOrgNewsSite