List all allias in m365 with a for a specific username
To list all aliases (email addresses) associated with the mailbox test@example.com in Microsoft 365, here are the most common and reliable methods.
β
Method 1: Microsoft 365 Admin Center (GUI)
Navigate to Users β Active users
Click on test@example.com
Select Mail tab
Click Manage email aliases
π Youβll see:
Primary SMTP address
All secondary aliases (smtp:)
β
Method 2: Exchange Admin Center (GUI)
Navigate to Recipients β Mailboxes
Click test@example.com
Open Email addresses
This shows:
Primary email
All aliases
Proxy addresses (SMTP, SIP, etc.)
β
Method 3: PowerShell (Recommended for Accuracy)
Step 1: Connect to Exchange Online
Step 2: Get all aliases for the user
Optional: Show in a cleaner format
SMTP-only aliases
πΉ
SMTP:(uppercase) = Primary πΉsmtp:(lowercase) = Aliases
β
Method 4: Azure AD (Less Complete β Not Recommended)
Azure AD does not always show all mail aliases, so use Exchange methods instead.
π Required Permissions
You need one of these roles:
Global Admin
Exchange Admin
User Administrator
PreviousEnable Archive Policy & Assign Retention Tag for a User in Microsoft 365NextDelete all the guest users from m365 tenant
Last updated
Was this helpful?