Playing around with Windows PowerShell today. As usual, the first thing that people learn is the infamous "Hello World" program. So I tried scripting an array of string in PS (plus color!) PS C:\> 0..15 | % {Write-Host -ForegroundColor $_ "HELLO Robert... Read the full text.