I'm facing the following issue when using a `\` in the password, after rendering the QR code and scanning the `\` is gone in the password. Code used. ``` $password = 'eKg842~\=cjf677' New-QRCodeWifiAccess -SSID 'MyWiFi' -Password $password -Width 10 -Show ```
I'm facing the following issue when using a
\in the password, after rendering the QR code and scanning the\is gone in the password.Code used.