I use Teamviewer QS to connect to customer maschines for maintenance.
For an application development, I need to read the Teamviewer ID from Powershell/bat file.
I tried to inspect the Registry. Under,
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\TeamViewer
I see only (Default), Service_Installation_Status anf SRPPasswordMaschineIdentifier
Since this is a QS Application, there is no installationf older and I get instances created inside AppData everytime when a teamviewer application is started.
When i inspected the log inside this Appdata., I can see the teamviewerID.
Apart from the log file, there is a TVNetwork file created and the data is about TCP connection and no useful information about the Teamviewer id is available.
Reading log file from script is not a viable option.
Is there any other way I can capture the teamviewer id from powershell/bat file ?