# Set-RASThemeCustomImage.md

## NAME

Set-RASThemeCustomImage

## SYNOPSIS

Modify a theme custom image.

## SYNTAX

**Set-RASThemeCustomImage** \[[Id](#id-string)] *(uint)* \[[NewName](#newname-string)] *(string)* \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Modify a theme custom image.

## PARAMETERS

## Id (uint)

The ID of the Theme Custom Image to modify. To obtain the ID, use the Get-RASThemeCustomImage cmdlet.

```
        Required?                    true

        Position?                    0

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## NewName (string)

The new name of the specified Theme Custom Image

```
        Required?                    true

        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

-none-

## EXAMPLES

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

Set-RASThemeCustomImage -Id 1 -NewName myImage

Rename the theme custom image with Id 1 with the specified new name.

## RELATED LINKS

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