Is it possible to check the Team Viewer HOST version without connecting to a computer

Is it possible to check the Team Viewer HOST version (connected to the account) - without connecting to a computer?
e.g. checking the version via WWW: https://login.teamviewer.com (Managment Console)?

--
Lukasz Matuszewski
[personal information removed by moderator]

Comments

  • Hi @Lukasz007 

    I dont see this being possible in the Management Console.
    However, the way I get information from users is by running Powershell using this cmd

    invoke-command -ComputerName TYPECOMPUTERNAME -ScriptBlock {Get-ItemProperty HKLM:\SOFTWARE\WOW6432Node\TeamViewer}

    Regards, Mark