Here, in this blog, I am going to talk about Impersonation rights in Exchange Online and provide a step-by-step guide on how to grant Application Impersonation Rights in Office 365.<\/p>\n
Application Impersonation is a significant feature of the Office 365 Cloud environment that allows dealing with multiple Exchange Online mailboxes. The role permits to access several Office 365 mailboxes through a single account. It allows performing activities to impersonate user mailboxes on their behalf. This feature was created and handled by only Office 365 Administrator.<\/p>\n
Now, let’s see how to use the Exchange Online Portal and Windows PowerShell to configure and check the Impersonation rights in Exchange Online.<\/p>\n
Below are the steps to check Impersonation Rights in Office 365. An administrator can follow the below steps and assign permission.<\/p>\n
<\/p>\n
Step 1:<\/strong> Go to the Exchange Admin Portal and click Roles >> Admin role<\/strong>.<\/p>\n Step 2:<\/strong> Click on “Compliance Management<\/strong>” then press on Permissions<\/p>\n Step 3:<\/strong> Search the Application Impersonation<\/strong> option, check, and click on the Save button.<\/p>\n Step 4:<\/strong> You can also assign members as well and add multiple members for the role.<\/p>\n Step 1:<\/strong> Exchange Admin Portal and hit\u00a0Recipients<\/strong>. Under the mailbox section, select the user to whom you want to give the Full Access Permission.<\/p>\n Step 2:<\/strong> Click on\u00a0Mailbox Delegation<\/strong>. Then, in the Full Access option, add the user, Edit button > Add member and\u00a0Save<\/strong>.<\/p>\n Step 1:\u00a0<\/strong>Run the Windows PowerShell as an Administrator and run the below command to set the execution policy as unrestricted to connect the PowerShell to Office 365.<\/p>\n Set-ExecutionPolicy Unrestricted<\/strong><\/em><\/p>\n Step 2:<\/strong> Execute the given command and log in to Exchange Online.<\/p>\n $livecred = Get-Credential<\/strong><\/em><\/p>\n Step 3:<\/strong> Create the new session in the Exchange Online account.<\/p>\n $s = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https:\/\/ps.outlook.com\/powershell -Credential $cred -Authentication Basic -AllowRedirection<\/strong><\/em><\/p>\n Step 4:<\/strong>\u00a0Import the new session.<\/p>\n $importresults= Import-PSSession $s<\/strong><\/em><\/p>\n Step 5:<\/strong>\u00a0Run the given command for organization management.<\/p>\n Enable-OrganizationCustomization<\/strong><\/em><\/p>\n Step 6:<\/strong>\u00a0Assign Impersonation Role to the mailbox.<\/p>\n New-ManagementRoleAssignment -Role \u201cApplicationImpersonation\u201d -User UserName<\/strong><\/em><\/p>\n I hope from this blog, you have understood the process of how to Grant Application Impersonation Rights in Office 365 using both PowerShell and Exchange Online interface. With the help of the above two methods, the Exchange Online Administrator can easily perform the Office 365 impersonation rights.<\/p>\n Related Topics: How to\u00a0<\/strong>Increase Mail Attachments Size in Office 365<\/strong><\/a>\u00a0Online<\/strong><\/p>\n
To Grant Full Access Permission to Office 365 Admin Mailbox<\/strong><\/h3>\n
<\/p>\n
Method 2: How to Grant Impersonation Rights to Office 365 Mailbox using PowerShell?<\/strong><\/h2>\n
Conclusion<\/strong><\/h3>\n