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