How does the Base64 password connection work? I try to use
start-process -filepath 'C:\Program Files (x86)\TeamViewer\TeamViewer.exe' -argumentlist "-i <TeamviewerID> --PasswordB64 <PasswordInBase64Encoding>"
and I get an incorrect password notification.
If I try to use "--Password <Password>" it does connect successfully.
I just used an online converter to get the Base64 encoding. (For example, 'Password' becomes 'UGFzc3dvcmQ=')