Skip to content

Commit 1744207

Browse files
committed
Removed group qualifier from RecipientGroupScope param
1 parent 06b0b79 commit 1744207

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 a universal security 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.
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 a universal security 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.
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)