Welcome to deBUG.to Community where you can ask questions and receive answers from Microsoft MVPs and other experts in our community.
0 like 0 dislike
1.2k views
in SharePoint Server by 1 1 2
edited by

How to change content type hub URL managed metadata service in SharePoint 2019? I checked the Central Administration, Application Services, Managed metadata service. but the SharePoint content type hub URL disabled

Any help with a PowerShell script to force change content type hub URL


1 Answer

0 like 0 dislike
by 99 167 336

How to change Content Type Hub URL in Managed Metadata Service?

In SharePoint 2019 or SharePoint 2016, to change Content Type Hub URL in Managed Metadata Service, you should use the below PowerShell cmdlet:

Set-SPMetadataServiceApplication -Identity "Managed Metadata Service Name" -HubURI "Site COllection URL"

Note: In SharePoint Central Administration, Once you set the Content Type Hub URL in Managed Metadata Service, you CAN'T change it again from central administration.
SharePoint 2016 Change Content Type Hub URL Managed Metadata Service

For more details, Please check SharePoint 2019 Configure Content Type Hub

If you don’t ask, the answer is always NO!
...