Set-FASTSearchIPSec

Configures local Internet Protocol security (IPsec) for Microsoft FAST Search Server 2010 for SharePoint.

Syntax

Set-FASTSearchIPSec
   [-Create]
   -Password <SecureString>
   -UserName <String>
   [-LogFile <String>]
   [<CommonParameters>]
Set-FASTSearchIPSec
   [-Remove]
   [-LogFile <String>]
   [<CommonParameters>]

Description

This cmdlet deletes or creates firewall rules to configure IP security for the local machine.

FAST Search Server 2010 for SharePoint must be installed 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-FASTSearchIPSec -Create -UserName user1 -Password xxx

This example sets up Internet Protocol security on the local machine.

---------------EXAMPLE 2----------------- (FAST Server for SharePoint 2010)

Set-FASTSearchIPSec -Remove

This example removes Internet Protocol security rules from the local machine.

Parameters

-Create

Specifies that IPsec rules will be created.

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

-LogFile

Specifies the full path of a file where all log messages will be written.

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

-Password

Specifies the password of the domain user that can look up machines in the domain controller.

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

-Remove

Specifies that IPsec rules will be deleted.

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

-UserName

Specifies the username of the domain user that can look up machines in the domain controller.

Type:String
Aliases:User
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:FAST Server for SharePoint 2010