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
>
>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
$cript Fanatic
http://scriptolog.blogspot.com
Hebrew weblog: http://blogs.microsoft.co.il/blogs/scriptfanatic
> Shay Levi <n...@addre.ss> wrote: