The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
175 views

Programmatically configure the values included in a managed metadata property

I've got a managed metadata property in PowerShell: Get-SPEnterpriseSearchMetadataManagedProperty Looking on MSDN I can't decide which property's responsible for the UI equivalent of "Include values ...
0
votes
0answers
256 views

Multiple Propset Guid Mapped to a Category

I'm working in a powershell scrip for F4SP 2010 server that reads lines from a .csv file and creates the mappings between managed properties a crawled properties. I don't have much problem, just a ...