Colored Job Output

Product: PowerShell Universal
Version: 3.9.4

Is it possible to get PSU to show job output in color?

Most of my scripts output a lot of information that looks similar when its just white on black text. So I use Write-Host -ForegroundColor to color code the output and make it easer to understand. Is this possible with PSU job output? Right now, all my scripts output in just black and white when ran in PSU.

We currently do not support control characters that do the coloring in the PSU admin console. We actually strip them because there were showing up as weird unicode characters in PS7. That said, I would love to support this. We just need to figure out how to get the monaco editor (the JavaScript editor component) to correctly handle these characters.