Get-FASTSearchSecurityLotusNotesUserStore
Applies to: SharePoint Server 2010
Gets a Lotus Notes user store.
Syntax
Get-FASTSearchSecurityLotusNotesUserStore [[-Identity] <String>]
Detailed Description
This cmdlet retrieves a specific Lotus Notes user store. If the Identity parameter is not specified, the cmdlet gets a list of all Lotus Notes user stores.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Optional |
System.String |
The identity of the Lotus Notes user store to get. If not specified, a list of all Lotus Notes user stores is returned. |
Input Types
Return Types
Example
---------------EXAMPLE 1-----------------
Get-FASTSearchSecurityLotusNotesUserStore -Identity ln1
This example gets the Lotus Notes user store with the identity “ln1”.
See Also
Reference
New-FASTSearchSecurityLotusNotesUserStore
Set-FASTSearchSecurityLotusNotesUserStore