Get-FASTSearchSecurityDefaultUserStore
Applies to: SharePoint Server 2010
Gets the default user store general setting.
Syntax
Get-FASTSearchSecurityDefaultUserStore [[-Worker] <WorkerPoolNode>]
Detailed Description
This cmdlet gets the identity of the default user store that users and groups are looked up in. The purpose of the command is to determine the user's or group's document access if the user store identity is not specified when looking up the user or group.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Worker |
Optional |
Microsoft.SharePoint.Search.Extended.Security.PowerShell.Commands.Troubleshooting.WorkerPoolNode |
The optional Worker parameter specifies the WorkerPoolNode object for the security worker that is to handle the request. |
Input Types
Return Types
Example
---------------EXAMPLE 1-----------------
Get-FASTSearchSecurityDefaultUserStore
This example gets the identity of the default user store.
---------------EXAMPLE 2-----------------
Get-FASTSearchSecurityWorkerNode workerserver | Get-FASTSearchSecurityDefaultUserStore
This example gets the default user store's general setting information for the security worker with a server name of “workerserver”.