Skip to content

Commit 65295b5

Browse files
authored
Merge pull request #11369 from cubika/patch-4
Add -RecipientGroupScope parameter in New-ManagementRoleAssignment
2 parents b51d4ab + dfff767 commit 65295b5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ New-ManagementRoleAssignment [[-Name] <String>] -Role <RoleIdParameter> -App <Se
2727
[-Delegating]
2828
[-Force]
2929
[-RecipientAdministrativeUnitScope <AdministrativeUnitIdParameter>]
30+
[-RecipientGroupScope <GroupIdParameter>]
3031
[-WhatIf]
3132
[<CommonParameters>]
3233
```
@@ -42,6 +43,7 @@ New-ManagementRoleAssignment [[-Name] <String>] -Computer <ComputerIdParameter>
4243
[-ExclusiveRecipientWriteScope <ManagementScopeIdParameter>]
4344
[-Force]
4445
[-RecipientAdministrativeUnitScope <AdministrativeUnitIdParameter>]
46+
[-RecipientGroupScope <GroupIdParameter>]
4547
[-RecipientOrganizationalUnitScope <OrganizationalUnitIdParameter>]
4648
[-RecipientRelativeWriteScope <RecipientWriteScopeType>]
4749
[-UnScopedTopLevel]
@@ -60,6 +62,7 @@ New-ManagementRoleAssignment [[-Name] <String>] -Policy <MailboxPolicyIdParamete
6062
[-ExclusiveRecipientWriteScope <ManagementScopeIdParameter>]
6163
[-Force]
6264
[-RecipientAdministrativeUnitScope <AdministrativeUnitIdParameter>]
65+
[-RecipientGroupScope <GroupIdParameter>]
6366
[-RecipientOrganizationalUnitScope <OrganizationalUnitIdParameter>]
6467
[-RecipientRelativeWriteScope <RecipientWriteScopeType>]
6568
[-UnScopedTopLevel]
@@ -79,6 +82,7 @@ New-ManagementRoleAssignment [[-Name] <String>] -Role <RoleIdParameter> -Securit
7982
[-ExclusiveRecipientWriteScope <ManagementScopeIdParameter>]
8083
[-Force]
8184
[-RecipientAdministrativeUnitScope <AdministrativeUnitIdParameter>]
85+
[-RecipientGroupScope <GroupIdParameter>]
8286
[-RecipientOrganizationalUnitScope <OrganizationalUnitIdParameter>]
8387
[-RecipientRelativeWriteScope <RecipientWriteScopeType>]
8488
[-UnScopedTopLevel]
@@ -98,6 +102,7 @@ New-ManagementRoleAssignment [[-Name] <String>] -Role <RoleIdParameter> -User <U
98102
[-ExclusiveRecipientWriteScope <ManagementScopeIdParameter>]
99103
[-Force]
100104
[-RecipientAdministrativeUnitScope <AdministrativeUnitIdParameter>]
105+
[-RecipientGroupScope <GroupIdParameter>]
101106
[-RecipientOrganizationalUnitScope <OrganizationalUnitIdParameter>]
102107
[-RecipientRelativeWriteScope <RecipientWriteScopeType>]
103108
[-UnScopedTopLevel]
@@ -501,6 +506,24 @@ Accept pipeline input: False
501506
Accept wildcard characters: False
502507
```
503508

509+
### -RecipientGroupScope
510+
This parameter is functional only in the cloud-based service.
511+
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.
513+
514+
```yaml
515+
Type: GroupIdParameter
516+
Parameter Sets: (All)
517+
Aliases:
518+
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
519+
520+
Required: False
521+
Position: Named
522+
Default value: None
523+
Accept pipeline input: False
524+
Accept wildcard characters: False
525+
```
526+
504527
### -RecipientOrganizationalUnitScope
505528
The RecipientOrganizationalUnitScope parameter specifies the OU to scope the new role assignment to. If you use the RecipientOrganizationalUnitScope parameter, you can't use the CustomRecipientWriteScope or ExclusiveRecipientWriteScope parameters. To specify an OU, use the syntax: domain/ou. If the OU name contains spaces, enclose the domain and OU in quotation marks (").
506529

0 commit comments

Comments
 (0)