Skip to content

Commit e119196

Browse files
authored
Update New-ManagementRoleAssignment.md
Added on-prem only and Unscoped Role Management role only to UnScopedTopLevel parameter per Issue #1387
1 parent 6cf4350 commit e119196

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

exchange/exchange-ps/exchange/role-based-access-control/New-ManagementRoleAssignment.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,13 +351,15 @@ Accept wildcard characters: False
351351
```
352352
353353
### -Force
354+
This parameter is available only in the cloud-based service.
355+
354356
The Force switch specifies whether to suppress warning or confirmation messages. You can use this switch to run tasks programmatically where prompting for administrative input is inappropriate. You don't need to specify a value with this switch.
355357
356358
```yaml
357359
Type: SwitchParameter
358360
Parameter Sets: (All)
359361
Aliases:
360-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online, Exchange Online Protection
362+
Applicable: Exchange Online, Exchange Online Protection
361363
Required: False
362364
Position: Named
363365
Default value: None
@@ -398,7 +400,11 @@ Accept wildcard characters: False
398400
```
399401
400402
### -UnScopedTopLevel
401-
The UnScopedTopLevel switch specifies that the role provided with the Role parameter is an unscoped top level management role. You can only create a role assignment using the UnScopedTopLevel switch if the role specified using the Role parameter is an unscoped top level role.
403+
This parameter is available on in on-premises Exchange.
404+
405+
By default, this parameter is only available in the UnScoped Role Management role, and that role isn't assigned to any role groups. To use this parameter, you need to add the UnScoped Role Management role to a role group (for example, to the Organization Management role group). For more information, see the "Add a role to a role group" section in Manage role groups (https://technet.microsoft.com/library/jj657480.aspx).
406+
407+
The UnScopedTopLevel switch specifies that the role provided with the Role parameter is an unscoped top level management role. You don't need to specify a value with this switch.
402408
403409
```yaml
404410
Type: SwitchParameter

0 commit comments

Comments
 (0)