An easier way to enable Managed Metadata site columns when using the Blank Site template

Posted Tuesday, April 19, 2011 4:24 PM by CoreyRoth

Whenever you use the Blank Site template for a site collection, a lot of supporting features that you may want are not activated.  One of these is the feature for Managed Metadata site columns.  When you pick one, you might see the following error.

The required feature is not enabled for this column type.

image

That’s nice, but why don’t you actually tell me the feature name that I need to activate?  I’ve seen a lot of posts on this, and they state to activate the required feature using PowerShell using the GUID of the feature.  Some even, dare I say it, recommend you use stsadm.  Tsk. Tsk.  I don’t know about you, but I can’t remember the GUID off the top of my head.  I got tired of having to look up a post every time I need to activate this feature on a new site collection so I decided to figure out what the name was. 

If you’ve read my previous PowerShell posts, you know that we can figure this out with Get-SPFeature.  This told me that the feature name was actually TaxonomyFieldAdded.  Now all we have to do to activate is use the Enable-SPFeature command as you see below.  In my case, I am activating it at the site collection located at http://sp2010/sites/deployment.

Enable-SPFeature -Id TaxonomyFieldAdded –Url http://sp2010/sites/deployment

image

If all goes well, you’ll get a blank prompt back indicating success.  Now when you try to create your managed metadata site column, it should work successfully.

image

Even if you’re not great with PowerShell, I find that this command is pretty easy to remember.  Try it out.

Comments

# re: An easier way to enable Managed Metadata site columns when using the Blank Site template

Wednesday, October 10, 2012 11:30 AM by Markus

This way is really fine, but it just works at a local installed sharepoint server.

A sharepoint online environment can`t be edited via powershell ... Do you know a way to realize this on the online solution?

# re: An easier way to enable Managed Metadata site columns when using the Blank Site template

Friday, October 19, 2012 3:33 PM by CoreyRoth

@Markus There is no way to do it in SPO right now I am afraid.

# re: An easier way to enable Managed Metadata site columns when using the Blank Site template

Thursday, August 20, 2015 11:40 AM by Kenneth

Thanks alot! helped me out tons

Leave a Comment

(required)
(required)
(optional)
(required)