Link to home
Start Free TrialLog in
Avatar of cmdolcet
cmdolcetFlag for United States of America

asked on

How to assign impersonation rights to a useraccount mailbox

Looking online for documents  or direction on how to give these rights.

I come up to the powershell and writing in the following code:

Get-ManagementRoleAssignment -RoleAssignee "<administrator>" -Role ApplicationImpersonation -RoleAssigneeType user

But that returns an error.
ASKER CERTIFIED SOLUTION
Avatar of Ivan
Ivan
Flag of Serbia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cmdolcet

ASKER

OK, great...after you type the line of code in... is there anything else I need to do or is the role assigned?

It returned correctly.
Hi,

That should od it.
That was the only thing I did when it was required to configure impersonation for CRM, few months ago.