Set-FASTSearchIPSec
Configures local Internet Protocol security (IPsec) for Microsoft FAST Search Server 2010 for SharePoint.
Syntax
Create
Set-FASTSearchIPSec
-Password <SecureString>
-UserName <String>
[-Create]
[-LogFile <String>]
[<CommonParameters>]
Remove
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
Applicable: FAST Server for SharePoint 2010
Specifies that IPsec rules will be created.
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Create
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-LogFile
Applicable: FAST Server for SharePoint 2010
Specifies the full path of a file where all log messages will be written.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Password
Applicable: FAST Server for SharePoint 2010
Specifies the password of the ___domain user that can look up machines in the ___domain controller.
Parameter properties
Type: | SecureString |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Create
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-Remove
Applicable: FAST Server for SharePoint 2010
Specifies that IPsec rules will be deleted.
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Remove
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-UserName
Applicable: FAST Server for SharePoint 2010
Specifies the username of the ___domain user that can look up machines in the ___domain controller.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | User |
Parameter sets
Create
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.