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:
-
Log on to the Exchange server or open a remote PowerShell session.
-
Open the Exchange Management Shell.
-
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.