Skip to content

Commit 2dd75c9

Browse files
authored
Update Set-DynamicDistributionGroup.md
1 parent 94dfab7 commit 2dd75c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,8 @@ To specify the primary SMTP email address, you can use any of the following meth
10871087
10881088
- Use the PrimarySmtpAddress parameter instead. You can't use the EmailAddresses parameter and the PrimarySmtpAddress parameter in the same command.
10891089
1090+
The PrimarySmtpAddress parameter updates the primary email address and WindowsEmailAddress property to the same value.
1091+
10901092
To replace all existing proxy email addresses with the values you specify, use the following syntax: "\<Type\>:\<emailaddress1\>","\<Type\>:\<emailaddress2\>",..."\<Type\>:\<emailaddressN\>".
10911093
10921094
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\>",...}.
@@ -1650,6 +1652,10 @@ Accept wildcard characters: False
16501652
### -PrimarySmtpAddress
16511653
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.
16521654
1655+
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.
1656+
1657+
The PrimarySmtpAddress parameter updates the primary email address and WindowsEmailAddress property to the same value.
1658+
16531659
```yaml
16541660
Type: SmtpAddress
16551661
Parameter Sets: (All)

0 commit comments

Comments
 (0)