Get-FASTSearchSecurityClaimsUserStore

 

Applies to: SharePoint Server 2010

Get the claims security user store.

Syntax

Get-FASTSearchSecurityClaimsUserStore [[-Identity] <String>]

Detailed 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.

Parameters

Parameter Required Type Description

Identity

Optional

System.String

The identity of a claims user store to display.

If an Identity is not specified, all claims user stores are displayed.

Input Types

Return Types

Example

---------------EXAMPLE 1-----------------

Get-FASTSearchSecurityClaimsUserStore -Identity clm

This example retrieves the claims user store with the identity “clm”.

See Also

Reference

Set-FASTSearchSecurityClaimsUserStore
New-FASTSearchSecurityClaimsUserStore