Get-RASThemeGroupFilter

NAME

Get-RASThemeGroupFilter

SYNOPSIS

Retrieves the theme group filters

SYNTAX

Get-RASThemeGroupFilter [-Id] <uint> [<CommonParameters>] Get-RASThemeGroupFilter [-Name] <string> [<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.

<CommonParameters>

INPUTS

-none-

OUTPUTS

GroupFilter[]

EXAMPLES

---------- EXAMPLE 1 ---------- Get-RASThemeGroupFilter -Id 1 Retrieves the group filters for theme with Id 1.

Last updated