Exports the TeamViewer connection list into a csv file (compatible with RemoteDesktopManager)
It exports two files into the program directory - so make sure your user has write permissions on it:
- original.csv - 1:1 the information which are received from teamviewer api
- rdm.csv - RemoteDesktopManager compatible csv format for importing them into any folder (https://remotedesktopmanager.com/)
Please keep in mind that it is not possible to export saved connection passwords as the API is not providing them!
Open the program .config file and add your Authorization token from your teamviewer account.
Token from your teamviewer account which should be used. No username / password credentials are needed here. You can create one by:
- login at https://login.teamviewer.com
- on the top right click on your profil and edit it (https://login.teamviewer.com/nav/profile)
- create a new Script APP
- Insert the returned token into the TeamviewerExporter.exe.config file.
Permission for teamviewer app:
- group management -> view groups
- computers and contacts -> view only (There is and will never be a need to edit or delete entries!)
Entry url for the teamviewer api.
Address part in combination with BaseUrl which needs to be used to fetch all devices from the contact list.
Same as DevicesUrlPart but for the contact list groups.
Only needed for rdm.csv - if set it adds this password to the import csv. If not set there will be no password on importing the csv.