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 parameter is functional only in the cloud-based service.
384
+
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.
386
+
387
+
```yaml
388
+
Type: GroupIdParameter
389
+
Parameter Sets: (All)
390
+
Aliases:
391
+
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
392
+
393
+
Required: False
394
+
Position: Named
395
+
Default value: None
396
+
Accept pipeline input: False
397
+
Accept wildcard characters: False
398
+
```
399
+
380
400
### -RecipientOrganizationalUnitScope
381
401
The RecipientOrganizationalUnitScope parameter returns only the role assignments that include the specified organizational unit (OU). If the OU tree contains spaces, enclose it in quotation marks (").
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/New-AntiPhishPolicy.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -944,8 +944,8 @@ This parameter uses the syntax: "DisplayName;EmailAddress".
944
944
945
945
- DisplayName specifies the display name of the user that could be a target of impersonation. This value can contain special characters.
946
946
- EmailAddress specifies the internal or external email address that's associated with the display name.
947
-
- You can specify multiple values by using the syntax: "DisplayName1;EmailAddress1","DisplayName2;EmailAddress2",..."DisplayNameN;EmailAddressN". The combination of DisplayName and EmailAddress needs to be unique for each value.
948
-
- You can append new values by using the syntax: `@{Add="NewDisplayName1;NewEmailAddress1","NewDisplayName2;NewEmailAddress2",..."NewDisplayNameN;NewEmailAddressN"}`or remove a value with `@{Remove="OldDisplayName1;OldEmailAddress1"}`.
947
+
- You can specify multiple values by using the syntax: `"DisplayName1;EmailAddress1","DisplayName2;EmailAddress2",..."DisplayNameN;EmailAddressN"`. The combination of DisplayName and EmailAddress needs to be unique for each value.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Set-AntiPhishPolicy.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -915,7 +915,8 @@ This parameter uses the syntax: "DisplayName;EmailAddress".
915
915
916
916
- DisplayName specifies the display name of the user that could be a target of impersonation. This value can contain special characters.
917
917
- EmailAddress specifies the internal or external email address that's associated with the display name.
918
-
- You can specify multiple values by using the syntax: "DisplayName1;EmailAddress1","DisplayName2;EmailAddress2",..."DisplayNameN;EmailAddressN". The combination of DisplayName and EmailAddress needs to be unique for each value.
918
+
- You can specify multiple values that overwrite any existing values by using the syntax: `"DisplayName1;EmailAddress1","DisplayName2;EmailAddress2",..."DisplayNameN;EmailAddressN"`. The combination of DisplayName and EmailAddress needs to be unique for each value.
919
+
- You can append new values by using the syntax: `@{Add="NewDisplayName1;NewEmailAddress1","NewDisplayName2;NewEmailAddress2",..."NewDisplayNameN;NewEmailAddressN"}`or remove an existing value using the syntax: `@{Remove="OldDisplayName1;OldEmailAddress1"}`.
When you modify a role assignment, you can specify a new predefined or custom management scope or provide an organizational unit (OU) to scope the existing role assignment.
98
103
@@ -150,6 +155,46 @@ Accept pipeline input: True
150
155
Accept wildcard characters: False
151
156
```
152
157
158
+
### -RecipientAdministrativeUnitScope
159
+
This parameter is functional only in the cloud-based service.
160
+
161
+
The RecipientAdministrativeUnitScope parameter specifies the administrative unit to scope the role assignment to.
162
+
163
+
Administrative units are Azure Active Directory containers of resources. You can view the available administrative units by using the Get-AdministrativeUnit cmdlet.
164
+
165
+
You can't use this parameter with any of the other scope parameters.
166
+
167
+
```yaml
168
+
Type: AdministrativeUnitIdParameter
169
+
Parameter Sets: RecipientAdministrativeUnitScope
170
+
Aliases:
171
+
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
172
+
173
+
Required: True
174
+
Position: Named
175
+
Default value: None
176
+
Accept pipeline input: False
177
+
Accept wildcard characters: False
178
+
```
179
+
180
+
### -RecipientGroupScope
181
+
This parameter is functional only in the cloud-based service.
182
+
183
+
The RecipientGroupScope parameter specifies the universal security group to scope the role assignment to. You can use any value that uniquely identifies the group: Name, DistinguishedName, GUID, DisplayName.
184
+
185
+
```yaml
186
+
Type: GroupIdParameter
187
+
Parameter Sets: RecipientGroupScope
188
+
Aliases:
189
+
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
190
+
191
+
Required: True
192
+
Position: Named
193
+
Default value: None
194
+
Accept pipeline input: False
195
+
Accept wildcard characters: False
196
+
```
197
+
153
198
### -Confirm
154
199
The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding.
155
200
@@ -333,28 +378,6 @@ Accept pipeline input: False
333
378
Accept wildcard characters: False
334
379
```
335
380
336
-
### -RecipientAdministrativeUnitScope
337
-
This parameter is functional only in the cloud-based service.
338
-
339
-
The RecipientAdministrativeUnitScope parameter specifies the administrative unit to scope the role assignment to.
340
-
341
-
Administrative units are Azure Active Directory containers of resources. You can view the available administrative units by using the Get-AdministrativeUnit cmdlet.
342
-
343
-
You can't use this parameter with any of the other scope parameters.
344
-
345
-
```yaml
346
-
Type: AdministrativeUnitIdParameter
347
-
Parameter Sets: RecipientAdministrativeUnitScope
348
-
Aliases:
349
-
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
350
-
351
-
Required: True
352
-
Position: Named
353
-
Default value: None
354
-
Accept pipeline input: False
355
-
Accept wildcard characters: False
356
-
```
357
-
358
381
### -RecipientOrganizationalUnitScope
359
382
The RecipientOrganizationalUnitScope parameter specifies the OU to scope the new role assignment to. If the OU name contains spaces, enclose the domain and OU in quotation marks (").
0 commit comments