Skip to main content
Solved

Disabling "Share to Teams" feature on Outlook client

  • August 11, 2025
  • 4 replies
  • 95 views

injuriesgalore
Forum|alt.badge.img+1

Hi everyone,

Apparently there is a loophole to leak data according to our cybersecurity team on the MacOS Outlook client using the “Share to Teams” feature

 

I am trying to disable the function for “Share to Teams” via a configuration profile on JAMF with the following configurations

Application & Custom Settings > Upload

Preference Domain: com.microsoft.Outlook

PLIST:

<plist version="1.0">
<dict>
<key>com.microsoft.Outlook</key>
<dict>
<key>DisableShareToTeams</key>
<true/>
</dict>
</dict>
</plist>

I am wondering if anyone have any insights about this

Thanks in advance!!

Best answer by AJPinto

Its not Jamf that determines if something can be managed or not. The application developer must make the given configuration manageable with the MDM framework and assign a key and values to it. Microsoft for the most part limits MDM compliance to how you log in to the apps (limiting login domains and the such), and shifts most everything else to the admin console to manage.

4 replies

talkingmoose
Forum|alt.badge.img+36
  • Community Manager
  • August 11, 2025

Where are you finding information about this being a manageable setting?

I’ve looked at Microsoft’s reference for Outlook for Mac and don’t see it there.

https://learn.microsoft.com/en-us/microsoft-365-apps/mac/preferences-outlook


AJPinto
Forum|alt.badge.img+26
  • Legendary Contributor
  • August 11, 2025

Most settings like this are managed in the Microsoft Admin Consoles, Have you opened a case with Microsoft asking for directions?


injuriesgalore
Forum|alt.badge.img+1
  • Author
  • New Contributor
  • August 12, 2025

thank you to you both!! I just assumed it was possible on JAMF, but no real concrete evidence that it was possible. I will look on the Microsoft side, thank you!!


AJPinto
Forum|alt.badge.img+26
  • Legendary Contributor
  • Answer
  • August 12, 2025

Its not Jamf that determines if something can be managed or not. The application developer must make the given configuration manageable with the MDM framework and assign a key and values to it. Microsoft for the most part limits MDM compliance to how you log in to the apps (limiting login domains and the such), and shifts most everything else to the admin console to manage.