I have the following bit of PowerShell, which returns a list of all the Departments stored in SharePoint’s managed metadata : Add-PSSnapin Microsoft.Sharepoint.Powershell # Get the site collection $sitecollection = Get-SPSite ‘http://mysharepointsite/’ # Get the term store id $taxsession = Get-SPTaxonomySession -Site $sitecollection # Change to the requierd service name $termstore = $taxsession.TermStores[“Managed Metadata Service”]… Continue reading How to Call Sharepoint Taxonomy in Powershell
Tag: MMS
SharePoint 2010 Managed Metadata Service – Moving, Copying Instances / Term Stores between environments
So you’re plugging along in a project and this email shows up in your mailbox from some project manager or your boss who asks something like this: “So, you sold us on using the SharePoint Server 2010 Managed Metadata Service (MMS) for all sorts of things, and we love it and are using it religiously.… Continue reading SharePoint 2010 Managed Metadata Service – Moving, Copying Instances / Term Stores between environments