Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 662 Bytes

Get-ConsoleColor.README.md

File metadata and controls

42 lines (32 loc) · 662 Bytes

Get-ConsoleColor

Get all available console colors.

Description

Get all available console colors.

Screenshot

Syntax

Get-ConsoleColor [<CommonParameters>]

Example 1

PS> Get-ConsoleColor

ConsoleColor
------------
       Black
    DarkBlue
   DarkGreen
    DarkCyan
     DarkRed
 DarkMagenta
  DarkYellow
        Gray
    DarkGray
        Blue
       Green
        Cyan
         Red
     Magenta
      Yellow
       White