Comment activer UTF16 dans PowerShell

$OutputEncoding = New-Object -typename System.Text.UTF8Encoding
or 
>chcp 65001
Evil Eagle