Skip to content

Updated M365 groups details in New-EmailAddressPolicy.md #6217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions exchange/exchange-ps/exchange/New-EmailAddressPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ You can specify multiple email address templates separated by commas: "SMTP:\<Pr

You can't use this parameter with the EnabledPrimarySMTPAddressTemplate parameter.

In Exchange Online PowerShell, if you use this parameter with the IncludeUnifiedGroupRecipients, you can't use variables in the email address template.
In Exchange Online PowerShell, you can't use variables in the email address template.

```yaml
Type: ProxyAddressTemplateCollection
Expand All @@ -227,7 +227,7 @@ Valid syntax for this parameter is a domain or subdomain that's configured as an

You can't use this parameter with the EnabledEmailAddressTemplates parameter.

In Exchange Online PowerShell, if you use this parameter with the IncludeUnifiedGroupRecipients, you can't use variables in the email address template.
In Exchange Online PowerShell, you can't use variables in the email address template.

```yaml
Type: String
Expand Down Expand Up @@ -279,7 +279,9 @@ Accept wildcard characters: False
### -IncludeUnifiedGroupRecipients
This parameter is available only in the cloud-based service.

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.
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.

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.

```yaml
Type: SwitchParameter
Expand Down Expand Up @@ -809,7 +811,7 @@ For more information, see [Choose the domain to use when creating Microsoft 365

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

You need to use this parameter with the IncludeUnifiedGroupRecipients switch.
You can only use this parameter in Exchange Online PowerShell with the IncludeUnifiedGroupRecipients switch.

```yaml
Type: String
Expand Down