Migration from Hybrid to AAD

DerekR 26 Reputation points
2021-08-03T15:55:02.847+00:00

I am trying to do my research on migrating off of our hybrid environment to AAD. All of our workstations are Hybrid joined. Will I need to remove them from the on-prem AD and add them back to AAD? Any links to documentation would be appreciated.

Thanks,

Derek

Microsoft Security | Active Directory Federation Services
0 comments No comments
{count} votes

Answer accepted by question author
  1. Siva-kumar-selvaraj 15,721 Reputation points Volunteer Moderator
    2021-08-06T20:48:21.237+00:00

    Thanks for reaching out.

    When you say Hybrid, I assume you mean Hybrid Azure AD Join. If you are not sure about current state of devices then I would recommend you to use dsregcmd /status utility and figure out current state of device ( example : DJ, HAADJ, or WPJ ) before remove devices from the on-prem AD.

    This utility must be run as a domain user account which lists the device join state parameters.

    Sample device state output:

    Domain Joined (DJ):
    121303-image.png

    Hybrid Azure AD Joined (HAADJ):
    121311-image.png

    Workplace Joined (WPJ):
    121255-image.png

    Refer below steps to perform cleanup depends on current device state of windows 10 devices, once that has completed then you can perform Azure AD Join.

    Domain Joined (DJ):
    This would be straight forward, whereas unjoin devices from the on-prem AD and then disable or delete Windows 10 devices in your on-premises AD.

    Hybrid Azure AD join
    For hybrid Azure AD joined devices, make sure to turn off automatic registration in AD using the Controlled validation article. Then the scheduled task won't register the device again. Next, open a command prompt as an administrator and enter dsregcmd.exe /debug /leave . Or run this command as a script across several devices to unjoin in bulk.

    and remove devices from the on-prem AD and then Disable or delete Windows 10 devices in your on-premises AD, and let Azure AD Connect synchronize the changed device status to Azure AD. Reference: https://free.blessedness.top/en-us/azure/active-directory/devices/faq#hybrid-azure-ad-join-faq

    Workplace Joined (WPJ)/Azure AD Registered
    Remove Workplace Joined as per this link and remove devices from the on-prem AD and then Disable or delete Windows 10 devices in your on-premises AD, and let Azure AD Connect synchronize the changed device status to Azure AD.

    I would strongly recommend to refer this article, Cleanup Azure AD Devices.

    ------
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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