Installation Preparations
Active Directory
o prepare an EASY for Exchange installation, perform the following procedures:
-
Create a user account with access rights to read on LDAP for EASY ENTERPRISE.x.
-
Create a user account for Microsoft Exchange Impersonation. The required roles are assigned via Exchange Management Shell.
Exchange Server
For archiving EASY for Exchange requires an impersonating user entered in the Configuration Center while configuring the Exchange Server connection. The impersonating user must be a normal domain user; that user may not be a member of an administrator group.
You need to initiate the following command on the Microsoft Exchange Server via the Microsoft Exchange Management Shell to assign the impersonating user the required roles:
ManagementRoleAssignment –Name:EASYforExchangeImpersonation –Role:ApplicationImpersonation –User:<Name des ImpersonateUsers>
To verify the initiated command has been successful, you can execute the following command in the Exchange Management Shell:
Get-ManagementRoleAssignment -Role:ApplicationImpersonation | fl RoleAssigneeName
If the output list includes the entered user, the command for assigning roles has been successful.