Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a3d774

Browse files
author
chrisdee
committed
Merge branch 'master' of https://github.com/chrisdee/Scripts
2 parents 55dd980 + a343dee commit 3a3d774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShell/Working/SharePoint/SharePoint2013/SP2013SetContentTypeHubURL.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
Add-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction SilentlyContinue
88

99
$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
10+
$ContentTypeHub = "https://contenttypehub.yourdomain.com" #Change this to the path of your Content Type Hub
1111

1212
Set-SPMetadataServiceApplication -Identity $ServiceApplicationName -HubURI $ContentTypeHub

0 commit comments

Comments
 (0)