# Get-RASThemeFooterURL

### NAME

Get-RASThemeFooterURL\ <br>

### SYNOPSIS

Retrieves the theme group footer URL list\ <br>

### SYNTAX

Get-RASThemeFooterURL \[-[Id](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Get-RASThemeFooterURL.html#Id)] *\<uint>* \[*<*[*CommonParameters*](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Get-RASThemeFooterURL.html#CommonParameters)*>*]\
\
Get-RASThemeFooterURL \[-[Name](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Get-RASThemeFooterURL.html#Name)] *\<string>* \[*<*[*CommonParameters*](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Get-RASThemeFooterURL.html#CommonParameters)*>*]\ <br>

### DESCRIPTION

Retrieves the theme group footer URL list\ <br>

### PARAMETERS

\
-**Name \<string>**\
Name of the Theme Setting for which to retrieve the information.\ <br>

```
        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.\ <br>

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

<br>

### INPUTS

-none-

### OUTPUTS

[FooterURL\[\]](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/FooterURL\[].html)

### EXAMPLES

\
\&#xNAN;**---------- EXAMPLE 1 ----------**\
\
Get-RASThemeFooterURL -Id 1\
\
Retrieves the footer URL list for theme with Id 1.\
\&#xNAN;**---------- EXAMPLE 2 ----------**\
\
Get-RASThemeFooterURL -Name Footer\
\
Retrieves the footer URL list for theme with Name Footer.<br>
