May 21 2018
09:32 AM
- last edited on
Jan 14 2022
03:45 PM
by
TechCommunityAP
May 21 2018
09:32 AM
- last edited on
Jan 14 2022
03:45 PM
by
TechCommunityAP
Hi All,
We need to block a group of users from using the Outlook desktop application. We want them to only access company emails using the Internet browser version of Outlook.
I have tried to achieve this by using an Azure Conditional Access policy (with Office 365 Exchange Online). The problem is using Azure Conditional will also effect MS Teams and Skype for Business as explained on https://docs.microsoft.com/en-us/azure/active-directory/active-directory-conditional-faqs
My question is, is there another way we can block the Outlook desktop application using another Intune feature like Windows Information Protection (WIP)?
Thanks
Colin
May 21 2018 10:09 AM
If you want to block them from accessing Outlook on *any* location, use the Set-CasMailbox cmdlet:
Get-CASMailbox user@domain.com -MAPIEnabled $false
If you want to block it from outside of the corporate network only, Conditional Access or AD FS claims rules are your only options.