# Get-RASThemeCustomImage

### NAME

Get-RASThemeCustomImage\ <br>

### SYNOPSIS

Retrieve theme custom image(s).\ <br>

### SYNTAX

Get-RASThemeCustomImage \[-Id] *\<uint>* \[\[-DirPath] *\<string>*] \[*\<CommonParameters>*]\
\
Get-RASThemeCustomImage \[\[-SiteId] *\<uint>*] \[*\<CommonParameters>*]\ <br>

### DESCRIPTION

Retrieve theme custom image(s).\ <br>

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

```
        Required?                    false
```

```
        Position?                    0
```

```
        Default value                0
```

```
        Accept pipeline input?       false
```

```
        Accept wildcard characters?  false
```

\
-**Id \<uint>**\
The theme custom image ID.\ <br>

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

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

<br>

### INPUTS

-none-

### OUTPUTS

RASFilesThemeCustomImage

### EXAMPLES

\
\&#xNAN;**---------- 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.
