Some of my favorite iOS and macOS App Configurations in JAMF
About App Configs and Managed Preferences
As I work on building out my JAMF Github Repo I am constantly looking at sharing some of the configurations that have worked for me and saved me time and effort. Many of these came from the JAMF Library, but some I wrote specifically due to tools and workflows that I had to tackle in my very own ecosystem.
The following iOS App Configs were helpful in automating the configuration of key iOS apps. Some of these were a direct result of the AppConfig Generator, if you are unfamiliar with this amazing tool I highly recommend checking it out as it offers a lot of good templates for specific app configurations.
It also allow you to upload App Configurations from specific developers websites. A good example of this here is ZOOM for iOS which has a great support article on the topic that shows you sample configuration key pair values and XML examples to try right in JAMF.
Outlook iOS
Microsoft Outlook is one of those apps that has a great support article outlining how to take advantage of an app config. Using the configuration below I was able to preconfigure the iOS app to ensure that users had to put in the minimal amount of information before using it.
Notice I am using Microsoft Authenticator which is why I called out “ModernAuth” specifically.
Teams iOS
This one took some research. Yes you can use the AppConfig Generator but I specifically only wanted to allow limit logins. Thanks so much fot palmna a contributer on JAMF Nation that posted here.
ZOOM iOS
I already mentioned that ZOOM for iOS has a great support page. I only wanted to force SSO this AppConfig works great for that but there are so many other options you can set depending on your requirements.
Box iOS
I Used the AppConfig Generator to generate this AppConfig. Using the ID: com.box.mdmios/current I was able to generate this appconfig that works great. You must get your Public ID from your CSM.
ZOOM macOS
Now were shifting into the world of maOS managed preferences. ZOOM has a great article Mass-deploying with preconfigured settings for macOS. Unlike AppConfigs that you deploy via the App configuration itself, for macOS preferences you will upload these PLIST files directly as a configuration profile on computers with the app that you wish to configure.
In this case we are saying, no facebook, or google is allowed to login to ZOOM. the article shows the full list of key value pairs that you can use in your configuration.
OneDrive macOS
Just like with ZOOM, Microsoft has a great article Deploy and configure the OneDrive sync app for Mac which outlines the configurations that you can use with OneDrive.
Here I am disabling the PersonalSync, Tutorial, and ensuring that we hide the dock icon and launch at login. Launch at login is something that lots of admins struggle with, with OneDrive specifically so I hope this helps some of you out there!
Conclusion
I hope you enjoyed these snippets and that they help you in your environment. These have worked well for me and I hope we can contribute and enhance the capabilities of the AppConfig Generator as well as start the conversation around pre-configuring software for macOS and iOS.
If you found this post useful, Follow me and comment with questions, or feedback. As always here are the sources I referenced throughout this blog post.
Sources
- JAMF Github Repo
- AppConfig Generator
- ZOOM for iOS AppConfig
- Outlook for iOS AppConfig
- Teams for iOS Discussion re: AppConfig
- Mass-deploying with preconfigured settings for macOS
- Deploy and configure the OneDrive sync app for Mac