Search This Blog

Thursday, November 28, 2013

Content type hub in SharePoint allows accessing content types from one site collection to other and Managed metadata service. Once we create the content type hub URL we cannot change it through UI. We can change the content Type Url by using PowerShell commands.
 To change the content type hub URL initially we have to identify the URL and need to identify the managed metadata service. Once we got the URL, need to run following commands in SharePoint Management shell with Admin privileges.
Set-SPMetadataServiceApplication -Identity "Service Application Name" -HubURI "Hub URI"
Set-SPMetadataServiceApplication -Identity "Managed Metadata Service Name" -HubURI "Content Type Hub URL"
After running these commands it will asks us to confirm the URL change. Click on Y to confirm URL updation.


No comments:

Post a Comment