Automatically mailbox delegation

Emil Mammadli 21 Reputation points
2022-04-08T07:09:08.713+00:00

Hello everyone,

I want one user has full access mailbox delegation when I create a new mailbox. Can I do it? Please help me.

193059-delegation.png

I want to add another user also mailbox delegation automatically.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,635 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,511 Reputation points
    2022-04-14T08:11:31.957+00:00

    Hi there,

    If you are planning to automate the process of mailbox delegation you can try it out with tools like Taskscheduler or Powershell.

    In Exchange Server, you can use the Exchange admin center (EAC) or the Exchange Management Shell to assign permissions to a mailbox or group so that other users can access the mailbox (the Full Access permission).

    Use the Add-MailboxPermission cmdlet to add permissions to a mailbox or to an Exchange Server 2016, Exchange Server 2019, or Exchange Online mail user.

    Add-MailboxPermission https://learn.microsoft.com/en-us/powershell/module/exchange/add-mailboxpermission?view=exchange-ps

    Manage permissions for recipients in Exchange Online https://learn.microsoft.com/en-us/exchange/recipients-in-exchange-online/manage-permissions-for-recipients

    ---------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments