Set-FASTSearchConfiguration

Configures the local instance of Microsoft FAST Search Server 2010 for SharePoint.

Syntax

Set-FASTSearchConfiguration
   [-LogFile <String>]
   [<CommonParameters>]

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.

For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227).

Examples

---------------EXAMPLE 1----------------- (FAST Server for SharePoint 2010)

Set-FastSearchConfiguration -LogFile C:\log.txt

This example configures the local machine and writes the log output to C:\log.txt.

Parameters

-LogFile

Specifies the full path of a file where all log messages will be written.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:FAST Server for SharePoint 2010