Delegating the rights to create a mailbox.

Андрей Михалевский 3,356 Reputation points
2022-03-31T13:14:56.65+00:00

Hi. Exchange on-premise 2019.

I wrote a script to create a mailbox with additional options.

The script uses commandlets:

Get-MailboxDatabase
Get-Mailbox
Enable-Mailbox
Set-Mailbox

How do I give the support group rights to use these commandlets?

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,708 questions
0 comments No comments
{count} votes

Accepted answer
  1. Joyce Shen - MSFT 16,671 Reputation points
    2022-04-01T02:55:35.55+00:00

    Hi @Андрей Михалевский

    The roles needed to run these commands are list below:
    188840-image.png
    188981-image.png

    Then you could create a new role group adding these roles and the members you want manage, EAC > Permissions > admin roles

    188972-image.png
    Note that: A role group member is a mailbox, universal security group (USG), or other role group that can be added as a member of a role group.

    And make sure the options are checked in the role assignment policy you used, EAC > Permissions > user roles, for example:
    188982-image.png


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.