Get-FASTSearchSecurityPublicFilter

 

Applies to: SharePoint Server 2010

Gets the public filter general setting.

Syntax

Get-FASTSearchSecurityPublicFilter [[-Worker] <WorkerPoolNode>]

Detailed Description

This cmdlet retrieves the public filter general setting configuration information. The public filter is the search security filter that is used to find documents that all users have access to.

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

This example gets the security public filter's general setting configuration information.

---------------EXAMPLE 2-----------------

Get-FASTSearchSecurityWorkerNode workerserver | Get-FASTSearchSecurityPublicFilter

This example gets the security public filter's general setting configuration information for a security worker with the server name of “workerserver”.

See Also

Reference

Set-FASTSearchSecurityPublicFilter