Change Error,Warning,Debug color in PowerShell Console
$host.PrivateData.ErrorForegroundColor = ‘Green’ $host.PrivateData.WarningForegroundColor = ‘Blue’