Forum Discussion
IvanBelev
Oct 07, 2020Copper Contributor
Synchronize Azure AD users to local AD
Hello Community, I have the following topic that I couldn't find how to handle. We have many existing Office365 users (the organization is a University). We need to create a new empty local Active D...
PhillipRGarcia
Copper Contributor
Do you have an article on how to export from Azure AD?
HidMov
Jun 06, 2023Steel Contributor
In the portal:
Download a list of users in the Azure portal - Microsoft Entra | Microsoft Learn
I think I used AzureAD Powershell back in the day (been a while since I've done this) Get-AzureADUser might be a good starting point.
Get-AzureADUser (AzureAD) | Microsoft Learn
Hope this helps,