spo hubsite connect¶
Connects the specified site collection to the given hub site
Usage¶
m365 spo hubsite connect [options]
Options¶
-u, --url <url>
- The URL of the site collection to connect to the hub site
-i, --hubSiteId <hubSiteId>
- The ID of the hub site to which to connect the site collection
-h, --help
- output usage information
--query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text
. Defaulttext
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Remarks¶
Attention
This command is based on a SharePoint API that is currently in preview and is subject to change once the API reached general availability.
If the specified site collection is already connected to a hub site, it will be disconnected and connected to the newly specified hub site.
If the specified hubSiteId
doesn't point to a valid hub site, you will get a ResourceNotFoundException
error.
Examples¶
Connect the site collection with URL https://contoso.sharepoint.com/sites/contoso-sales to the hub site with ID 255a50b2-527f-4413-8485-57f4c17a24d1
m365 spo hubsite connect --url https://contoso.sharepoint.com/sites/contoso-sales --hubSiteId 255a50b2-527f-4413-8485-57f4c17a24d1
More information¶
- SharePoint hub sites new in Microsoft 365: https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547