< Back

Remove-MSTerminalColorScheme

Sat Jan 18, 2020 4:52 pm

NAME Remove-MSTerminalColorScheme



SYNOPSIS

Removes a defined color scheme from profiles.json





SYNTAX

Remove-MSTerminalColorScheme [-Name] <String[]> [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

Removes a defined color scheme from profiles.json





PARAMETERS

-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-Name <String[]>

The name(s) of the color scheme(s) to remove. This can also be piped from Get-MSTerminalColorScheme.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String[]







OUTPUTS

None







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Remove-MSTerminalColorScheme -Name TestColors



Removes the "TestColors" scheme from profiles.json.

-------------------------- Example 2 --------------------------



PS C:\\> Get-MSTerminalColorScheme -Name TestColors | Remove-MSTerminalColorScheme



Removes the "TestColors" scheme from profiles.json.



RELATED LINKS