====== 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