Microsoft Security | Microsoft Identity Manager
A tool for managing user identities, credentials, and access across on-premises and cloud environments
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I need to download all my current users in Azure with SMTP information
A tool for managing user identities, credentials, and access across on-premises and cloud environments
I think SMTP for every Azure user comes from the proxyAddresses attribute, and the simplest way to download it is to run Get-MgUser -All -Property proxyAddresses and export the output.
AI answer
In Microsoft Entra admin center, a user export can include SMTP-related data.
Steps:
For SMTP information:
mail attribute.Notes:
References: