Remove-FASTSearchSecurityAliaser

Removes a security aliaser.

Syntax

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

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

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

-Identity

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

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

-SecurityAliaserToRemove

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

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

-WhatIf

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

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