Get-FASTSearchSecurityDefaultUserStore
Gets the default user store general setting.
Syntax
Default (Default)
Get-FASTSearchSecurityDefaultUserStore
[[-Worker] <WorkerPoolNode>]
[<CommonParameters>]
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.
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-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".
Parameters
-Worker
Applicable: FAST Server for SharePoint 2010
The optional Worker parameter specifies the WorkerPoolNode object for the security worker that is to handle the request.
Parameter properties
Type: | WorkerPoolNode |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 9999 |
Mandatory: | False |
Value from pipeline: | True |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.