Skip to content

Commit 9370065

Browse files
authored
Update Set-RemoteMailbox.md
1 parent 0c924db commit 9370065

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

exchange/exchange-ps/exchange/federation-and-hybrid/Set-RemoteMailbox.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,8 @@ To specify the primary SMTP email address, you can use any of the following meth
662662
663663
- Use the PrimarySmtpAddress parameter instead. You can't use the EmailAddresses parameter and the PrimarySmtpAddress parameter in the same command.
664664
665+
The PrimarySmtpAddress parameter updates the primary email address and WindowsEmailAddress property to the same value.
666+
665667
To replace all existing proxy email addresses with the values you specify, use the following syntax: "\<Type\>:\<emailaddress1\>","\<Type\>:\<emailaddress2\>",..."\<Type\>:\<emailaddressN\>".
666668
667669
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\>",...}.
@@ -1007,6 +1009,10 @@ Accept wildcard characters: False
10071009
### -PrimarySmtpAddress
10081010
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.
10091011
1012+
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.
1013+
1014+
The PrimarySmtpAddress parameter updates the primary email address and WindowsEmailAddress property to the same value.
1015+
10101016
```yaml
10111017
Type: SmtpAddress
10121018
Parameter Sets: (All)

0 commit comments

Comments
 (0)