Forum Discussion
Can anyone help fot setup of specific devices that is synced to hybrid azure ad join?
- Feb 08, 2021
hongwoo_jin You can configure specific PCs to hybrid join by using client side registry keys rather than setting up the hybrid join SCP in AADConnect - I use group policy preferences registry items to set these:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CDJ\AAD\TenantId – REG_SZ – and set the value to your tenant ID (can be obtained from the Azure AD Overview screen)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CDJ\AAD\TenantName – REG_SZ – and set the value to your primary domain (again this can be seen on the Azure AD Overview screen).
CoasterKaty You mean I don't need to select and activate hybird azure ad join into aad connect server? I just only set those two registry keys which you mentioned before, then does it automatically also change that status to hybrid azure ad joined without setting hybrid azure ad on aad connect server.
I hope please give a full guide to followup if you are ok? I'm confusing it with just that information.
Thx
hongwoo
hongwoo_jin You need to be syncing computer account as well as user accounts with Azure AD Connect Sync setup but no you don't need to configure hybrid domain join in AAD Connect, you just need those two registry keys on the windows 10 devices you want to be hybrid joined. Once they're set it should auto join by itself and you can monitor this with dsregcmd /status on the client, if you don't want to wait for it you can run dsregcmd /join.