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…
Hello, We started to use the "device assignment" functions to add new computer devices automatically to the company's Contact List. The first 8 computers aren't in the list after installing TeamViewer. With a test machine, I experience the same: The entry in the Contact List isn't available. We can connect to the…
I am a new Teamviewer administrator. I have been able to create and execute simple scripts for Windows devices - and I can create scripts for Apple Macs - but I cannot find where to EXECUTE scripts for Macs. I fear someone is going to tell me that due to Apple MacOS changes in the past couple of versions means that we can…
Hi, I am looking for some tips that will enable me to connect using N-central as a connection source. Currently i am not able to make it work, it recognizes that Teamviewer is installed on computer I am trying to connect but when jnlp file starts it asks me for teamviewer client launcher, on selecting instalation dir of…
Hi there, We have our own TeamViewer running for our customers. We want to install the TeamViewer.exe silent for a user. We push the application from our RMM client. I have tried installing it through .bat scripts with the following examples: "Teamviewer.exe /S /ACCEPTEULA=1" "Teamviewer.exe /S " "Teamviewer.exe /silent…
I'm trying to set up an API to assign users to User Groups via Powershell. I created a user Script Token under our Company Administrator account with the User Groups View/Edit roles. When I run it against the GET /api/v1/usergroups endpoint, it returns A license is required to perform this action. I can manually add users…
Hello World, I'm developping a little web app to have acces of all my customers's Teamviewer host, and I need to have the link to open TV with the password in it. I allready have this one : teamviewer10://control?device=123456789 But I can't find the parameter for the password. Any one has an idea ? Thank you!
I am buying a Remote support license (3 devices). Where can I find instructions on what has to be done on the remote device (macOS) to setup TeamViewer for Remote access?
Wondering how to deploy teamviewer to all endpoints with easy access already enabled. Looking to push an .msi install using Intune, then be able to see devices in the Teamviewer Mgmt Console and click a single button to connect to them with no user intervention or manual action. Is this possible? If so, how?
It looks like you're new here. Sign in or register to get started.