Forum Discussion
New Outlook opens security hole
While we wait for Microsoft to provide a way to block 3rd party email from being added by end users, we were able to completely disable New Outlook following the steps in this article:
https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/outlook-on-the-web/enable-disable-employee-access-new-outlook
We also deployed a registry change to end users with PowerShell to remove the button from Outlook. Run in user context because the key is HKCU
Set-ItemProperty -Path 'HKCU:\SOFTWARE\Microsoft\office\16.0\Outlook\Options\General' -Name "HideNewOutlookToggle" -Value 1
- PrincedsMay 22, 2024Copper Contributor
Hello,
We got the new outlook recently in the client machines, We applied the OWA policy to block the personal email accounts in new outlook . The OWA policy is worked for hotmail and outlook.com, but not for gmail account. Also found another strange behavior that the policy is working as expected, when adding the gmail as a secondary account (My work account is a default one in new outlook),
However I can able to setup the gmail as a default account (Primary), seems to be the policy is not working in this scenario .
Is there any fix for this?