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 removes the Anr and Database parameters from the Get-Mailbox role entry on the Help Desk Personnel role.
@@ -48,7 +48,7 @@ This example retrieves a list of role entries on the Help Desk Personnel role an
48
48
49
49
### -------------------------- Example 3 --------------------------
50
50
```
51
-
Set-ManagementRoleEntry "Tier 1 Help Desk\Set-Mailbox" -Parameters DisplayName, ForwardingAddress
51
+
Set-ManagementRoleEntry "Tier 1 Help Desk\Set-Mailbox" -Parameters "DisplayName","ForwardingAddress"
52
52
```
53
53
54
54
This example adds the DisplayName and ForwardingAddress parameters to the Set-Mailbox role entry on the Tier 1 Help Desk role and removes all other parameters from the role entry.
@@ -58,7 +58,7 @@ This example adds the DisplayName and ForwardingAddress parameters to the Set-Ma
This example adds the Location parameter to the MailboxAudit custom script on the IT Scripts unscoped top level role.
61
+
In on-premises Exchange, this example adds the Location parameter to the MailboxAudit custom script on the IT Scripts unscoped top level role. Note that the UnScopedTopLevel switch requires the UnScoped Role Management role, which isn't assigned to any role groups by default.
The UnScopedTopLevel switch must be used when you want to modify a role entry on an unscoped top level role.
176
+
This parameter is available on in on-premises Exchange.
177
+
178
+
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).
179
+
180
+
The UnScopedTopLevel switch specifies the role entry is on an unscoped top level role. You don't need to specify a value with this switch.
181
+
182
+
You must use this switch to modify role entries on unscoped top level roles.
177
183
178
184
```yaml
179
185
Type: SwitchParameter
180
186
Parameter Sets: (All)
181
187
Aliases:
182
-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online, Exchange Online Protection
188
+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
This parameter is available only in the cloud-based service.
213
+
206
214
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.
207
215
208
216
```yaml
209
217
Type: SwitchParameter
210
218
Parameter Sets: (All)
211
219
Aliases:
212
-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Online, Exchange Online Protection
0 commit comments