Full access permissions for managing user mailboxes under exchange2013/2016
In some cases, the company's "special" management needs for employees may require certain accounts to have the right to view and manage another account mailbox. In Exchange 2013, you can manage empowering operations through the ECP Admin Center or EMS. In this example, we want to give User01 full access to the User02 mailbox. Of course, generally just to administrator or other administrative open other user's mailbox permissions;
(i), use ECP Management Center to implement
First login to User01 's mailbox to see, without giving User01 to access User02 Mailbox Access permissions, open the mailbox operation is a failure, the following is the whole process of operation; First, User01 Log on to OWA---click the upper-right corner---open another mailbox
650) this.width=650; "title=" clip_image002 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;margin:0px;padding-right:0px; "border=" 0 "alt = "clip_image002" src= "http://s3.51cto.com/wyfs02/M02/77/5E/wKioL1ZmxNPRgVKaAACirt3qwZU213.jpg" height= "405"/>
Enter the email address of the user you want to open----user02
650) this.width=650; "title=" clip_image004 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;margin:0px;padding-right:0px; "border=" 0 "alt = "clip_image004" src= "http://s3.51cto.com/wyfs02/M00/77/5E/wKioL1ZmxNXw47TZAAB8gWc6Yds881.jpg" height= "467"/>
Click Open to prompt for the following error because User01 does not have access administrative rights to the USER02 user
650) this.width=650; "title=" clip_image006 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;margin:0px;padding-right:0px; "border=" 0 "alt = "clip_image006" src= "http://s3.51cto.com/wyfs02/M01/77/5F/wKiom1ZmxGexuR1GAADRbIW4BDk947.jpg" height= "528"/>
We log in to the ECP Admin Center----mailbox----SELECT User02---Edit----mailbox delegate----FULL Access---add
650) this.width=650; "title=" clip_image008 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;margin:0px;padding-right:0px; "border=" 0 "alt = "clip_image008" src= "http://s3.51cto.com/wyfs02/M01/77/5E/wKioL1ZmxNnDreQkAAGRxEaaXcs806.jpg" height= "627"/>
Add needs to have access to USER02 (the user's permission), we add User01
650) this.width=650; "title=" clip_image010 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;margin:0px;padding-right:0px; "border=" 0 "alt = "clip_image010" src= "http://s3.51cto.com/wyfs02/M02/77/5F/wKiom1ZmxGzxkQDIAAGHKJqNaNk282.jpg" height= "622"/>
After adding User01, you can open User02 's mailbox.
(ii), use EMS ( Powershell ) to grant or deny permissions by managing the program
Granting full access to User2 mailboxes to user User01
Add-mailboxpermission-identity User02-user user01-accessrights Fullaccess-inheritancetype All
650) this.width=650; "title=" clip_image012 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;margin:0px;padding-right:0px; "border=" 0 "alt = "clip_image012" src= "http://s3.51cto.com/wyfs02/M01/77/5E/wKioL1ZmxN6DSKinAADw5HeTWbk141.jpg" height= "334"/>
If you want to cancel User01 full access to User02 we need to do a little bit of work.
Remove-mailboxpermission-identity User02-user user01-accessrights Fullaccess-inheritancetype All
650) this.width=650; "title=" clip_image014 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px, "border=" 0 "alt=" clip_ image014 "src=" http://s3.51cto.com/wyfs02/M00/77/5F/wKiom1ZmxHHjpqLeAAGfxrXgLE8116.jpg "height=" "/>"
This article from "Gao Wenrong" blog, declined reprint!
Full access permissions for managing user mailboxes under exchange2013/2016