Skip to main content

spo hubsite register

Registers the specified site collection as a hub site

Usage

m365 spo hubsite register [options]

Options

-u, --siteUrl <siteUrl>

URL of the site collection to register as a hub site.

-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 must be a Global or SharePoint administrator.

If the specified site collection is already registered as a hub site, you will get a This site is already a HubSite. error.

Examples

Register the site collection with URL https://contoso.sharepoint.com/sites/sales as a hub site

m365 spo hubsite register --siteUrl https://contoso.sharepoint.com/sites/sales

Response

{
"Description": "",
"EnablePermissionsSync": false,
"EnforcedECTs": null,
"EnforcedECTsVersion": 0,
"HideNameInNavigation": false,
"ID": "0f9b8f4f-0e8e-4630-bb0a-501442db9b64",
"LogoUrl": null,
"ParentHubSiteId": "00000000-0000-0000-0000-000000000000",
"PermissionsSyncTag": 0,
"RequiresJoinApproval": false,
"SiteDesignId": "00000000-0000-0000-0000-000000000000",
"SiteId": "0f9b8f4f-0e8e-4630-bb0a-501442db9b64",
"SiteUrl": "https://contoso.sharepoint.com/sites/newHubSite",
"Targets": null,
"TenantInstanceId": "4d128b52-7228-46b5-8765-5b338476054d",
"Title": "New Hub Site"
}

More information

CTRL + M