Select the settings for this Managed Metadata Service Connection.
[x] This service application is the default storage location for Keywords.
[x] This service application is the default storage location for column specific term sets.
[x] Consumes content types from the Content Type Gallery at http://sp2010riyaz:9090/.
[x] Push-down Content Type Publishing updates from the Content Type Gallery to sub-sites and lists using the content type.
# Get Metadata service application proxy
$metadataserviceapplicationname = "Managed Metadata Service"
$metadataserviceapplicationproxy = get-spmetadataserviceapplicationproxy $metadataserviceapplicationname
# This service application is the default storage location for Keywords.
$metadataserviceapplicationproxy.Properties["IsDefaultKeywordTaxonomy"] = $true
# This service application is the default storage location for column specific term sets.
$metadataserviceapplicationproxy.Properties["IsDefaultSiteCollectionTaxonomy"] = $true
# Consumes content types from the Content Type Gallery
$metadataserviceapplicationproxy.Properties["IsNPContentTypeSyndicationEnabled"] = $false
# Push-down Content Type Publishing updates from the Content Type Gallery
# to sub-sites and lists using the content type.
$metadataserviceapplicationproxy.Properties["IsContentTypePushdownEnabled"] = $true
$metadataserviceapplicationproxy.Update()
Service Application Properties:
Content Type hub
[x] Report syndication import errors from Site Collections using this service application.
Set-SPMetadataServiceApplication -Identity "Managed Metadata Service" -HubUri "http://sitename" -SyndicationErrorReportEnabled