The GoTo Community is currently experiencing some technical issues affecting new posts and comments. We are actively working with our service provider and apologize for the frustration.

Forum Discussion

Herryh1's avatar
Herryh1
Visitor
2 years ago

Re: Deploy unattend pkg to mac using intune

Hi GlennD,

 

yes, but my question is that did it need to enter other like COMPANY_ID or PUBLIC_KEY?

#!/bin/bash echo "export PRODUCT_NAME=GoToResolve_Unattended" >> /etc/profile echo "export COMPANY_ID=???" >> /etc/profile echo "export PUBLIC_KEY=???" >> /etc/profile echo "export GROUP_ID=???" >> /etc/profile echo "export DOMAIN_NAME=???" >> /etc/profile

Thanks,

Herry

 

3 Replies

  • GlennD's avatar
    GlennD
    GoTo Manager
    2 years ago

    Hi Herryh, welcome to the community.

     

    As you are deploying Unattended installs you would enter: GoToResolve_Unattended  

     

  • Hi All,

     

    Trying deploy gotoassist pkg to  mac using intune, follow the page ref page in step 9  where to get PRODUCT_NAME,COMPANY_ID,PUBLIC_KEY,DOMAIN_NAME 

     

    Thanks,
    Herry 

     

    1. Enter the following script into the Pre-install script box:
      #!/bin/bash
      
      echo "export PRODUCT_NAME=xxxxxx" >> /etc/profile
      echo "export COMPANY_ID=xxxxxx" >> /etc/profile
      echo "export PUBLIC_KEY=xxxxxx" >> /etc/profile
      echo "export DOMAIN_NAME=xxxxxx" >> /etc/profile