User Mailbox Permissions

Andrea Cavenago 21 Reputation points
2020-12-16T13:29:38.003+00:00

Hello,
using the MS365 Exchange Admin interface I grant full permissions on a user's (A) mailbox to another user (B).
My question is simple: is user A able to find out that user B has access to his mailbox?

Thank you,
Andrea

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,210 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 96,076 Reputation points MVP
    2020-12-16T13:34:42.197+00:00

    Generally speaking no, as this is admin-level operation. That said, the user might obviously notice any changes made to items within the mailbox or its configuration. And obviously there might be some legal implications.

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Andrea Cavenago 21 Reputation points
    2020-12-16T13:40:00.903+00:00

    Thank you for your answer michev!
    Do you know if the mailbox will automatically pop-up in Outlook of user B or needs to be opened? Outlook is at its latest version (16.0....).


  2. Andrea Cavenago 21 Reputation points
    2020-12-21T16:25:00.807+00:00

    Thank you both!
    I used the following script because I need it to not auto-appear in Outlook:

    Add-MailboxPermission -Identity user1_mailbox -User user2_mailbox -AccessRights FullAccess -AutoMapping:$false

    Thanks again,
    Andrea

    0 comments No comments