Set-FASTSearchSecurityCCTKServer

Updates the CCTK server general setting.

Syntax

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

A Boolean flag to determine if the CCTK service will accept requests.

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

-GeneralSetting

A CCTKServerSetting instance whose property values are used for the CCTKServerSetting being updated.

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

-Port

The port number that the security manager listens to for handling CCTK requests.

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