Hi, Since we are including the Teamviewer agent in our OS-deployment we get duplicate alias when a computer is reinstalled. I just wrote this script that removes duplicate objects with the same alias and only keeps the most recent object. I am not the best at writing scripts so please test it and get back here if you think…
Hey, I've a json with names of people in it and i'm trying to rename their computer to add their name on it. My request looks like that : $ReqURI = 'https://webapi.teamviewer.com/api/v1/managed/devices/' + $($Resource.id) $Jsonbody = @{ 'name' = $name } | ConvertTo-Json Invoke-RestMethod -Uri $ReqURI -Body $Jsonbody…
Hello, I am trying to get the "notes" field contain in the /api/v1/reports/connections in a php (8.2.6 on windows using powershell) script. The issue is there is a quotation mark (") at the very end and it isn't a json array (I verified it on this link https://jsonlint.com/) because of it. Here is a piece of the result:…
Good day! I haven't found an answer to this yet, but TeamViewer is part of a scripted install that includes registration. The account that does the registration had two factor authentication enabled, and that broke the registration process. The computers are being added to the account, but are not getting added to a…
Hi, I'm new in TeamViewer integrations and I'm currently focused on OAuth and having trouble to find Client Id and Client Secret. Can someone give me some tips where to look for them? Should I have premium license in order to fetch those two or I can do it as a free user? Thanks in advance.
Hi all, I've been trying to get event logs from the API, however, the api always returns internal error. I'd like to understand what is going on. Response from the API { "error": "internal_error", "error_code": 3, "error_signature": "mWcf4RzKzxb-3-4B-3A-B7e" } This is my request curl --location --request POST…
Hi, We are getting an error every time we assign the TeamViewer Application in Okta to user account; others apps published in our Org are assigning fine. I've raised this with Okta and i was told that the issue is with ServiceProvider. Here's the Edit User Assignment details of user
I have challenge myself to connect TeamViewer with Power BI, but as not development person I'm really struggling with this. I have created an App and script on Teamviewer application. I even could connect teamviewer on Make.com (and PowerBI, this one was really easy) but I couldn't get any report from teamviewer I had read…
Hello, I'm looking for a registry item or file somewhere on a Windows TeamViewer Host client that can show me the TV account the computer is managed by. This is to catch any rogue installations that weren't done properly and didn't use our CustomConfigID & ApiToken for example... Does anyone know where I can find this?
Hi I created a customozied installation of teamviwer host for my company and i assigned the token. I created a script file using the string APITOKEN=xxxxxxxxxx Now, i connect to my host without password request because the authentication is done by the recognized token. Is this authentication method secure to prevent…
It looks like you're new here. Sign in or register to get started.