Set-FASTSearchSecurityCCTKServer

 

Applies to: SharePoint Server 2010

Updates the CCTK server general setting.

Syntax

Set-FASTSearchSecurityCCTKServer [[-Port] <Int32>] [[-Enable] <Nullable>] [[-GeneralSetting] <CCTKServerSetting>]

Detailed Description

This cmdlet updates the configuration information for the Content Connector Toolkit (CCTK) server general settings.

Parameters

Parameter Required Type Description

Port

Optional

System.Int32

Do not use.

Enable

Optional

System.Nullable

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

GeneralSetting

Optional

Microsoft.SharePoint.Search.Extended.Security.PowerShell.Commands.GeneralSettings.CCTKServerSetting

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

Input Types

Return Types

Example

---------------EXAMPLE 1----------------

Set-FASTSearchSecurityCCTKServer -Enable $true

This example enables the CCTK server to accept requests.

See Also

Reference

Get-FASTSearchSecurityCCTKServer