Set-FASTSearchConfiguration
Configures the local instance of Microsoft FAST Search Server 2010 for SharePoint.
Syntax
Default (Default)
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
Applicable: FAST Server for SharePoint 2010
Specifies the full path of a file where all log messages will be written.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.