Forum Discussion
Synchronize Azure AD users to local AD
Hi IvanBelev
Aside for some very specific situations such as password and certain groups, write back from AzureAD to on Prem AD DS is not possible. In the past we have created a new on prem domain, exported out the relevant data from Azure AD, import it into the local AD then set up AzureAD connect. This would make the on Prem AD the source of authority going forward so changes would need to be done in AD DS and not Office365 going forward.
I've done this for small clients, but not at the scale of a university.
- HidMovJun 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,