IT tutorials
 
Applications Server
 

Microsoft Exchange Server 2013 : Role-based access control - Working with RBAC (part 3) - Maintaining role group membership

3/5/2014 3:34:20 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

Maintaining role group membership

Users not included when the role group is created can be added afterward by editing the role group’s properties by using EAC. Any mailbox or distribution group can be added to a role group’s membership, but you cannot add a dynamic distribution group. Figure 5 shows how role group membership is edited through EAC.

Screen shots showing how to select mailboxes or groups to add as new members of a role group. The left-side screen shows the properties of the role group; the right-side screen is the picker that EAC shows to enable the user to select the new members.

Figure 5. Editing role group membership

Another way to maintain role group membership is by running the Add-RoleGroupMember command to add new members and the Remove-RoleGroupMember command to remove group members. For example, these commands add my account to the selected role group and then remove my account from the membership:

Add-RoleGroupMember –Identity 'Help Desk Level 2' –Member 'Tony Redmond'
Remove-RoleGroupMember –Identity 'Help Desk Level 2' –Member 'Tony Redmond'

Adding individual members to a role group can be boring, but Exchange provides the Update-RoleGroupMember command to update the complete membership of a role group with a single command. For example, this command sets the membership of the role group to the three specified users:

Update-RoleGroupMember –Identity "Help Desk Level 2" –Members '[email protected]', '[email protected]', '[email protected]'

You can always pipe a set of objects fetched using Get-Mailbox to add many members to a role group by using one command. For example, you can use Get-Mailbox to fetch details of every mailbox that is marked as belonging to an Exchange administrator by having ExAdmin in custom attribute 14 and piping the set of mailboxes to the Add-RoleGroupMember command:

Get-Mailbox –Filter {CustomAttribute14 –eq 'ExAdmin'} | Add-RoleGroupMember –Identity 'Help Desk Level 2'
 
Others
 
- Microsoft Exchange Server 2013 : Role-based access control - Working with RBAC (part 2) - Creating a new role group
- Microsoft Exchange Server 2013 : Role-based access control - Working with RBAC (part 1)
- Microsoft Exchange Server 2013 : Role-based access control - Scopes
- Microsoft Exchange Server 2013 : Role-based access control - Role groups
- Microsoft Exchange Server 2013 : Role-based access control - Roles
- Microsoft Exchange Server 2013 : Role-based access control - RBAC basics
- Distributing Sharepoint 2013 Apps : Application Life Cycle - Using Seller Dashboard Metrics
- Distributing Sharepoint 2013 Apps : Publishing Apps in the SharePoint Store (part 3) - Submitting Apps
- Distributing Sharepoint 2013 Apps : Publishing Apps in the SharePoint Store (part 2) - Pricing and Licensing Apps
- Distributing Sharepoint 2013 Apps : Publishing Apps in the SharePoint Store (part 1) - Creating a Client ID and Secret
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us