| 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/set-spoorgnewssite |
| applicable | SharePoint Online |
| title | Set-SPOOrgNewsSite |
| schema | 2.0.0 |
| author | samkabue |
| ms.author | speedta |
Marks a site as one of multiple possible tenant's organizational news sites. Requires at least SharePoint administrator permissions.
Set-SPOOrgNewsSite -OrgNewsSiteUrl <String> [<CommonParameters>]
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.
Set-SPOOrgNewsSite -OrgNewsSiteUrl https://contoso.sharepoint.com/sites/MarketingThis example marks https://contoso.sharepoint.com/sites/Marketing as an organizational news site.
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: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.