Azure AD: how to update user's ImmutableId without AzureAD module nor MSOnline module

mie foresightla.com 0 Reputation points
2024-11-23T02:38:55.55+00:00

I am AD and Azure AD Administrator. I want to sync an existing Azure AD account with a newly created on-premises AD account in an environment where: OnPremisesImmutableId is empty for all Azure AD accounts. Azure AD Connect currently uses objectGUID for synchronization. The Azure AD account was created independently, and now needs to be linked to an on-premises AD account. and updating [immutableid] in user object using Azure AD module is the only way I could find, but Azure AD module cannot be run in Windows 2022 server. My goal is to sync an existing Azure AD account with a newly created on-premises AD account using objectGUID for syncID. Any suggestions would be appreciated.

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,681 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,289 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 18,965 Reputation points
    2024-11-23T04:30:52.0633333+00:00

    Take a look at this link here:

    https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-install-existing-tenant?source=recommendations

    The above applies to when you have an existing tenant.

    If the ImmutableID is not null , you have to convert its value and set it on ms-dsconsystencyGUID in AD on-premise user account.

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.