Tagged Questions
1
vote
1answer
76 views
How to migrate existing choice columns (containing data) to Managed MetaData columns using PowerShell?
I have 5 choice columns on a SharePoint library, containing ~1000 rows. I would like to migrate these 5 columns into Managed Metadata fields and maintain the data. Any ideas?
2
votes
1answer
64 views
Get document properties.Keys value
I'm iterating all lists in a site collection trying to get all metadata, their values and eventually count them. I'm not so far yet, but I'm stuck in getting the values from a documents (file) ...
0
votes
1answer
42 views
How to find out if (and if possible how often) a term is used?
When using managed metadata, how can I find out, if a term is used (and if possible, how often it is used), without iterating all sites and lists/libraries on the sites?
1
vote
1answer
699 views
How to insert data into Managed Metadata field of any Document Set using PowerShell?
I am creating a Document Set for a library using powershell and that document set contains some mandatory managed metadata fields. I am able to create document set but how can I insert data into those ...
1
vote
1answer
195 views
Adding a field of type metadata with powershell
I'm trying to add a column of type Metadata. I've first exported the SchemaXml of an existing column on which i'm working. After that I added the column with method AddAsSchemaXml.
The field is ...
0
votes
5answers
638 views
Can't find termstore sharepoint for metadata
I'm using powershell to add metadata to my termstore. When i go to the central administration, in metadata service I can see that i have one termstore. But when i try to access it through :
$session ...
0
votes
1answer
197 views
Using powershell to list managed metadata terms
I'd like to gather statistics on managed metadata use. Instead of quering the content by the terms (one by one), I'd like to run through selected lists, listing the used terms per item. Is this ...
2
votes
1answer
1k views
Powershell - Update column with managed-metadata
I have used following PS script to update a manage metadata column. Not sure how to go by updating a managed-metadata column. I know I need to only populate with "10;#Wholesale Agreement" in ...
0
votes
1answer
301 views
Multiple Managed Metadata Service Instances
I am seeing multiple Managed Metadata Web Services in my farm and am not sure what to make of it. I was expecting to see one instance why are there others?
Get-SPServiceInstance | ...
3
votes
2answers
2k views
Nulling/clearing/updating Managed Metadata TaxonomyFieldValue?
In my recent adventures populating Managed Metadata values (aka TaxonomyFieldValue), I have encountered either a bug, potential oversight, or a substantial erosion of my sanity. In short, it does not ...