Herryh1
7 months agoVisitor
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