Get-FASTSearchSecurityUserFilter

Gets a user's search security filter.

Syntax

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

The identity of the user store containing the user.

Type:String
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False
Applies to:FAST Server for SharePoint 2010

-User

The identifier of the user or group.

Type:String
Position:2
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False
Applies to:FAST Server for SharePoint 2010

-Worker

The optional Worker parameter specifies the WorkerPoolNode object for the security worker that is to handle the request.

Type:WorkerPoolNode
Position:9999
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False
Applies to:FAST Server for SharePoint 2010