Skip to content

Commit 520b1f6

Browse files
authored
Merge pull request MicrosoftDocs#8223 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents 3d4541b + 78e9005 commit 520b1f6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

exchange/exchange-ps/exchange/Add-RoleGroupMember.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Add-RoleGroupMember [-Identity] <RoleGroupIdParameter> -Member <SecurityPrincipa
3030
```
3131

3232
## DESCRIPTION
33-
When you add a member to a role group, that mailbox, universal security group (USG), or computer is given the effective permissions provided by the management roles assigned to the role group.
33+
When you add a member to a role group, the member is given the effective permissions provided by the management roles assigned to the role group.
3434

3535
If the ManagedBy property has been populated with role group managers, the user adding a role group member must be a role group manager. Alternately, if the user is a member of the Organization Management role group or is directly or indirectly assigned the Role Management role, the BypassSecurityGroupManagerCheck switch can be used to override the security group management check.
3636

37-
If the role group is a linked role group, you can't use the Add-RoleGroupMember cmdlet to add members to the role group. Instead, you need to add members to the foreign USG that's linked to the linked role group. To find the foreign USG that's linked to a role group, use the Get-RoleGroup cmdlet.
37+
In on-premises Exchange, if the role group is a linked role group, you can't use the Add-RoleGroupMember cmdlet to add members to the role group. Instead, you need to add members to the foreign universal security group (USG) that's linked to the linked role group. To find the foreign USG that's linked to a role group, use the Get-RoleGroup cmdlet.
3838

3939
For more information about role groups, see [Understanding management role groups](https://docs.microsoft.com/exchange/understanding-management-role-groups-exchange-2013-help).
4040

@@ -93,7 +93,8 @@ The Member parameter specifies who you want to add to the role group. You can sp
9393
9494
- Mailbox users
9595
- Mail users
96-
- Security groups
96+
- Mail-enabled security groups (don't use in Security & Compliance Center PowerShell)
97+
- Security groups (on-premises Exchange only)
9798
9899
You can use any value that uniquely identifies the user or group. For example:
99100

exchange/exchange-ps/exchange/Remove-RoleGroupMember.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ The Member parameter specifies who to remove from the role group. You can specif
9393
9494
- Mailbox users
9595
- Mail users
96-
- Security groups
96+
- Mail-enabled security groups (don't use in Security & Compliance Center PowerShell)
97+
- Security groups (on-premises Exchange only)
9798
9899
You can use any value that uniquely identifies the user or group. For example:
99100

0 commit comments

Comments
 (0)