Mass deployment TV13.2 with PermanentPassword registry key
Hi
First of all, sorry for my English.
I've tryed to deploy TV13.2 on domain computers using this guide:
https://community.teamviewer.com/t5/Knowledge-Base/Mass-deployment-improvements/ta-p/39639
It was my first step " Install TeamViewer on a single computer and configure it to your needs. In the Options dialog (Extras | Options) in the category, "Advanced" use the Button "Export…" in order to export the *.reg file and name it "TeamViewer_Settings.reg"
But I saw that settings file didn't contain "PermanentPassword" key.
It's OK - I thoght - I'll just run regedit, copy this key and paste into the TeamViewer_Settings.reg.
After that I prepared .MST file with CUSTOMCONFIGID, APITOKEN,ASSIGNMENTOPTIONS and IMPORTREGFILE fields. Put .MST, .MSI and TeamViewer_Settings.reg in shared folder. I created new rule in GPO and assigned it to test workstation.
It worked well. In GUI Option-Security-Create personal password (for unattended access) I saw filled fields "Password" and "Confirm" as ••••••••••
So, I thoght that everything is good. But I was unpleasantly surprised cose I couldn't to connect to this workstation with incorrect password error.
After some tests I figured out that every PC enctrypt the same password into the different value "PermanentPassword" registry key.
Now I don't understand what I have to do with it. How can I deploy the Permanent Password on different computers?
Best Answer
-
Hello @ErnestAydinov
Thank you for your message.
Please following these instructions to export and integrate a permanent password into your deployment:
- Export as a .reg file the permenent password from one of your devices. To do so, please follow the instructions of the following article: How to export settings for Host deployment
- Place the .reg file in the same folder where your MSI package is
- Use the setting IMPORTREGFILE=1 in your deployment command line to apply the exported password on your devices.
The command line could look like this:msiexec.exe /i "<Path>\TeamViewer_Host.msi" /qn CUSTOMCONFIGID=YOURCONFIGID APITOKEN=YOURAPITOKEN IMPORTREGFILE=1 ASSIGNMENTOPTIONS="--alias %COMPUTERNAME% --grant-easy-access"
timeout /t 5
net stop teamviewer
net start teamviewer
I hope this could help. If not, do not hesitate to ask your questions here.
Cheers,
Jean
Community Manager
5
Answers
-
Hello @ErnestAydinov
Thank you for your message.
Please following these instructions to export and integrate a permanent password into your deployment:
- Export as a .reg file the permenent password from one of your devices. To do so, please follow the instructions of the following article: How to export settings for Host deployment
- Place the .reg file in the same folder where your MSI package is
- Use the setting IMPORTREGFILE=1 in your deployment command line to apply the exported password on your devices.
The command line could look like this:msiexec.exe /i "<Path>\TeamViewer_Host.msi" /qn CUSTOMCONFIGID=YOURCONFIGID APITOKEN=YOURAPITOKEN IMPORTREGFILE=1 ASSIGNMENTOPTIONS="--alias %COMPUTERNAME% --grant-easy-access"
timeout /t 5
net stop teamviewer
net start teamviewer
I hope this could help. If not, do not hesitate to ask your questions here.
Cheers,
Jean
Community Manager
5 -
Thank you. It was helpful advice. But I have some notice, which I hope will be useful for somebody else. I've used TV 13.2 with Russian user interface. So, this screenshot from your link
looks like this in my version
Literally translated from Russian, this means "Show new windows".
Exactly this point made me mess
0 -
Hello @ErnestAydinov
Thank you very much for bringing this up.
We have forwarded this to our dedicated team.
I am glad this could help you for your deployment.
I hope to see you soon on the Community.
Cheers,
Jean
Community Manager
0