Skip to main content

spo site commsite enable

Enables communication site features on the specified site

Usage

m365 spo site commsite enable [options]

Options

-u, --url <url>

The URL of the site to enable communication site features on

-i, --designPackageId [designPackageId]

The ID of the site design to apply when enabling communication site features. Specify designPackageId or designPackage but not both.

-p, --designPackage [designPackage]

The site design to apply when enabling communication site features. Valid values are: Topic, Showcase, or Blank. Defaults to Topic. Specify designPackageId or designPackage but not both.

-h, --help [help]

Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, response, full. Default is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Remarks

info

To use this command you have to have permissions to access the tenant admin site.

Examples

Enable communication site features on an existing site

m365 spo site commsite enable --url https://contoso.sharepoint.com

Enable communication site features on an existing site and apply the Showcase design package using its ID.

m365 spo site commsite enable --url https://contoso.sharepoint.com --designPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767

Enable communication site features on an existing site and apply the Showcase design package using its friendly name.

m365 spo site commsite enable --url https://contoso.sharepoint.com --designPackage Showcase

Response

The command won't return a response on success.

CTRL + M