# Get-RASThemeGroupFilter

## NAME

Get-RASThemeGroupFilter

## SYNOPSIS

Retrieves the theme group filters.

## SYNTAX

**Get-RASThemeGroupFilter** \[[Id](#id-string)]\*\* *(uint)* \[*(*[*CommonParameters*](#CommonParameters)*)*]

**Get-RASThemeGroupFilter** \[[Name](#name-string)] *(string)* \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Retrieves the theme group filters.

## PARAMETERS

## Name (string)

Name of the Theme Setting for which to retrieve the information.

```
        Required?                    true

        Position?                    0

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Id (uint)

The ID of the Theme Setting for which to retrieve the information.

```
        Required?                    true

        Position?                    0

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

(CommonParameters)

```
        This cmdlet supports the common parameters: Verbose, Debug,

        ErrorAction, ErrorVariable, WarningAction, WarningVariable,

        OutBuffer, PipelineVariable, and OutVariable. For more information, see 

        about_CommonParameters documentation. 
```

## INPUTS

-none-

## OUTPUTS

[GroupFilter](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/groupfilter)

## EXAMPLES

**---------- EXAMPLE 1 ----------**

Get-RASThemeGroupFilter -Id 1

Retrieves the group filters for theme with Id 1.

## RELATED LINKS

* [Get-RASTheme](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rastheme)
* [Add-RASThemeGroupFilter](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/add-rasthemegroupfilter)
* [Remove-RASThemeGroupFilter](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/remove-rasthemegroupfilter)
