Skip to content

Commit 6d01d3a

Browse files
authored
Merge pull request MicrosoftDocs#11413 from msftnelder/patch-5
Update New-ManagementRoleAssignment.md
2 parents 424ba20 + 1744207 commit 6d01d3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

exchange/exchange-ps/exchange/Get-ManagementRoleAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ Accept wildcard characters: False
382382
### -RecipientGroupScope
383383
This parameter is functional only in the cloud-based service.
384384
385-
The RecipientGroupScope parameter returns only the role assignments that are scoped to universal security groups. You can use any value that uniquely identifies the group: Name, DistinguishedName, GUID, DisplayName.
385+
The RecipientGroupScope parameter returns only the role assignments that are scoped to groups. You can use any value that uniquely identifies the group: Name, DistinguishedName, GUID, DisplayName.
386386
387387
```yaml
388388
Type: GroupIdParameter

exchange/exchange-ps/exchange/New-ManagementRoleAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ Accept wildcard characters: False
509509
### -RecipientGroupScope
510510
This parameter is functional only in the cloud-based service.
511511

512-
The RecipientGroupScope parameter specifies the universal security group to scope the new role assignment to. You can use any value that uniquely identifies the group: Name, DistinguishedName, GUID, DisplayName.
512+
The RecipientGroupScope parameter specifies a group to consider for scoping the role assignment. Individual members of the specified group (not nested groups) are considered as in scope for the assignment. You can use any value that uniquely identifies the group: Name, DistinguishedName, GUID, or DisplayName.
513513

514514
```yaml
515515
Type: GroupIdParameter

exchange/exchange-ps/exchange/Set-ManagementRoleAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Accept wildcard characters: False
180180
### -RecipientGroupScope
181181
This parameter is functional only in the cloud-based service.
182182
183-
The RecipientGroupScope parameter specifies the universal security group to scope the role assignment to. You can use any value that uniquely identifies the group: Name, DistinguishedName, GUID, DisplayName.
183+
The RecipientGroupScope parameter specifies a group to consider for scoping the role assignment. Individual members of the specified group (not nested groups) are considered as in scope for the assignment. You can use any value that uniquely identifies the group: Name, DistinguishedName, GUID, or DisplayName.
184184
185185
```yaml
186186
Type: GroupIdParameter

0 commit comments

Comments
 (0)