Jun 09 2024 05:04 PM
Hello Everyone,
I am looking for assistance in disabling the "Share to Outlook" option across our tenant, either through the Teams admin center or via PowerShell. Despite my efforts to search for a solution, I haven't been able to find the correct approach.
If anyone could provide guidance or share a method to accomplish this, it would be greatly appreciated.
Thank you in advance for your help!
Jun 11 2024 03:27 AM
Hi @Avishek_Nand,
To disable the this option across your tenant in Microsoft Teams, you can use PowerShell. Here’s a brief outline of the steps:
Connect-MicrosoftTeams
Set-TeamsAppSetupPolicy -Identity Global -ShareToOutlookEnabled $false
Jun 11 2024 08:12 PM
Thanks for the reply. I have tried out the approach. I do not see any settings called ShareToOutlookEnabled under the TeamsAppSetupPolicy. Please see the attached