Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.3 KB

Add-KshTenantOrganizationNewsSite.md

File metadata and controls

61 lines (42 loc) · 1.3 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Add-KshTenantOrganizationNewsSite

SYNOPSIS

Adds an organization news site.

SYNTAX

Add-KshTenantOrganizationNewsSite -Url <String> [<CommonParameters>]

DESCRIPTION

The Add-KshTenantOrganizationNewsSite cmdlet adds an organization news site to the tenant. This cmdlet can be used only when connected to the SharePoint admin center.

EXAMPLES

Example 1

PS C:\> Add-KshTenantOrganizationNewsSite -Url 'https://karamem0jp.sharepoint.com/sites/NewsSite'

Adds an organization news site.

PARAMETERS

-Url

Specifies the URL.

Type: 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

None

NOTES

RELATED LINKS