Skip Navigation

Grant application impersonation permission using
Microsoft Exchange Management Shell

  1. Open
    Microsoft Exchange Management Shell
    .
  2. Type
    New-ManagementRoleAssignment -Name:<
    ImpersonationAssignmentName
    > -Role:ApplicationImpersonation -User:<
    ServiceAccount
    >
    . For example,
    New-ManagementRoleAssignment -Name:BlackBerryAppImpersonation -Role:ApplicationImpersonation -User:BEMSAdmin
    .
For more information on how to restrict Application Impersonation rights to specific users, organizational units, or security groups, visit the MSDN Library to see How to: Configure impersonation.