Get-RASThemeCustomImage.md

NAME

Get-RASThemeCustomImage

SYNOPSIS

Retrieve theme custom image(s).

SYNTAX

Get-RASThemeCustomImage [Id] (uint) [[-DirPath] (string)] [(CommonParameters)]

**Get-RASThemeCustomImage [[-SiteId] (uint)] [(CommonParameters)]

DESCRIPTION

Retrieve theme custom image(s).

PARAMETERS

SiteId (uint)

Site ID from which to retrieve the theme custom image information.

If the parameter is omitted, the Licensing Server site ID will be used.

Id (uint)

The theme custom image ID.

DirPath (string)

The target directory where to save the published resource icon file.

(CommonParameters)

INPUTS

-none-

OUTPUTS

RASFiles

ThemeCustomImage

EXAMPLES

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

Get-RASThemeCustomImage

Retrieve all custom images of the Licensing site. **---------- EXAMPLE 2 ----------

Get-RASThemeCustomImage -Id 1 -DirPath "C:\temp"

Retrieve the custom image with Id 1 and save it to the specified DirPath.

Last updated