I'm trying to troubleshoot this issue in a powershell script, I copy the script from another colleague, found the double quotation marks are garbled code. But this script display normal on other computers.
catch {
Throw �Failed to uninstall $package�
}
Does anybody know why? Is it regarding character set? How to fix it?
Thanks in advance.