Set-FASTSearchConfiguration
Applies to: SharePoint Server 2010
Configures the local instance of Microsoft FAST Search Server 2010 for SharePoint.
Syntax
Set-FASTSearchConfiguration [-LogFile <String>]
Detailed Description
This cmdlet configures the local instance of FAST Search Server 2010 for SharePoint.
FAST Search Server 2010 for SharePoint must be installed, but not running, on the local machine before you run this cmdlet.
If you are not running this cmdlet on the admin node in the FAST Search Server 2010 for SharePoint installation, make sure that the admin node is started before you run this cmdlet.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
LogFile |
Optional |
System.String |
Specifies the full path of a file where all log messages will be written. |
Input Types
Return Types
Example
---------------EXAMPLE 1-----------------
Set-FastSearchConfiguration -LogFile C:\log.txt
This example configures the local machine and writes the log output to C:\log.txt.