This article provides the admin user with steps on how to setup an account to enable impersonation sync in EWS/Office 365. Read Our blog for more on the benefits of using impersonation sync.
An admin user can setup impersonation sync for teams using the steps listed below. This setup can be achieved for EWS/Office 365 only. Once the below steps are taken, please contact the Soup Mail support team to enable impersonation for your team.
Using EWS to setup impersonation account
- Office admin/Users: Create a service account (needs at least E1 - Exchange Online Plan 1). Set its password to not require reset on first login. Ideally allow its pw not to expire.
- In Exchange admin center:
- In permissions > admin roles, create a new role called "Soup Mail sync" and give it the ApplicationImpersonation role
- In permissions > admin roles, create a new role called "Soup Mail sync" and give it the ApplicationImpersonation role
Using powershell to set password to not expire
- Open Powershell as administrator
- Run commands
- Connect-MsolService
- Set-MsolUser -UserPrincipalName the@user.com -PasswordNeverExpires $true
You can find useful links for this process below:
- http://cloudfinder.com/user-impersonation-settings-office-365/
- For Office 365, here's how to set a user's pw not to expire: https://support.office.com/en-us/article/Set-an-individual-user-s-password-to-never-expire-f493e3af-e1d8-4668-9211-230c245a0466
Comments
0 comments
Article is closed for comments.