Get-FASTSearchSecurityUserStore
Applies to: SharePoint Server 2010
Gets a user store.
Syntax
Get-FASTSearchSecurityUserStore [[-Identity] <String>]
Detailed Description
This cmdlet retrieves a security user store. If the Identity parameter is not specified, it gets a list of all user stores.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Optional |
System.String |
The identity of the user store to get. If not specified, the cmdlet gets a list of all user stores. |
Input Types
Return Types
Example
---------------EXAMPLE 1-----------------
Get-FASTSearchSecurityUserStore -Identity ln1
This example gets the user store with an identity of “ln1”.
---------------EXAMPLE 2-----------------
Get-FASTSearchSecurityUserStore
This example gets a list of all user stores.