Get-FASTSearchSecurityUserStore
Published: May 12, 2010
Gets a user store.
Get-FASTSearchSecurityUserStore [[-Identity] <String>]
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. |
Detailed Description
This cmdlet retrieves a security user store. If the Identity parameter is not specified, it gets a list of all user stores.
Input Types
Return Types
---------------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.
Change History
| Date | Description | Reason |
|---|---|---|
|
May 12, 2010 |
Initial publication |
|
