Citrix Daas SDK

Get-BrokerGpoFilterDefinition

Gets the definitions of all filters or the definition of a specific filter.

Syntax

Get-BrokerGpoFilterDefinition
   [-FilterType <FilterType>]
   [<CitrixCommonParameters>]
   [<CommonParameters>]
<!--NeedCopy-->

Description

Use this command to find the available types of filters.

Examples

EXAMPLE 1

Lists all available filters.

Get-BrokerGpoFilterDefinition
<!--NeedCopy-->

Parameters

-FilterType

Specifies the type of the filter to retrieve.

Type: FilterType
Position: Named
Default value: None
Required: False
Accept pipeline input: False
Accept wildcard characters: False

CitrixCommonParameters

This cmdlet supports the common Citrix parameters: -AdminAddress, -AdminClientIP, -BearerToken, -TraceParent, -TraceState and -VirtualSiteId. For more information, see about_CitrixCommonParameters.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

You can’t pipe objects to this cmdlet.

Outputs

Citrix.GroupPolicy.Definitions.FilterDefinition

The definition of a filter contains detailed information about a filter, such as the filter type, the display name of a filter, and if the filter is a user or computer filter.

  • Explanation

    A brief description about the use of the filter.

  • FilterName

    The display name of the filter.

  • FilterType

    The filter type.

  • IsUserFilter

    Indicate if the filter is a user or a computer filter.

Get-BrokerGpoFilterDefinition