Posted on 03-20-2020 07:36 AM
Hello, I am about to try and build a package to deploy Teams to our staff with 0 touch by admins for permissions. Does anyone have any advice? I was hoping to find a walkthrough or tips but haven't yet. The application install is easy, but trying to figure out how to allow access to microphone, camera, accessibility, and full disk access is a different story.
Posted on 03-20-2020 08:37 AM
@rhowell You are not going to be able to pre-set access to the microphone or camera. By design that requires the user's explicit approval.
Posted on 03-20-2020 08:38 AM
Apple have purposefully removed the ability to whitelist that, the user has to explicitly allow it.
Posted on 03-20-2020 08:58 AM
Thanks for the response guys.
Posted on 03-20-2020 10:21 AM
@rhowell For your accessibility access question, this might be useful: Enabling Privacy Accessibility setting for MS Teams
Posted on 02-17-2021 02:37 AM
Use this one for the install Via terminal or from JAMF Files and Processes->Exiquate and process
mkdir "/tmp/teams/";
cd "/tmp/teams/";
curl -L -o /tmp/teams/Teams_osx.pkg "https://statics.teams.cdn.office.net/production-osx/1.3.00.4460/Teams_osx.pkg";
sudo installer -pkg /private/tmp/teams/Teams_osx.pkg -target /;
sudo rm -rf "/tmp/teams";
exit 0
01-26-2022 01:43 PM - edited 01-26-2022 01:46 PM
How do you get the CDN addresses for newer versions? Update: I got it, thanks for the useful script. It's in the file info.