Files
docs/operations/reference/powershell/azure/check-email-aliases.md
Nicole Rappe 886fd0db07
All checks were successful
GitOps Automatic Documentation Deployment / Sync Docs to https://kb.bunny-lab.io (push) Successful in 4s
GitOps Automatic Documentation Deployment / Sync Docs to https://docs.bunny-lab.io (push) Successful in 6s
Additional Doc Restructure
2026-01-27 05:57:50 -07:00

512 B

!!! info "Prerequesite: Connect to Azure AD"

The uppercase SMTP address is the primary address, while lowercase smtp are aliases. You can find the value in active directory in "User > Attribute Editor > proxyAddresses".

Get-AzureADUser -ObjectId "user@domain.com" | Select -Property ProxyAddresses

!!! example "Example Output" powershell smtp:alias@domain.com smtp:alias@domain.onmicrosoft.com SMTP:primaryaddress@domain.com