You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example creates the unscoped management role In-house scripts. The user running the command, or the role group the user is a member of, is assigned the Unscoped Role Management management role. This assignment is required to use the UnScopedTopLevel switch.
70
+
In on-premises Exchange, this example creates the unscoped management role In-house scripts. Note that the UnScopedTopLevel switch requires the Unscoped Role Management role, which isn't assigned to any role group by default.
The UnScopedTopLevel switch specifies that the role should be a custom, empty role. If you specify the UnScopedTopLevel switch, you can't use the Parent parameter.
105
+
This parameter is available on in on-premises Exchange.
106
+
107
+
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).
108
+
109
+
The UnScopedTopLevel switch specifies that the role should be a custom, empty role. You don't need to specify a value with this switch.
110
+
111
+
If you use this switch, you can't use the Parent parameter.
106
112
107
113
```yaml
108
114
Type: SwitchParameter
109
115
Parameter Sets: Set2
110
116
Aliases:
111
-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online, Exchange Online Protection
117
+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
This parameter is available only in the cloud-based service.
178
+
171
179
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.
172
180
173
181
```yaml
174
182
Type: SwitchParameter
175
183
Parameter Sets: (All)
176
184
Aliases:
177
-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online, Exchange Online Protection
0 commit comments