- Pre-requisites:
- You should enable Server Side Synchronization for user whose Outlook Add-in is required to be enabled.
- Enable Outlook Add-in and assign Dynamics 365 for Outlook Add-in security role to user.
- Follow below steps only if above 2 settings do not work.
- Steps to be followed:
- Open PowerShell command prompt as an Administrator.
- Execute below commands.
Set-ExecutionPolicy RemoteSigned
Install-Module -Name ExchangeOnlineManagement - After executing above command, execute below command. It will ask you to login as an administrator in the tenant of user. Please note: Replace Alias with email id of user for whom you are trying to add the add-in.
Connect-ExchangeOnline
Set-CASMailbox <Alias> -EWSEnabled $True - Once above command is executed successfully, try installing the add-in after an hour.
- Open PowerShell command prompt as an Administrator.
Views:
Keywords: Outlook, Outlook Add-in, Dynamics 365 Outlook