PowerTip: Verify Default Output Encoding in PowerShell

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon