Set-FASTSearchSecurityCCTKServer
Updates the CCTK server general setting.
Syntax
Default (Default)
Set-FASTSearchSecurityCCTKServer
[[-Port] <Int32>]
[[-Enable] <Boolean>]
[[-GeneralSetting] <CCTKServerSetting>]
[<CommonParameters>]
Description
This cmdlet updates the configuration information for the Content Connector Toolkit (CCTK) server general settings.
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-FASTSearchSecurityCCTKServer -Port 13271 -Enable $true
This example updates the CCTK server port number and enables the CCTK server to accept requests.
Parameters
-Enable
Applicable: FAST Server for SharePoint 2010
A Boolean flag to determine if the CCTK service will accept requests.
Parameter properties
Type: | Boolean |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 2 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-GeneralSetting
Applicable: FAST Server for SharePoint 2010
A CCTKServerSetting instance whose property values are used for the CCTKServerSetting being updated.
Parameter properties
Type: | CCTKServerSetting |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 9999 |
Mandatory: | False |
Value from pipeline: | True |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Port
Applicable: FAST Server for SharePoint 2010
The port number that the security manager listens to for handling CCTK requests.
Parameter properties
Type: | Int32 |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
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.