On-premises and Azure AD Users

Emran Hossain 1 Reputation point
2021-09-28T11:15:29.58+00:00

Hello Guys !
I am working a project about Syncing Users Both Cloud And On-Premises Environmnet but i have no idea about it .
Problem are :

  1. I have a some users in Azure AD and some users in On-premise , how to sync users in Both environment Like all users in Cloud and All users in On-premises and they can log in their environment with same user name and password for Cloud and Om-premises environment !

I did not find any articles about it !

Can anybody have good idea about itand it will be helpful !

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,866 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Danny Zollner 9,531 Reputation points Microsoft Employee
    2021-09-28T15:53:16.237+00:00

    Users from on-prem can be synced to Azure AD. It is not possible today to send users from Azure AD back to on-prem though (creating new on-prem users sourced from AAD). There are PowerShell scripts out there that will pull most of the relevant information from Azure AD and then create the users on-prem, but that is a one time action. In that scenario, the new passwords for any on-prem users created to match an existing cloud user would overwrite the existing password, so you'd need to ensure that each cloud user being linked from AD <-> AAD had the ability to set their new password on-prem first.

    0 comments No comments

  2. Volodymyr Kochubeinyk (OntargIT) 0 Reputation points
    2024-05-13T07:02:58.2+00:00

    There are PowerShell scripts out there that will pull most of the relevant information from Azure AD and then create the users on-prem, but that is a one time action.

    @Danny Zollner , so where are that PowerShell scripts and why this is "a one time action"?

    0 comments No comments