Hello, I am using the end point GET /api/v1/devices and need to call this end point several times per 24 hours. My first question is how do you calculate the 24 hours? if I first call the api 8 am then the api rate limit reset next day 8 am? or It will reset the next day after midnight 12:00? My second question is, is it…
,the assignment parremeter gives error code "unaexpected token in expression or statement start /wait MSIEXEC.EXE /i "PATH_TO_MSI_FILE\TeamViewer_Host.msi" /qn CUSTOMCONFIGID=[Removed as per Community Guidelines] timeout /t 30 /nobreak "C:\Program Files (x86)\TeamViewer\TeamViewer.exe" assignment --id [Removed as per…
What is the proper way to deploy TV15Host through Intune using MSI with command-line arguments. I'm trying to use the modern instead of Classic. I'm wanting it to install and be managed by the mail user and the be placed in the correct Device Group so that it can get it's profile configuration applied. Here is what I am…
I want to enable unattended access with custom host module. The device gets registered and added to device list, but when trying to remote control it requires a password. Is there anyway to setup unattended access automatically when installing as msi file?
Hi, I followed the mass deployment guide (https://community.teamviewer.com/English/kb/articles/39639-mass-deployment-on-windows), I don't have an msi as my licence is for the Business product but having installed TV Host I ran: "C:\Program Files (x86)\TeamViewer\TeamViewer.exe" assign --api-token xxxxxxxxxxxxxxxxxxxxxx…
Hey all, I'm working on Debian packaging and stumple accross the issue, that teamviewer and teamviewer-host use the same service name for running, which is teamviewerd. While this might be a very small issue in itself, it makes it difficult to seperate installation tasks from logs. Why do I have an issue with this? When…
Hi everyone, We have recently deployed the TeamViewer host client to our machines via InTune using the article posted here. https://community.teamviewer.com/English/kb/articles/45766-intune-integration-installation-and-user-guide This is the CMD line agruments we are using: /qn CUSTOMCONFIGID=%YOURCUSTOMCONFIGID%…
Hi all Wondering if anyone has experience deploying via SCCM I have tried multiple different methods with the same result but am currently using the .msi with assignment details as part of command as outlined in the how to guide. If I make this available to machines it works fine If I make it required it works fine if I…
Hi there, Can anyone suggest a way to reenroll machines with a new name in Powershell? The script I've been tinkering with doesn't seem to work as names are never updated. $deviceName = (Get-WmiObject -Class Win32_ComputerSystem).Name $compuser = "$deviceName|$env:username" # Write-Host "CompUser: $compuser" Start-Process…
This is more of a PSA to the other admins out there struggling with the insanely difficult deployment based on all of the outdated information in TeamViewers articles. For those of you stumbling upon this, if you're using Powershell, you'll need to adjust a little. Here's my example. 1) In the Custom Module that you define…
It looks like you're new here. Sign in or register to get started.