The most recent content from our members.
I wrote 3 scripts to execute them on managed MacBook. No one script cannot be executed. I gave all permissions for TeamViewer (include script execution) There are my scripts: #!/bin/zsh open -a Finder #!/bin/sh open -a Finder #!/bin/dash open -a Finder
Hi, I am trying to deploy TeamViewerHost for macOS via Intune. I use this bash script: #!/bin/bash cd /tmp #Download and Install custom host echo "Downloading and Installing custom host" cd /tmp curl -L https://download.teamviewer.com/download/version_15x/CustomDesign/Install%20TeamViewerHost-idc123456.pkg -o…
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…
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…
Just trying to get a deployment script / one-liner to work on a client. When I run it, I get the msiexec help file popup. Here's the line - hope someone can point out my error because I can't figure out which isn't working with the ASSIGNMENTOPTIONS tag (removing that part results in the install completing). msiexec.exe /i…
Hi Support, I need to automate our installation of team viewer on Ubuntu. I understand this is simple on Windows and MacOS, but there doesn't seem to be a way to achive this on Linux that I can find. I am hoping there is a script or some other way I can simplify our deployment. We have a cloned image. Currently we need to…
I need to download an MSI file created by our developers, shutdown services, Run MSI file, restart service, and delete MSI file. Will teamviewer run a script to do this on my list of remote computers?
Hey. I am pretty newbie in this field, but i really want to learn and give it a try. I am trying to make a script that automaticly download the latest version from TeamViewer from Management Console. I understand i have to use Teamviewers WebApi and create a token, but what now? I thought it was really easy, maybe it was a…
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?
Hi All, Having some issues with getting the assignment to work when installing the host msi. The script im using is below: msiexec /i "TeamViewer_Host.msi" /qn CUSTOMCONFIGID=ID APITOKEN=TOKEN ASSIGNMENTOPTIONS="--reassign --alias '%COMPUTERNAME%' --group 'Group' --grant-easy-access" This installs the host and applies my…
It looks like you're new here. Sign in or register to get started.