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 question.
I found that categories can have multiple Guids mapped to them, I wanted to retrieve the Guid associated to a category, so I could be more specific in the crawled property search, without depending on Guid from the category, but I found that from the name of the category I cannot get a Guid.
The primary purpose of getting it is that, if I do not find a crawled property with Guid and Name specified in the .csv, I create a new one using New-FASTSearchMetadataCrawledProperty, for what I need the propset Id.
Do anyone knows why a category has multiple Guids?