IT tutorials
 
Applications Server
 

Microsoft Exchange Server 2013 : Role group management

3/21/2014 9:37:37 PM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

When EAC is used to create a role group, the Organization Management security group is added to the list of group managers along with the user who creates the group. Including Organization Management in the list of group managers ensures that anyone who works with the role group through EAC can update its properties or, when it is no longer required, delete the group. You can see this by running the Get-RoleGroup command. For instance:

Get-RoleGroup –Identity 'Help Desk Level 2' | Format-Table ManagedBy
ManagedBy
---------
{contoso.com/Microsoft Exchange Security Groups/Organization Management, contoso.com/Exchange users/Tony Redmond}

The entries listed here are known as role group managers. The Organization Management universal security group is listed here rather than the Organization Management role group because normal Windows permissions provide the foundation for RBAC, and the permission to change or delete a group can only be assigned to an object that can hold Windows security principals such as security groups or user accounts.

If a user who is not listed in the ManagedBy property tries to change the membership of a role group or delete the group, EAC signals the error shown in Figure 1. The solution to the problem is to run the Set-RoleGroup command to update the ManagedBy property to include the Organization Management security group. For example, if John Smith is currently listed as the only manager of a role group, you can update the property as follows:

The error EAC signals when an attempt is made to edit the membership of a role group or to delete the group by someone who is not a group manager. The error reports that the user doesn’t have sufficient permissions and that the operation can be performed only by a manager of the group.

Figure 1. EAC signaling a permissions error when working with a role group

Set-RoleGroup –Identity 'My Role Group' –ManagedBy 'Organization Management', 'John Smith'

After running this command, any member of the Organization Management role group plus the user John Smith can manage the group.

If one of these members deletes the role group with EAC or by running the Remove-RoleGroup command, Exchange also removes the associated universal security group from Active Directory.

 
Others
 
- Configuring Active Directory Server Roles : Administering Active Directory - Creating OUs
- Configuring Active Directory Server Roles : Administering Active Directory - Planning the OU Structure (part 2) - Delegating Administrative Control
- Configuring Active Directory Server Roles : Administering Active Directory - Planning the OU Structure (part 1) - Logical Grouping of Resources
- Configuring Active Directory Server Roles : Administering Active Directory - An Overview of OUs
- Configuring Active Directory Server Roles : Active Directory Rights Management Services
- Microsoft Lync Server 2013 : Mediation Server Troubleshooting (part 2) - Synthetic Transactions, Telnet
- Microsoft Lync Server 2013 : Mediation Server Troubleshooting (part 1)
- Microsoft Lync Server 2013 : Mediation Server Administration
- Microsoft Lync Server 2013 : Mediation Server Configuration
- Microsoft Lync Server 2010 : Installing Mediation Server (part 4) - Create Certificates
 
 
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