Tagged Questions
1
vote
3answers
636 views
Map FAST crawled property powershell
I want to map people properties in FAST Search: crawled properties to contents hidden using powershell. I know that I can get crawled properties using Get-FASTSearchMetadataCrawledProperty but this ...
2
votes
3answers
533 views
How do I set the OSearch14 Service Account via PowerShell
I'm in the process of Scripting a deployment of SharePoint 2010 and FAST.
Normally to set the Service Account of a SharePoint service one would use the ProcessIdentity property, like so:
$procId = ...
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 ...