How does someone set the default mailto handler to Outlook on a mac when Mail.app is disabled by MDM policy?
https://support.microsoft.com/en-us/office/set-an-account-as-the-default-in-outlook-for-mac-1a085d36-db97-4230-9a40-c332364426e0 assumes someone can open Mail.app.
Is the default mail app stored in a plist somewhere accessible by 'defaults write'?
#askfedi #mac
Set an account as the default in Outlook for Mac - Microsoft Support
Make Outlook for Mac to be my default email account.
plutil -p ~/Library/Preferences/com.apple.LaunchServices/com.apple.launchservices.secure.plist | grep -B 1 -A 5 -F com.apple.default-app.mail-client
37 => {
"LSHandlerContentType" => "com.apple.default-app.mail-client"
"LSHandlerPreferredVersions" => {
"LSHandlerRoleAll" => "-"
}
"LSHandlerRoleAll" => "com.apple.garageband10"
}