Creating the role group “Ima4MSX”

Create the Exchange role group “Ima4MSX” with the roles “Mail Recipients” and “View-Only Configuration” and assign it to the imamsxadmin user (Exchange domain). You can achieve this by executing a Windows PowerShell command:

  1. Log on to the Exchange server or open a remote PowerShell session.

  2. Open the Exchange Management Shell.

  3. Execute the following command:

    New-RoleGroup -Name Ima4MSX -Roles "Mail Recipients", "View-Only Configuration" -Members "imamsxadmin"

Note that there can be a time delay until this takes effect: Time delays for access right assignment and mailbox synchronization.