Remove-RASThemeCustomImage
NAME
Remove-RASThemeCustomImage
SYNOPSIS
Remove a theme custom image.
SYNTAX
Remove-RASThemeCustomImage [-Id] <uint> [<CommonParameters>]
DESCRIPTION
Remove a theme custom image.
PARAMETERS
-Id <uint> The ID of the Theme Custom Image to remove. To obtain the ID, use the Get-RASThemeCustomImage cmdlet.
<CommonParameters>
INPUTS
-none-
OUTPUTS
-none-
EXAMPLES
---------- EXAMPLE 1 ----------
Remove-RASThemeCustomImage -Id 1
Remove the theme custom image with Id 1.
RELATED LINKS
Last updated