I stumbled across this screenshot and was just curious how they've managed to make Online "False" red and "True" green?
The only way I am aware of doing this is by using Dotnet objects like [System.Console]::ForegroundColor but then this would mean the output isn't a typical PowerShell output, but rather a giant string.
I noticed aswell the sorting is hard-coded into the .ps1 file and not piped so maybe that's hte case but I just wanted to check I hadn't missed a trick?