Get-FASTSearchSecurityAliaser
Applies to: SharePoint Server 2010
Gets a security principal aliaser.
Syntax
Get-FASTSearchSecurityAliaser [[-Identity] <String>]
Detailed 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.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Optional |
System.String |
The identity of a regular expression or XML aliaser to get. If not specified, the cmdlet gets a list of all aliasers. |
Input Types
Return Types
Example
---------------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”.