TW15 Host - Change Unattended Password
Hi Folks,
we have deployed TW15 Host via MSI/GPO (without easy access) and assigned each station to our account (with groups and policies).
Now we want to change the personal password for unattended access, what is the best way to do that?
Thanks
Danny
Tagged:
0
Comments
Hello @fondazione_cari,
Thank you for your message - good to see you publish your first post! ?
The best way to do change the unattended password on your deployed devices would be to:
I hope this could help. ?
If not, do not hesitate to ask your questions here. ?
Best,
Jean
Thanks @JeanK for your response,
I have a GPO that issue the following command:
msiexec.exe /i "Path\To\TeamViewer_Host.msi" /qn CUSTOMCONFIGID=xxxxxxx APITOKEN=0000000-k9lhF9qo6MZIijO9P12D
Does I need to redeploy the full package, forcing the reinstallation of the product, i.e.:
msiexec.exe /i "Path\To\TeamViewer_Host.msi" /qn CUSTOMCONFIGID=xxxxxxx APITOKEN=0000000-k9lhF9qo6MZIijO9P12D SETTINGSFILE="C:/my_settingsfile.tvopt"
or just issue a command to import the custom options, i.e.:
msiexec.exe /i "Path\To\TeamViewer_Host.msi" /qn SETTINGSFILE="C:/my_settingsfile.tvopt"
Thanks in advance,
Danny
Following - also looking for command line to import changed TVOPT file.