Need help completing this Powershell script with some Exchange 2010 commands.
- by Pure.Krome
Hi folks.
the following powershell script lists all the email aliases I have for a single mailbox.
>$mbx = Get-Mailbox myuser
>$mbx.EmailAddresses
and that lists all the addresses. eg.
SmtpAddress : atari@foo.com
AddressString : atari@foo.com
ProxyAddressString : smtp:atari@foo.com
Prefix : SMTP
IsPrimaryAddress …