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