Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid 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
An Azure service that is used to automate, configure, and install updates across hybrid 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: