SyntaxFix
Write A Post
Hire A Developer
Questions
Set the [Console]::OuputEncoding as encoding whatever you want, and print out with [Console]::WriteLine.
[Console]::OuputEncoding
[Console]::WriteLine
If powershell ouput method has a problem, then don't use it. It feels bit bad, but works like a charm :)