cancel
Showing results for 
Search instead for 
Did you mean: 
Herryh1
Visitor

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 3
Herryh
New Member

Deploy unattend pkg to mac using intune

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
GlennD
GoTo Manager

Re: Deploy unattend pkg to mac using intune

Hi @Herryh, welcome to the community.

 

As you are deploying Unattended installs you would enter: GoToResolve_Unattended  

 

Glenn is a member of the GoTo Community Care Team.

Was your question answered? Please mark it as an Accepted Solution.
Was a post helpful or informative? Give it a Kudo!.
Do you want a new feature added? Make sure you Kudo (vote) for the Idea

Free user and admin training
GlennD
GoTo Manager

Re: Deploy unattend pkg to mac using intune

@Herryh1 From the private message you sent me I see that you are using GoToAssist Remote Support v5 and not GoTo Resolve, so I have moved the post here. This is the support article you should be referencing: Setting Up Unattended Support on Multiple Computers 

 

Glenn is a member of the GoTo Community Care Team.

Was your question answered? Please mark it as an Accepted Solution.
Was a post helpful or informative? Give it a Kudo!.
Do you want a new feature added? Make sure you Kudo (vote) for the Idea

Free user and admin training