Mass deployment Mac big sur

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

Answers

  • Justin
    Justin Posts: 802 [Former Staff]

    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

    German Community Moderator

  • RafalSz
    RafalSz Posts: 4 ✭✭

    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?

  • busyguy
    busyguy Posts: 1

    Hello @Justin,

    I think the macOS installation/deployment pages need to be updated.

    1. The page you linked requires downloading an installer by "Download the file in the TeamViewer Management Console under "Design & Deploy" by clicking "Download installer" and choosing "PKG (Host & Full Client for macOS)"." There is no such link or option.
    2. The deploy by script page (https://community.teamviewer.com/English/kb/articles/1513-script-based-host-deployment-on-macos) includes obtaining files using curl. Copied from the page:
    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!

  • TA_IT
    TA_IT Posts: 2 ✭✭

    @Justin Please respond here