Enable Taxonomy feature on Site collection

If you are getting this error when try to add a custom column of the Managed Metadata type to your site collection then simply use the following command to activate this feature:

STSADM -o activatefeature -id 73EF14B1-13A9-416b-A9B5-ECECA2B0604C -url http:// -force

Where the feature is the name of the server, since this is a farm feature.

If you are more inclined to use Powershell, and why wouldn’t you be, then use this cmdlet:

Enable-SPFeature -id 73EF14B1-13A9-416b-A9B5-ECECA2B0604C 
-URL ​​

Comments

Popular posts from this blog

How to Improve Workflow Performance in SharePoint Server 2010

PowerShell Script to Check and Generate Report on Access Rights for a Specific User:

Disable Loopbackcheck using PowerShell