Get-FASTSearchSecurityClaimsUserStore
Get the claims security user store.
Syntax
Get-FASTSearchSecurityClaimsUserStore
[[-Identity] <String>]
[<CommonParameters>]
Description
This cmdlet retrieves a specific claims user store.
If the Identity parameter is not specified, the cmdlet gets a list of all claims 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-FASTSearchSecurityClaimsUserStore -Identity clm
This example retrieves the claims user store with the identity "clm".
Parameters
-Identity
The identity of a claims user store to display.
If an Identity is not specified, all claims user stores are displayed.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |