Set-RASThemeCustomImage
Last updated
Last updated
Set-RASThemeCustomImage
Modify a theme custom image.
Set-RASThemeCustomImage [-] <uint> [-] <string> [<>]
Modify a theme custom image.
-Id <uint> The ID of the Theme Custom Image to modify. To obtain the ID, use the Get-RASThemeCustomImage cmdlet.
-NewName <string> The new name of the specified Theme Custom Image
<CommonParameters>
-none-
-none-
---------- EXAMPLE 1 ----------
Set-RASThemeCustomImage -Id 1 -NewName myImage
Rename the theme custom image with Id 1 with the specified new name.