Saturday, May 18, 2013

Enable Managed Metadata Feature in SP 2010



Managed Metadata feature in SharePoint 2010 is a hidden feature. When creating a new field of type Managed Metadata, a property may show that the feature is not activated.

To enable the feature use the following powershell command.
Enable-SPFeature -id "73EF14B1-13A9-416B-A9B5-ECECA2B0604C" -url https://testsite

No comments:

Post a Comment