Remove Members from a Role Group
Applies to: Exchange Server 2010
To remove the permissions granted by a role group from a user, you need to remove the user's mailbox as a member of the role group. For more information about role groups in Microsoft Exchange Server 2010, see Understanding Management Role Groups.
Looking for other management tasks related to administrators and specialist users? Check out Managing Administrator and Specialist Users.
Use the Shell to remove a mailbox as a member of a role group
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Role groups" entry in the Role Management Permissions topic.
Note
You can't use the EMC to remove a mailbox as a member of a role group.
To remove a mailbox as a member of a role group, use the following syntax.
Remove-RoleGroupMember <role group name> -Member <member>
This example removes the mailbox Robert from the Seattle Administrators role group.
Remove-RoleGroupMember "Seattle Administrators" -Member Robert
For detailed syntax and parameter information, see Remove-RoleGroupMember.
Other Tasks
After you remove a member from a role group, you may also want to: