Skip to content

Commit 45c04ba

Browse files
committed
Customization of M365 Group EmailAddresses param
Closed PR #11224
1 parent b749207 commit 45c04ba

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

exchange/exchange-ps/exchange/New-UnifiedGroup.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -375,16 +375,15 @@ Accept wildcard characters: False
375375
```
376376

377377
### -EmailAddresses
378-
The EmailAddresses parameter specifies all the email addresses (proxy addresses) for the recipient, including the primary SMTP address. In on-premises Exchange organizations, the primary SMTP address and other proxy addresses are typically set by email address policies. However, you can use this parameter to configure other proxy addresses for the recipient. For more information, see [Email address policies in Exchange Server](https://learn.microsoft.com/Exchange/email-addresses-and-address-books/email-address-policies/email-address-policies).
378+
The EmailAddresses parameter specifies all email addresses (proxy addresses) for the Microsoft 365 Group, including the primary SMTP address. In cloud-based organizations, the primary SMTP address and other proxy addresses for Microsoft 365 Groups are typically set by email address policies. However, you can use this parameter to configure other proxy addresses for the Microsoft 365 Group.
379379

380-
Valid syntax for this parameter is `"Type:EmailAddress1","Type:EmailAddress2",..."Type:EmailAddressN"`. The optional `Type value specifies the type of email address. Examples of valid values include:
380+
Valid syntax for this parameter is `"Type:EmailAddress1","Type:EmailAddress2",..."Type:EmailAddressN"`. The optional `Type` value specifies the type of email address. Examples of valid values include:
381381

382382
- SMTP: The primary SMTP address. You can use this value only once in a command.
383383
- smtp: Other SMTP email addresses.
384-
- X400: X.400 addresses in on-premises Exchange.
385-
- X500: X.500 addresses in on-premises Exchange.
384+
- SPO: SharePoint Online email address.
386385

387-
If you don't include a Type value for an email address, the value smtp is assumed. Note that Exchange doesn't validate the syntax of custom address types (including X.400 addresses). Therefore, you need to verify that any custom addresses are formatted correctly.
386+
If you don't include a Type value for an email address, the address is assumed to be an SMTP email address. The syntax of SMTP email addresses is validated, but the syntax of other email address types isn't validated. Therefore, you need to verify that any custom addresses are formatted correctly.
388387

389388
To specify the primary SMTP email address, you can use any of the following methods:
390389

exchange/exchange-ps/exchange/Set-UnifiedGroup.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -633,16 +633,15 @@ Accept wildcard characters: False
633633
```
634634

635635
### -EmailAddresses
636-
The EmailAddresses parameter specifies all the email addresses (proxy addresses) for the recipient, including the primary SMTP address. In on-premises Exchange organizations, the primary SMTP address and other proxy addresses are typically set by email address policies. However, you can use this parameter to configure other proxy addresses for the recipient. For more information, see [Email address policies in Exchange Server](https://learn.microsoft.com/Exchange/email-addresses-and-address-books/email-address-policies/email-address-policies).
636+
The EmailAddresses parameter specifies all email addresses (proxy addresses) for the Microsoft 365 Group, including the primary SMTP address. In cloud-based organizations, the primary SMTP address and other proxy addresses for Microsoft 365 Groups are typically set by email address policies. However, you can use this parameter to configure other proxy addresses for the Microsoft 365 Group.
637637

638-
Valid syntax for this parameter is `"Type:EmailAddress1","Type:EmailAddress2",..."Type:EmailAddressN"`. The optional `Type value specifies the type of email address. Examples of valid values include:
638+
Valid syntax for this parameter is `"Type:EmailAddress1","Type:EmailAddress2",..."Type:EmailAddressN"`. The optional `Type` value specifies the type of email address. Examples of valid values include:
639639

640640
- SMTP: The primary SMTP address. You can use this value only once in a command.
641641
- smtp: Other SMTP email addresses.
642-
- X400: X.400 addresses in on-premises Exchange.
643-
- X500: X.500 addresses in on-premises Exchange.
642+
- SPO: SharePoint Online email address.
644643

645-
If you don't include a Type value for an email address, the value smtp is assumed. Note that Exchange doesn't validate the syntax of custom address types (including X.400 addresses). Therefore, you need to verify that any custom addresses are formatted correctly.
644+
If you don't include a Type value for an email address, the address is assumed to be an SMTP email address. The syntax of SMTP email addresses is validated, but the syntax of other email address types isn't validated. Therefore, you need to verify that any custom addresses are formatted correctly.
646645

647646
To specify the primary SMTP email address, you can use any of the following methods:
648647

0 commit comments

Comments
 (0)