Remove-RASTheme
Removes a theme.
Remove-RASTheme [] (uint) [()]
Remove-RASTheme [] (string) [()]
Removes a theme.
Name of the Theme to be removed.
The ID of the Theme to be removed. To obtain the ID, use the Get-RASTheme cmdlet.
(CommonParameters)
-none-
-none-
**---------- EXAMPLE 1 ----------
Remove-RASTheme -Name NewTheme
Removes the theme named NewTheme.
Required? true
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? true
Position? 0
Default value 0
Accept pipeline input? false
Accept wildcard characters? false This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters documentation.