Hello,
Is there a script we can run to mass deploy Teamviewer on MacOs Big Sur ?
I tried the old method but devices are assigned to our instance.
Thanks for your assistance.
Hasan
Hello @hasansert4,
you might want to check out our article regarding "Mass deployment on macOS". I'll have the link right here for you:
Let me know if that sorts everything out for you.
Best,
Justin
Hi @Justin , is there a way on MacOS to export settings from deployed Host to apply to a new Host instance? Similar to .tvopt file on Windows?
Hello @Justin,
I think the macOS installation/deployment pages need to be updated.
curl -O https://{link-to-your-custom-host-module}.pkg curl -O https://{link-to-the-assignment-tool}/TeamViewer_Assignment
To modify to a use case, the first line would be:
curl -OL https://get.teamviewer.com/xxxxxxx.pkg
I include the -L because the url hits a redirect. Then the "PKG" file saved is just a 404 error.
The second line actually downloads something, but it isn't a component:
curl -OL https://get.teamviewer.com/xxxxxxx/TeamViewer_Assignment
It downloads a page which includes a bunch of css and java and tries to establish a link to a meeting.
Your web servers are (correctly) set with a noindex header, so I can't look for the correct urls myself, so the instructions need an update.
Thanks!
@Justin Please respond here