Hi All, I've been running into this strange issue with a handful of devices on our Teamviewer. We have a couple of device groups that we use in order to separate access permissions between agents. 3 or so devices seem to keep reverting back to the original group that we define in the custom module that we deploy via SCCM.…
Hi, I am having big problems trying to install the TV host and having it assign to our account with easy access configured. Using Windows 11 Pro I have tried the new 'add a device via link' method. I have tried using the scripts on the following KB page : These both install the host and add it to the account, but i still…
Good morning, I am deploying teamviewer host package with an installation script. On the last deployment i have most of them registered correctly in my device group but some of them failed. It seems that the host is installed but not correctly connected to the teamviewer console because i cannot see them in the device…
Hi everyone, I'm trying to automate the full deployment of TeamViewer Host on newly imaged laptops via Microsoft Deployment Toolkit (MDT), and I'm running into problems with the automatic assignment and Easy Access not being applied properly. Here’s what I want: when a laptop is imaged, TeamViewer should be silently…
We want to open QS within our windows app VB.NET code: Dim path As String = System.IO.Directory.GetCurrentDirectory() & "\Support\TeamViewerQS.exe" Process.Start(path) Get TeamViewer QS generated ID and password in order to send them via email from our application. Is that possible?
We are currently updating TeamViewer hosts within Intune. After an update, the host is updated, but the device alias resets to its default value. We want to change the alias so we can see where each PC is located. Does anyone have a solution to prevent the alias from resetting every time there is an update?
I am trying to configure and control the update window / option that shows in our custom module (Host installer) so that users do not see it and don't try to update, we have already configured the software with policies to auto download and install updates based on our preference but that does not seem to change the UI.…
Hello, I'm trying to deploy a custom TeamViewer Host which I did from "TeamViewer Management Console" -> Configure and Deploy I'd like to know if there's a way to avoid the command prompt that asks to authorize and finish so I can finish and validate the installation and have the computer go back into my group without…
var cmdText = $"cd /d "{TvInstallDirectory}""; cmdText += Environment.NewLine; cmdText += $"TeamViewer.exe assign --api-token {tvApiToken} --reassign"; cmdText += Environment.NewLine; cmdText += "exit /b %errorlevel%"; // ensure the process returns the TeamViewer command exit code batFilePath =…
I'm writing a powershell install wrapper for TeamViewer 12 to push over SCCM. Host is installing fine and pulling the correct configuration/policy. However, the assignment tool is failing. The documentation--sparse as it is--is very vague with exit codes. Essentially it says 1 means 'an error occurred'. Thanks for that,…
It looks like you're new here. Sign in or register to get started.