Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Discover Console Colors

$
0
0

Summary:  Use Windows PowerShell to discover console color assignment.

Hey, Scripting Guy! Question How can I see what colors are assigned in the Windows PowerShell console?

Hey, Scripting Guy! Answer Use the Get-Host cmdlet and expand the PrivateData property:

(get-host).privatedata


Viewing all articles
Browse latest Browse all 3333

Trending Articles