Edit

Share via


Remove-FASTSearchSecurityAliaser

Removes a security aliaser.

Syntax

Default (Default)

Remove-FASTSearchSecurityAliaser
    [-Identity] <String>
    [[-SecurityAliaserToRemove] <SecurityAliaser>]
    [-Confirm]
    [-WhatIf]
    [<CommonParameters>]

Description

This cmdlet deletes a regular expression or XML aliaser.

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)

Remove-FASTSearchSecurityAliaser -Identity xmlalias2

This example deletes an XML aliaser. A prompt is displayed to confirm the request.

EXAMPLE 2 (FAST Server for SharePoint 2010)

Remove-FASTSearchSecurityAliaser -Identity xmlalias4 -Confirm:$False

This example deletes an XML aliaser without displaying a prompt.

Parameters

-Confirm

Applicable: FAST Server for SharePoint 2010

Activates user prompting to confirm the operation. If set, prompting is activated and you must confirm the remove request.

To suppress user prompting, set the confirm parameter to false. For example: -confirm:$false

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Identity

Applicable: FAST Server for SharePoint 2010

The identity of the regular expression or XML aliaser to remove.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-SecurityAliaserToRemove

Applicable: FAST Server for SharePoint 2010

A SecurityXMLAliaser or SecurityRegexAliaser object whose identity is used as the aliaser identity to remove.

Parameter properties

Type:SecurityAliaser
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:10000
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

Applicable: FAST Server for SharePoint 2010

Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
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.