Forum Discussion
ErkanCh
Oct 03, 2019Copper Contributor
Duplicate Hub Names Issue
Hub site admins can rename their hubs using the Hub Site Settings. Or you can register a site as hub from Admin Center and re-use an existing hub name. SPO doesn't enforce unique names for hubs, whic...
ErkanCh
Oct 08, 2019Copper Contributor
mrehmat Hubs can have a different name from their site names. Sites can have duplicate names as they have unique URLs. However, hubs only have a name.
mrehmat
Oct 08, 2019Brass Contributor
ErkanCh Hubs are SharePoint sites and will always have a URL. See how PS https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/get-spohubsite?view=sharepoint-ps from the tenant. Best practice is to only allow a hand full of users to permissions to create/modify hub sites and regular audits. A daily script to check of all hub site properties that matter is simple enough. If open access to create/modify hubsites is must AND being able to allow end users to created associated sites; its probably easier to give them a custom solution to provision sites than use the OOTB method.