Skip to content

Commit 0c924db

Browse files
authored
Update Set-Mailbox.md
1 parent 4277002 commit 0c924db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exchange/exchange-ps/exchange/mailboxes/Set-Mailbox.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2371,6 +2371,8 @@ To specify the primary SMTP email address, you can use any of the following meth
23712371
23722372
- Use the PrimarySmtpAddress parameter instead. You can't use the EmailAddresses parameter and the PrimarySmtpAddress parameter in the same command.
23732373
2374+
The PrimarySmtpAddress parameter updates the primary email address and WindowsEmailAddress property to the same value.
2375+
23742376
To replace all existing proxy email addresses with the values you specify, use the following syntax: "\<Type\>:\<emailaddress1\>","\<Type\>:\<emailaddress2\>",..."\<Type\>:\<emailaddressN\>".
23752377
23762378
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\>",...}.
@@ -3905,6 +3907,8 @@ The PrimarySmtpAddress parameter specifies the primary return email address that
39053907

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

3910+
The PrimarySmtpAddress parameter updates the primary email address and WindowsEmailAddress property to the same value.
3911+
39083912
```yaml
39093913
Type: SmtpAddress
39103914
Parameter Sets: Identity

0 commit comments

Comments
 (0)