Get-FASTSearchSecurityPublicFilter

Gets the public filter general setting.

Syntax

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

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.

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

Parameters

-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