The most recent content from our members.
Searching the forums I found this, albeit it is old, and it is sadly returning no errors but also not working as i still have devices 4 months old showing. Not sure what the issue is. They are shared but I am the main owner of the share. $token = "SCRIPTAPITOKENHERE" $bearer = "Bearer",$token $header = New-Object…
Hey everyone. is it possible to set up a personal password with Powershell in Teamviewer? We want to install all the Windows-PCs with a Powershell Script so everything is set up the same way. Only the personal Password needs to be different depending on the PC-Serielnumber. Is there a solution with Powershell or a way to…
Hi TeamViewer Community, We've recently enrolled TeamViewer and integrated our clients as managed devices in TeamViewer Tensor. We would like to use a PowerShell script to monitor the usage of the managed devices' licenses. While it's fairly easy to get the total number of managed devices, we're struggling a bit to get the…
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…
Making a powershell script that installs, sets up easy access, and then automatically begins to install MWB. I have it working right now except I'm not sure yet where I can automatically fetch the ID of the local installation. Where do I find this value? I don't care if it's via the API or registry or somewhere else as…
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…
I'm looking to use a PowerShell script, to assign the 'Inherit' from group setting for policies across all our systems. We have 9,500 workstations, spread between 20 groups, so doing it manually takes forever! I'm using the below code, in a PowerShell script (teamviewer.ps1) and I have generated an API token. However, it…
Hi, I'm wondering, how can I enable unattended access on already installed TeamViewer in bulk, I have already powershell script that installs TeamViewer. Now, I just want to edit this setting, is there an option to run a script for only enabling unattended access?
I needed this and couldn't find a solution online so I sat down and figured this out last night. In my use case I'm using this in a schedule to monthly get the newest QuickSupport on my Domain-Controller and from there on I distribute it to all domain computers' public desktop. Note: Make sure to replace "<yourcustomurl>"…
Hey all, I'm trying to use PowerShell to query my TV account to retrieve a list of all of our computers. I'm working on trying to use the last_seen return value as part of an internal cleanup project. In reading through the API and using a few of the pre-existing scripts on the internet, but am receiving the following…
It looks like you're new here. Sign in or register to get started.