Skip to content

Commit 094c18f

Browse files
authored
Merge pull request MicrosoftDocs#6217 from dariomws/patch-193
Updated M365 groups details in New-EmailAddressPolicy.md
2 parents fcbe8d0 + 27c02ad commit 094c18f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

exchange/exchange-ps/exchange/New-EmailAddressPolicy.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ You can specify multiple email address templates separated by commas: "SMTP:\<Pr
205205
206206
You can't use this parameter with the EnabledPrimarySMTPAddressTemplate parameter.
207207
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.
209209
210210
```yaml
211211
Type: ProxyAddressTemplateCollection
@@ -227,7 +227,7 @@ Valid syntax for this parameter is a ___domain or subdomain that's configured as an
227227
228228
You can't use this parameter with the EnabledEmailAddressTemplates parameter.
229229
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.
231231
232232
```yaml
233233
Type: String
@@ -279,7 +279,9 @@ Accept wildcard characters: False
279279
### -IncludeUnifiedGroupRecipients
280280
This parameter is available only in the cloud-based service.
281281
282-
The IncludeUnifiedGroupRecipients switch specifies that the email address policy applies to Microsoft 365 Groups. You don't need to specify a value with this switch.
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+
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.
283285
284286
```yaml
285287
Type: SwitchParameter
@@ -809,7 +811,7 @@ For more information, see [Choose the ___domain to use when creating Microsoft 365
809811

810812
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).
811813

812-
You need to use this parameter with the IncludeUnifiedGroupRecipients switch.
814+
You can only use this parameter in Exchange Online PowerShell with the IncludeUnifiedGroupRecipients switch.
813815

814816
```yaml
815817
Type: String

0 commit comments

Comments
 (0)