Figured out HALF of the problem.
For the OLD version of Outlook on Mac, the command is:
defaults write com.microsoft.Outlook OLCalendarEveryMeetingOnline -bool true
For the NEW version of Outlook, it isn't as simple. If you go into Outlook > Settings > Calendar : There's a section called 'Calendar Options'

Within here, you can click 'Configure' next to 'Add online meeting to all events'

I'd like to create a script/config profile that ensures the 'Microsoft Teams' option is selected by default. Meaning, if some users have it set to Zoom, I'd like to make sure it goes back to 'Microsoft Teams'.
It doesn't look like setting this preference via MDM is supported:
https://goo.gl/UC04oZ
It doesn't look like setting this preference via MDM is supported:
https://goo.gl/UC04oZ
Sorry, I think I misread your post and assumed you were attempting to set the preference via MDM.
Have you tried changing the preference in the client and watching the .plist for changes?
Sorry, I think I misread your post and assumed you were attempting to set the preference via MDM.
Have you tried changing the preference in the client and watching the .plist for changes?
Hello. I tried to do that, but wasn't exactly sure how to spot which changes have been made. For example, when I make the change, I see the .plist file was updated in Finder. But how do I see exactly which changes were made within the .plist itself?
Hello. I tried to do that, but wasn't exactly sure how to spot which changes have been made. For example, when I make the change, I see the .plist file was updated in Finder. But how do I see exactly which changes were made within the .plist itself?
Copy it to your desktop before making the change and review both files after to compare?