Enable click-through relevancy after initial configuration (FAST Search Server 2010 for SharePoint)

 

Applies to: FAST Search Server 2010

You may decide not to enable click-through relevancy when you run the configuration wizard. If you want to enable click-through relevancy later, follow these steps:

  1. On the Start menu, click All Programs.

  2. Click Microsoft FAST Search Server 2010 for SharePoint.

  3. Right click Microsoft FAST Search Server 2010 for SharePoint shell and select Run as administrator.

  4. At the Windows PowerShell command prompt, browse to installer\scripts under the installation folder.

  5. Type the following command:

    .\configuresharepointauthorization.ps1 -installedMode <mode> [-sharepointserver <servername>] [-sharepointUserIdentity <userIdentity>]
    
    • Replace <mode> with "basic" if Microsoft SharePoint Server was installed using the Standalone option, or with "advanced" if it was installed by using the Server Farm option.

    • If Microsoft SharePoint Server was installed using the Standalone option, specify –sharepointserver and replace <servername> with the fully qualified name of the Microsoft SharePoint Server.

    • If Microsoft SharePoint Server was installed using the Server Farm option, specify –sharepointUserIdentity and replace <userIdentity> with the user who is running the Microsoft SharePoint 2010 Timer Service. This user is specified in the Microsoft SharePoint Server post-setup configuration.

In the following example, Microsoft SharePoint Server was installed using the Standalone option ("basic" installation mode):

.\configuresharepointauthorization.ps1 -installedMode "basic" -sharepointserver "moss1.contoso.com"