Set-FASTSearchIPSec

 

Applies to: SharePoint Server 2010

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

Syntax

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

Set-FASTSearchIPSec -Remove <SwitchParameter> [-LogFile <String>]

Detailed 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.

Parameters

Parameter Required Type Description

Create

Required

System.Management.Automation.SwitchParameter

Specifies that IPsec rules will be created.

Password

Required

System.Security.SecureString

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

Remove

Required

System.Management.Automation.SwitchParameter

Specifies that IPsec rules will be deleted.

UserName

Required

System.String

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

LogFile

Optional

System.String

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

Input Types

Return Types

Example

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

Set-FASTSearchIPSec -Create -UserName user1 -Password xxx

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

---------------EXAMPLE 2-----------------

Set-FASTSearchIPSec -Remove

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