Get-FASTSearchSecurityUserFilter

 

Applies to: SharePoint Server 2010

Gets a user's search security filter.

Syntax

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

Detailed Description

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

Parameters

Parameter Required Type Description

Identity

Required

System.String

The identity of the user store containing the user.

User

Required

System.String

The identifier of the user or group.

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

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