Hi
In your case auto mapping is disabled in Exchange server 2013
Enable Auto mapping through powershell
Add-MailboxPermission -Identity <the shared mailbox> -User <the user> -AccessRight FullAccess -InheritanceType All -Automapping $true
Please look at the below link.
https://technet.microsoft.com/en-us/library/hh529943.aspx
If you want to add delegated user under your mailbox, please do the following
Go To file in outlook -> click account settings-> Click change in email tab -> Click more settings ->Click advanced TAB -> Click add button -> "here
type delegated user name" -> click ok -> Click next -> Finish
Now delegated user mailbox will show to under your mailbox.
Advantage of disable Auto Mapping.
Some users have full mailbox permission for lot of mailbox. If auto mapping is on all this mailbox show up under
their mailbox, so it is quiet hard to manage and maintain mailboxes, shared mailboxes, resource mailboxes..
If Auto mapping is disable, they can manually add
mailboxes and maintain very well
Regards,
Joby
-
Edited by
Joby M Chacko
18 hours 14 minutes ago