Summary: Learn how to verify your default output encoding in Windows PowerShell.
How can I use Windows PowerShell to verify my default output encoding?
Check the value of the $OutputEncoding automatic variable:
PS C:\> $OutputEncoding
Summary: Learn how to verify your default output encoding in Windows PowerShell.
How can I use Windows PowerShell to verify my default output encoding?
Check the value of the $OutputEncoding automatic variable:
PS C:\> $OutputEncoding
The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.
0 comments