List of all colors available for PowerShell
PowerShell is a shell scripting language. At times we need to present different colors for different sections of the script output. For PowerShell, console colors are in an enum called [System.ConsoleColor]. The list of colors can be obtained by calling the static method GetValues as below or A graphical visualization of these colors with types …