Forum Discussion
C Edwards
May 21, 2018Brass Contributor
How to block the Outlook desktop application using Windows Information Protection WIP
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...
VasilMichev
May 21, 2018MVP
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.