# Get-RASThemeCustomImage

## NAME

Get-RASThemeCustomImage

## SYNOPSIS

Retrieve theme custom image(s).

## SYNTAX

**Get-RASThemeCustomImage** \[[Id](#id-string)]\*\* *(uint)* \[\[-[DirPath](#dirpath-string)] *(string)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

**Get-RASThemeCustomImage** \[\[-[SiteId](#siteid-string)] *(uint)*] \[*(*[*CommonParameters*](#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.

```
        Required?                    false

        Position?                    0

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Id (uint)

The theme custom image ID.

```
        Required?                    true

        Position?                    0

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## DirPath (string)

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

```
        Required?                    false

        Position?                    1

        Default value                

        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

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

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

## EXAMPLES

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

Get-RASThemeCustomImage

Retrieve all custom images of the Licensing site.\
\&#xNAN;**---------- EXAMPLE 2 ----------**

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

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

## RELATED LINKS

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