Forum Discussion
Chris Reyes
Apr 03, 2018Copper Contributor
SharePoint Hub Site Creation - Problem with Register-SPOHubSite
Hello. New to the community :) . I'm trying to convert a Communication site to a Hub Site using the SPO Powershell Command Register-SPOHubSite but when I run it, it asks the following:
cmdlet R...
- Apr 06, 2018Hello Chris,
If you have the latest version of SPO Management Shell installed then the Principals[0] parameter shows up. These are a list of users allowed to join modern sites to the hub. You can skip this parameter by hitting Enter, you can use an Azure AD Security Group or a list of users.
I hope this helps.
Robse
Apr 09, 2018MVP
Hi Chris,
as Ovi and Philippe already mentioned, the Principals parameter set the permissions for
a) a single user via providing UPN
b) a group of several users via providing an email-enabled security group or
c) all site owners in your organization via just press Enter
... to be able to add sites to this Hub-Site.
This procedure is also explained here: https://support.office.com/en-us/article/create-a-hub-site-in-sharepoint-online-92bea781-15d8-4bda-805c-e441e2191ff3?ui=en-US&rs=en-US&ad=US
Happy SharePointing! ;-)
- Devansh GuptaJun 22, 2018Copper ContributorThis is best reply