IvoDijkgraaf
1/25/2015 - 8:51 AM

Change Error,Warning,Debug color in PowerShell Console

Change Error,Warning,Debug color in PowerShell Console

$host.PrivateData.ErrorForegroundColor = ‘Green’

$host.PrivateData.WarningForegroundColor = ‘Blue’