3
votes

Is it possible to sync users from cloud Azure Active Directory to on premise AD? On premise is a bit wrong here because it is actually a virtual network in Azure with a Windows Server virtual machine AD. I started with Azure AD and therefore all users are there but I would like to sync them to this virtual machine AD in a virtual network in Azure. I tried Azure AD Connect but this works to sync form on premise to Azure AD. How can I do it the other way around?

1

1 Answers

3
votes

Is it possible to sync users from cloud Azure Active Directory to on premise AD?

For now, it is not possible.

Here the feedback about it, maybe you can vote up it, that feedback will be monitored and reviewed by the Microsoft engineering teams.

As a workaround, we can use powershell to export Azure AD users' information to local file, then use that file to create users in on premise AD.

Here a similar case about you, please refer to it.

Hope this helps.