Hi All,
Can anyone please guide me in restricting unauthorized apps available with various smartphones accessing the Corporate Emails using Exchange Web Services?
The specific Exchange Web Service traffic is not passing through TMG. Hence the restriction cannot be applied on TMG.
We are looking for using EWSBlockList and it works perfectly with a single app (user agent). No luck with multiple apps or user agents. Checked the forum as well as support knowledge base and could not find anything specific powershell command to block multiple apps using EWS blocklist.
Set-CASMailbox -identity "Test App1" -EWSApplicationAccessPolicy:EnforceBlockList -EWSBlockList:"*CloudMagic*","*Aqua*" -EWSAllowOutlook:$True -EWSAllowMacOutlook:$true -EWSAllowEntourage:$true -EWSEnabled:$true
The above command blocks the app - "CloudMagic". However the other app - "AquaMail" works perfectly.
Appreciate your thoughts and guidance.
Can anyone please guide me in restricting unauthorized apps available with various smartphones accessing the Corporate Emails using Exchange Web Services?
The specific Exchange Web Service traffic is not passing through TMG. Hence the restriction cannot be applied on TMG.
We are looking for using EWSBlockList and it works perfectly with a single app (user agent). No luck with multiple apps or user agents. Checked the forum as well as support knowledge base and could not find anything specific powershell command to block multiple apps using EWS blocklist.
Set-CASMailbox -identity "Test App1" -EWSApplicationAccessPolicy:EnforceBlockList -EWSBlockList:"*CloudMagic*","*Aqua*" -EWSAllowOutlook:$True -EWSAllowMacOutlook:$true -EWSAllowEntourage:$true -EWSEnabled:$true
The above command blocks the app - "CloudMagic". However the other app - "AquaMail" works perfectly.
Appreciate your thoughts and guidance.