The most recent content from our members.
When we migrate devices in TeamViewer Manager Console, the last step is to "remove duplicates". When we do this "some" (from 30 PCs so far, 3 have had this problem) of the devices are no longer displayed by name, it just shows the ID number. When I go into the properties of the device, the name is still there, it just…
Hi guys! I've deployed the Teamviewer 15 host in Intune with the following script: start /wait MSIEXEC.EXE /i "TeamViewer_Host.msi" /qn ADDLOCAL=ALL REMOVE=f.DesktopShortcut CUSTOMCONFIGID=YOUR_CUSTOM_CONFIG_ID timeout /t 30 /nobreak "C:\Program Files\TeamViewer\TeamViewer.exe" assignment --id YOUR_ASSIGNMENT_ID…
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…
I can manually update the alias to a longer one manually or through the API, so it doesn't look like there's a character limit in the database for the alias. It's simply that the clients are using the NETBIOS name (which is limited/truncated to 15 characters) to generate the "alias" of the computer upon installation,…
It looks like you're new here. Sign in or register to get started.