Share via


Get-FASTSearchSecurityUserFilter

Gets a user's search security filter.

Syntax

Default (Default)

Get-FASTSearchSecurityUserFilter
    [-Identity] <String>
    [-User] <String>
    [[-Worker] <WorkerPoolNode>]
    [<CommonParameters>]

Description

This cmdlet retrieves the user search security filter containing all groups that the user has access to.

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-FASTSearchSecurityUserFilter -Identity ln1 -User user1

This example gets the search security filter for user "user1" in user store "ln1".

Parameters

-Identity

Applicable: FAST Server for SharePoint 2010

The identity of the user store containing the user.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-User

Applicable: FAST Server for SharePoint 2010

The identifier of the user or group.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:2
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-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.