basinternet.blogg.se

Teamviewer 15 for mac
Teamviewer 15 for mac












To close the loop on this, I spent a fair amount of time on the phone with TeamViewer support and came up with the script below. In this case, the existing assignment was removed, but i found no way to assign them to the new account without removing the existing client first and installing the new custom client. This has worked for the most clients, but unfortunately not for those clients with a different custom host installed and assigned to a different account.

teamviewer 15 for mac

$ -api-token "$tv_apiToken" -alias "$tv_hostname" -group "$tv_group"Įcho "$(date): Waiting for TeamViewer to start" Tv_hostname="$(hostname -s) | $(id -P $(stat -f%Su /dev/console) | cut -d : -f 8)" Tv_assignmentHelper="/Applications/TeamViewerHost.app/Contents/Helpers/TeamViewer_Assignment" usr/sbin/installer -pkg "$downloadFilePath" -appl圜hoiceChangesXML "choices.xml" -target /Įcho "$(date): Run Teamviewer assignment" usr/bin/curl -location -silent -o "$downloadFilePath" "$downloadUrl"Įcho "$(date): Installing Teamviewer Host Application"Įcho "$(date). # change directory to temporary working directoryĮcho "Changing directory to working directory "$tempDirectory""Įcho "$(date): Downloading Teamviewer Host Application" TempDirectory=$( /usr/bin/mktemp -d "/private/tmp/$workDirectory.XXXXXX" )ĭownloadFilePath="TeamviewerHost-idc$tv_customID.pkg"

teamviewer 15 for mac

# Parameter $5 = Teamviewer assignment API tokenĮcho "$(date): No teamviewer configuration id provided."Įcho "$(date): No teamviewer api token provided."Įcho "$(date): Creating working directory" # Parameter $4 = Teamviewer configuration ID # Provide configuration details via jamf parameter:#

teamviewer 15 for mac

# Runs the TeamViewer Assignment Tool after the installation # Downloads and installs latest TeamViewer Host with custom configuration

teamviewer 15 for mac

Is there a more reliable way to assign the device in TeamViewer? Sometimes it works, sometimes it does not. I have added a 'sleep' and increased the '-wait' parameter, both without success. The download and installation part works great, but the assignment isnt working reliable. I have a problem with my TeamViewer Installation script.














Teamviewer 15 for mac