Hi,
Please check the encoding the console uses to read input with [console]::InputEncoding
. You can set it to UTF8
[console]::InputEncoding = [text.utf8encoding]::UTF8
Best Regards,
Ian Xue
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.