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
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/New-EmailAddressPolicy.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ You can specify multiple email address templates separated by commas: "SMTP:\<Pr
205
205
206
206
You can't use this parameter with the EnabledPrimarySMTPAddressTemplate parameter.
207
207
208
-
In Exchange Online PowerShell, if you use this parameter with the IncludeUnifiedGroupRecipients, you can't use variables in the email address template.
208
+
In Exchange Online PowerShell, you can't use variables in the email address template.
209
209
210
210
```yaml
211
211
Type: ProxyAddressTemplateCollection
@@ -227,7 +227,7 @@ Valid syntax for this parameter is a ___domain or subdomain that's configured as an
227
227
228
228
You can't use this parameter with the EnabledEmailAddressTemplates parameter.
229
229
230
-
In Exchange Online PowerShell, if you use this parameter with the IncludeUnifiedGroupRecipients, you can't use variables in the email address template.
230
+
In Exchange Online PowerShell, you can't use variables in the email address template.
231
231
232
232
```yaml
233
233
Type: String
@@ -281,6 +281,8 @@ This parameter is available only in the cloud-based service.
281
281
282
282
The IncludeUnifiedGroupRecipients switch specifies that the email address policy applies only to Microsoft 365 Groups. You don't need to specify a value with this switch.
283
283
284
+
In Exchange Online PowerShell, you always need to use this switch, because email address policies in Exchange Online are only applied to Microsoft 365 groups.
@@ -809,7 +811,7 @@ For more information, see [Choose the ___domain to use when creating Microsoft 365
809
811
810
812
For detailed information about OPath filters in Exchange, see [Additional OPATH syntax information](https://docs.microsoft.com/powershell/exchange/recipient-filters#additional-opath-syntax-information).
811
813
812
-
You can only use this parameter with the IncludeUnifiedGroupRecipients switch.
814
+
You can only use this parameter in Exchange Online PowerShell with the IncludeUnifiedGroupRecipients switch.
0 commit comments