Posted on 08-26-2023 02:41 PM
Hi All. I'm trying to change this value from NO to YES.
This is located here: /Users/username/Library/Containers/com.microsoft.Outlook/Data/Library/Preferences/com.microsoft.Outlook.plist
It essentially ensures that MS Teams is auto-defaulted to the preferred Meeting type when creating a new Calendar invite. I'm not sure what command/script I need to use for this.
Posted on 08-26-2023 03:58 PM
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'.
Posted on 08-28-2023 06:30 AM
It doesn't look like setting this preference via MDM is supported:
Posted on 08-28-2023 11:30 AM
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?
Posted on 08-28-2023 02:56 PM
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?
Posted on 08-29-2023 08:26 AM
Copy it to your desktop before making the change and review both files after to compare?