PowerTip: Use PowerShell to Discover Console Colors
Summary: Use Windows PowerShell to discover console color assignment.
How can I see what colors are assigned in the Windows PowerShell console?
Use the Get-Host cmdlet and expand the PrivateData property:
(get-host).privatedata
![](http://blogs.technet.com/resized-image.ashx/__size/150x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-76-18/7610.Dr.ScriptoForTips.jpg)