Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PrimarySmtpAddress vs WindowsEmailAddress

2,227 views
Skip to first unread message

Shay Levi

unread,
Dec 19, 2007, 12:27:19 PM12/19/07
to

Are there any major differences between the PrimarySmtpAddress and WindowsEmailAddress
member properties of the get-mailbox cmdlet?
I noticed that when I issue the following, PrimarySmtpAddress and WindowsEmailAddress
shows the same email address:

get-mailbox | select name,PrimarySmtpAddress,WindowsEmailAddress


Is there anything to be aware of when updating each one separately?

-----
Shay Levi
$cript Fanatic
http://scriptolog.blogspot.com
Hebrew weblog: http://blogs.microsoft.co.il/blogs/scriptfanatic


Rich Matheisen [MVP]

unread,
Dec 19, 2007, 2:22:59 PM12/19/07
to
Shay Levi <n...@addre.ss> wrote:

>
>Are there any major differences between the PrimarySmtpAddress and WindowsEmailAddress
>member properties of the get-mailbox cmdlet?
>I noticed that when I issue the following, PrimarySmtpAddress and WindowsEmailAddress
>shows the same email address:
>
>get-mailbox | select name,PrimarySmtpAddress,WindowsEmailAddress
>
>
>Is there anything to be aware of when updating each one separately?

Yes. Don't update the "mail" property. Update the multi-valued
proxyAddresses (PrimarySmtpAddress). The cmdlet should be smart enough
to modify the "mail" (WindowsEmailAddress) property with the new
primary proxy address.

--
Rich Matheisen
MCSE+I, Exchange MVP
MS Exchange FAQ at http://www.swinc.com/resource/exch_faq.htm
Don't send mail to this address mailto:h.p...@getronics.com
Or to these, either: mailto:h.p...@pinkroccade.com mailto:melvin.mcp...@getronics.com mailto:melvin.mcp...@pinkroccade.com

Shay Levi

unread,
Dec 19, 2007, 3:42:48 PM12/19/07
to
Thanks!

> Shay Levi <n...@addre.ss> wrote:

0 new messages