Hi,
I needed to know how to get e-mail address associated with users on a MBX server. I know using :
Get-Mailbox | select -expand EmailAddresses | %{$_.SmtpAddress}
gets you the SMTP address, but how do you get "other" e-mail address like Novell GroupWise or MAID, etc?
thanks!