Hi, We are trying to use Intune with the TeamViewer connector to use the remote access function for support with the user machines, but whenever we have tested we get a licence error. Can anyone tell me what TeamViewer licences we need to have in order for this function to work please?
We are a hospitality company and our Property Management System wants to provide remote support using TeamViewer. Is there a way to obtain a TeamViewer MSI package for mass-deploying the software to all of our computers via Group Policy? I have only been able to find the .exe files on the site for QuickSupport and Full…
Hi all, I'm attempting to use the API to add users to a user group via: POST /api/v1/usergroups/{groupId}/members. The API is looking for an 'AccountID' as an array [INT] instead of a 'User ID'? What is this 'AccountID'? The API documentation just mentions: "List of account identifiers to add to the user group. Must be…
Hello everyone! Has anyone experienced any issues with deploying TeamViewer using the API token and Group ID? Here is the part of my script that installs the software on the machines: Write-Host "Installing TeamViewer..." Start-Process -FilePath "C:\Users\Tbenois\Desktop\TeamViewer_Host_Setup" -ArgumentList "/S…
Hi Guys I do not have the .MSI button on on the management console.
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.
It looks like you're new here. Sign in or register to get started.