Hello,
I am trying to make a mass deployment from GPO for TeamViewer Host but i want a static password for all. Is any guide or possibility?
Hello @egjo,
Great to see you posting for the first time!
You can deploy a static password for unattended access on your Hosts by following this procedure:
msiexec.exe /i "%~dp0\TeamViewer_Host.msi" /qn SETTINGSFILE="%~dp0\settings.tvopt" CUSTOMCONFIGID=xxxxxx APITOKEN=xxxxxx ASSIGNMENTOPTIONS="--reassign --alias %ComputerName% --grant-easy-access"
Let me know if this worked out for you!
/JeanK
Hi Jean,
can I use this for mass deployment?
Because here we have some pc old versions of the TV and is any possible to make first uninstall them and install the TV with that configuration?
Regards,
Elis
Hi @egjo,
Yes, absolutely!
You can use this for mass deployment.
You must ensure that the .tvopt file is located in the same folder as the .msi package.