Edit

Share via


Get-FASTSearchSecurityXMLAliaser

Gets a security principal aliaser.

Syntax

Default (Default)

Get-FASTSearchSecurityXMLAliaser
    [[-Identity] <String>]
    [<CommonParameters>]

Description

This cmdlet gets a regular expression or XML principal aliaser. If the Identity parameter is not specified, it gets a list of all aliasers.

A principal aliaser maps users from one user store into users in other user stores.

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

Get-FASTSearchSecurityAliaser

This example gets a list of all XML and regular expression principal aliasers.

EXAMPLE 2

Get-FASTSearchSecurityAliaser -Identity xmlalias4

This example gets the principal aliaser with the ID xmlalias4.

Parameters

-Identity

Applicable: FAST Server for SharePoint 2010

The identity of a regular expression or XML aliaser to get. If not specified, the cmdlet gets a list of all aliasers.

Parameter properties

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

Parameter sets

(All)
Position:1
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.