Get-RASThemeFooterURL

NAME

Get-RASThemeFooterURL

SYNOPSIS

Retrieves the theme group footer URL list

SYNTAX

Get-RASThemeFooterURL [-Id] <uint> [<CommonParameters>] Get-RASThemeFooterURL [-Name] <string> [<CommonParameters>]

DESCRIPTION

Retrieves the theme group footer URL list

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 . 

INPUTS

-none-

OUTPUTS

FooterURL[]

EXAMPLES

---------- EXAMPLE 1 ---------- Get-RASThemeFooterURL -Id 1 Retrieves the footer URL list for theme with Id 1. ---------- EXAMPLE 2 ---------- Get-RASThemeFooterURL -Name Footer Retrieves the footer URL list for theme with Name Footer.

Last updated

© 2024 Parallels International GmbH. All rights reserved.