Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 1.79 KB

File metadata and controls

67 lines (45 loc) · 1.79 KB
external help file Module Name online version applicable title schema author ms.author
sharepointonline.xml
Microsoft.Online.SharePoint.PowerShell
SharePoint Online
Set-SPOOrgNewsSite
2.0.0
trent-green
trgreen

Set-SPOOrgNewsSite

SYNOPSIS

Marks a site as one of multiple possible tenant's organizational news sites. Requires Global administrator or SharePoint administrator permissions.

SYNTAX

Set-SPOOrgNewsSite -OrgNewsSiteUrl <string> [<CommonParameters>]

DESCRIPTION

Use this cmdlet to mark a site as an organizational authoritative news site. Such sites get primary treatment in the SharePoint user interface.

If a site with specified URL doesn't exist, this cmdlet returns a "File not found" error.

EXAMPLES

Example 1

Set-SPOOrgNewsSite -OrgNewsSiteUrl https://contoso.sharepoint.com/sites/Marketing

This example marks https://contoso.sharepoint.com/sites/Marketing as an organizational news site.

PARAMETERS

-OrgNewsSiteUrl

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

Type: String
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online

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.

RELATED LINKS

Remove-SPOOrgNewsSite

Get-SPOOrgNewsSite