Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55dd980 + a343dee commit 3a3d774Copy full SHA for 3a3d774
PowerShell/Working/SharePoint/SharePoint2013/SP2013SetContentTypeHubURL.ps1
@@ -7,6 +7,6 @@
7
Add-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction SilentlyContinue
8
9
$ServiceApplicationName = "Managed Metadata Service" #Change this to match your environment
10
-$ContentTypeHub = "https://contenttypehub.npe.theglobalfund.org" #Change this to the path of your Content Type Hub
+$ContentTypeHub = "https://contenttypehub.yourdomain.com" #Change this to the path of your Content Type Hub
11
12
Set-SPMetadataServiceApplication -Identity $ServiceApplicationName -HubURI $ContentTypeHub
0 commit comments