powershell -Command "Write-Host 'This is Black' -ForegroundColor White -BackgroundColor Black" powershell -Command "Write-Host 'This is DarkBlue' -ForegroundColor White -BackgroundColor DarkBlue" powershell -Command "Write-Host 'This is DarkGreen' -ForegroundColor White -BackgroundColor DarkGreen" powershell -Command "Write-Host 'This is DarkCyan' -ForegroundColor White -BackgroundColor DarkCyan" powershell -Command "Write-Host 'This is DarkRed' -ForegroundColor White -BackgroundColor DarkRed" powershell -Command "Write-Host 'This is DarkMagenta' -ForegroundColor White -BackgroundColor DarkMagenta" powershell -Command "Write-Host 'This is DarkYellow' -ForegroundColor White -BackgroundColor DarkYellow" powershell -Command "Write-Host 'This is Gray' -ForegroundColor Black -BackgroundColor Gray" powershell -Command "Write-Host 'This is DarkGray' -ForegroundColor White -BackgroundColor DarkGray" powershell -Command "Write-Host 'This is Blue' -ForegroundColor White -BackgroundColor Blue" powershell -Command "Write-Host 'This is Green' -ForegroundColor White -BackgroundColor Green" powershell -Command "Write-Host 'This is Cyan' -ForegroundColor Black -BackgroundColor Cyan" powershell -Command "Write-Host 'This is Red' -ForegroundColor White -BackgroundColor Red" powershell -Command "Write-Host 'This is Magenta' -ForegroundColor White -BackgroundColor Magenta" powershell -Command "Write-Host 'This is Yellow' -ForegroundColor Black -BackgroundColor Yellow" powershell -Command "Write-Host 'This is White' -ForegroundColor Black -BackgroundColor White"