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

PowerTip: Verify Default Output Encoding in PowerShell

$
0
0

Summary: Learn how to verify your default output encoding in Windows PowerShell.

Hey, Scripting Guy! Question How can I use Windows PowerShell to verify my default output encoding?

Hey, Scripting Guy! Answer Check the value of the $OutputEncoding automatic variable:

PS C:\> $OutputEncoding


Viewing all articles
Browse latest Browse all 3333

Trending Articles