User Tools

Site Tools


internet:mail:exchange:exchange_find_alias

Find an Exchange E-Mail Alias

Change info in the following for your mail alias:

Get-Recipient -resultSize unlimited | select name -expand emailAddresses | where {$_.smtpAddress -match ".*info@.*"} | Format-Table name, smtpaddress
internet/mail/exchange/exchange_find_alias.txt · Last modified: 2016/02/17 16:37 by gcooper