Skip to content

Commit 94dfab7

Browse files
authored
Update Set-DistributionGroup.md
1 parent 6d19ab0 commit 94dfab7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

exchange/exchange-ps/exchange/users-and-groups/Set-DistributionGroup.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,8 @@ To specify the primary SMTP email address, you can use any of the following meth
720720
721721
- Use the PrimarySmtpAddress parameter instead. You can't use the EmailAddresses parameter and the PrimarySmtpAddress parameter in the same command.
722722
723+
The PrimarySmtpAddress parameter updates the primary email address and WindowsEmailAddress property to the same value.
724+
723725
To replace all existing proxy email addresses with the values you specify, use the following syntax: "\<Type\>:\<emailaddress1\>","\<Type\>:\<emailaddress2\>",..."\<Type\>:\<emailaddressN\>".
724726
725727
To add or remove specify proxy addresses without affecting other existing values, use the following syntax: @{Add="\<Type\>:\<emailaddress1\>","\<Type\>:\<emailaddress2\>",...; Remove="\<Type\>:\<emailaddress2\>","\<Type\>:\<emailaddress2\>",...}.
@@ -1281,6 +1283,10 @@ Accept wildcard characters: False
12811283
### -PrimarySmtpAddress
12821284
The PrimarySmtpAddress parameter specifies the primary return email address that's used for the recipient. You can't use the EmailAddresses and PrimarySmtpAddress parameters in the same command.
12831285
1286+
If you set the EmailAddressPolicyEnabled parameter to $false, you can specify the primary address using the PrimarySmtpAddress parameter, but that means the email addresses of the mail user no longer automatically updated by email address policies.
1287+
1288+
The PrimarySmtpAddress parameter updates the primary email address and WindowsEmailAddress property to the same value.
1289+
12841290
```yaml
12851291
Type: SmtpAddress
12861292
Parameter Sets: (All)

0 commit comments

Comments
 (0)