You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Tutorial: Configure hybrid Azure Active Directory join for managed domains
21
21
22
-
Like a user in your organization, a device is a core identity you want to protect. You can use a device's identity to protect your resources at any time and from any location. You can accomplish this goal by bringing device identities and managing them in Azure Active Directory (Azure AD) by using one of the following methods:
22
+
In this tutorial, you learn how to configure hybrid Azure Active Directory (Azure AD) join for Active Directory domain-joined computers devices in a managed environment.
23
+
24
+
Like a user in your organization, a device is a core identity you want to protect. You can use a device's identity to protect your resources at any time and from any location. You can accomplish this goal by bringing device identities and managing them in Azure AD by using one of the following methods:
23
25
24
26
- Azure AD join
25
27
- Hybrid Azure AD join
26
28
- Azure AD registration
27
29
28
30
Bringing your devices to Azure AD maximizes user productivity through single sign-on (SSO) across your cloud and on-premises resources. You can secure access to your cloud and on-premises resources with [Conditional Access](../active-directory-conditional-access-azure-portal.md) at the same time.
29
31
30
-
In this tutorial, you learn how to configure hybrid Azure AD join for Active Directory domain-joined computers devices in a managed environment.
31
-
32
-
A managed environment can be deployed either through [password hash sync (PHS)](../hybrid/whatis-phs.md) or [pass-through authentication (PTA)](../hybrid/how-to-connect-pta.md) with [seamless single sign-on](../hybrid/how-to-connect-sso.md). These scenarios don't require you to configure a federation server for authentication.
32
+
You can deploy a managed environment by using [password hash sync (PHS)](../hybrid/whatis-phs.md) or [pass-through authentication (PTA)](../hybrid/how-to-connect-pta.md) with [seamless single sign-on](../hybrid/how-to-connect-sso.md). These scenarios don't require you to configure a federation server for authentication.
33
33
34
34
In this tutorial, you learn how to:
35
35
@@ -44,15 +44,15 @@ In this tutorial, you learn how to:
44
44
This tutorial assumes that you're familiar with these articles:
45
45
46
46
-[What is a device identity?](overview.md)
47
-
-[How to plan your hybrid Azure AD join implementation](hybrid-azuread-join-plan.md)
48
-
-[How to do controlled validation of hybrid Azure AD join](hybrid-azuread-join-control.md)
47
+
-[How To: Plan your hybrid Azure Active Directory join implementation](hybrid-azuread-join-plan.md)
48
+
-[Controlled validation of hybrid Azure AD join](hybrid-azuread-join-control.md)
49
49
50
50
> [!NOTE]
51
51
> Azure AD doesn't support smartcards or certificates in managed domains.
52
52
53
53
To configure the scenario in this article, you need the [latest version of Azure AD Connect](https://www.microsoft.com/download/details.aspx?id=47594) (1.1.819.0 or later) installed.
54
54
55
-
Verify that Azure AD Connect has synced the computer objects of the devices you want to be hybrid Azure AD joined to Azure AD. If the computer objects belong to specific organizational units (OUs), you must also configure the OUs to sync in Azure AD Connect. To learn more about how to sync computer objects by using Azure AD Connect, see [Configure filtering by using Azure AD Connect](../hybrid/how-to-connect-sync-configure-filtering.md#organizational-unitbased-filtering).
55
+
Verify that Azure AD Connect has synced the computer objects of the devices you want to be hybrid Azure AD joined to Azure AD. If the computer objects belong to specific organizational units (OUs), you must also configure the OUs to sync in Azure AD Connect. To learn more about how to sync computer objects by using Azure AD Connect, see [Organizational unit–based filtering](../hybrid/how-to-connect-sync-configure-filtering.md#organizational-unitbased-filtering).
56
56
57
57
Beginning with version 1.1.819.0, Azure AD Connect includes a wizard that you can use to configure hybrid Azure AD join. The wizard significantly simplifies the configuration process. The wizard configures the service connection points (SCPs) for device registration.
58
58
@@ -65,16 +65,16 @@ Hybrid Azure AD join requires devices to have access to the following Microsoft
65
65
-`https://device.login.microsoftonline.com`
66
66
-`https://autologon.microsoftazuread-sso.com` (If you use or plan to use seamless SSO)
67
67
68
-
If your organization requires access to the internet via an outbound proxy, Microsoft recommends[implementing Web Proxy Auto-Discovery (WPAD)](https://docs.microsoft.com/previous-versions/tn-archive/cc995261(v%3dtechnet.10)) to enable Windows 10 computers for device registration with Azure AD. If you encounter issues configuring and managing WPAD, see [Troubleshoot automatic detection](https://docs.microsoft.com/previous-versions/tn-archive/cc302643(v=technet.10)).
68
+
If your organization requires access to the internet via an outbound proxy, we recommend[implementing Web Proxy Auto-Discovery (WPAD)](https://docs.microsoft.com/previous-versions/tn-archive/cc995261(v%3dtechnet.10)) to enable Windows 10 computers for device registration with Azure AD. To address issues configuring and managing WPAD, see [Troubleshooting Automatic Detection](https://docs.microsoft.com/previous-versions/tn-archive/cc302643(v=technet.10)).
69
69
70
-
If you don't use WPAD and need to configure proxy settings on your computer, you can do so beginning with Windows 10 1709. For more information, see [Configure WinHTTP settings using a group policy object (GPO)](https://blogs.technet.microsoft.com/netgeeks/2018/06/19/winhttp-proxy-settings-deployed-by-gpo/).
70
+
If you don't use WPAD and need to configure proxy settings on your computer, you can do so, beginning with Windows 10 1709. For more information, see [WinHTTP Proxy Settings deployed by GPO](https://blogs.technet.microsoft.com/netgeeks/2018/06/19/winhttp-proxy-settings-deployed-by-gpo/).
71
71
72
72
> [!NOTE]
73
73
> If you configure proxy settings on your computer by using WinHTTP settings, any computers that can't connect to the configured proxy will fail to connect to the internet.
74
74
75
75
If your organization requires access to the internet via an authenticated outbound proxy, you must make sure that your Windows 10 computers can successfully authenticate to the outbound proxy. Because Windows 10 computers run device registration by using machine context, you must configure outbound proxy authentication by using machine context. Follow up with your outbound proxy provider on the configuration requirements.
76
76
77
-
To verify if the device is able to access the above Microsoft resources under the system account, you can use [Test Device Registration Connectivity](https://gallery.technet.microsoft.com/Test-Device-Registration-3dc944c0) script.
77
+
To verify if the device can access the above Microsoft resources under the system account, you can use [Test Device Registration Connectivity](https://gallery.technet.microsoft.com/Test-Device-Registration-3dc944c0) script.
78
78
79
79
## Configure hybrid Azure AD join
80
80
@@ -87,43 +87,43 @@ To configure a hybrid Azure AD join using Azure AD Connect, you need:
87
87
88
88
1. Start Azure AD Connect, and then select **Configure**.
1.On the **SCP** page, for each forest where you want Azure AD Connect to configure the SCP, complete the following steps, and then select **Next**:
108
+
1.In **SCP configuration**, for each forest where you want Azure AD Connect to configure the SCP, complete the following steps, and then select **Next**:
1. Select **Add** to enter the enterprise administrator credentials.
115
113
116
-
1. On the **Device operating systems** page, select the operating systems that devices in your Active Directory environment use, and then select **Next**.
@@ -134,11 +134,11 @@ If some of your domain-joined devices are Windows downlevel devices, you must:
134
134
- Install Microsoft Workplace Join for Windows downlevel computers
135
135
136
136
> [!NOTE]
137
-
> Windows 7 support ended on January 14, 2020. For more information, [Support for Windows 7 has ended](https://support.microsoft.com/en-us/help/4057281/windows-7-support-ended-on-january-14-2020).
137
+
> Windows 7 support ended on January 14, 2020. For more information, see [Windows 7 support ended](https://support.microsoft.com/en-us/help/4057281/windows-7-support-ended-on-january-14-2020).
138
138
139
139
### Configure the local intranet settings for device registration
140
140
141
-
To successfully complete hybrid Azure AD join of your Windows downlevel devices and to avoid certificate prompts when devices authenticate to Azure AD, you can push a policy to your domain-joined devices to add the following URLs to the local intranet zone in Internet Explorer:
141
+
To complete hybrid Azure AD join of your Windows downlevel devices and to avoid certificate prompts when devices authenticate to Azure AD, you can push a policy to your domain-joined devices to add the following URLs to the local intranet zone in Internet Explorer:
142
142
143
143
-`https://device.login.microsoftonline.com`
144
144
-`https://autologon.microsoftazuread-sso.com`
@@ -147,7 +147,7 @@ You also must enable **Allow updates to status bar via script** in the user’s
147
147
148
148
### Configure seamless SSO
149
149
150
-
To successfully complete hybrid Azure AD join of your Windows downlevel devices in a managed domain that uses [PHS](../hybrid/whatis-phs.md) or [PTA](../hybrid/how-to-connect-pta.md) as your Azure AD cloud authentication method, you must also [configure seamless SSO](../hybrid/how-to-connect-sso-quick-start.md#step-2-enable-the-feature).
150
+
To complete hybrid Azure AD join of your Windows downlevel devices in a managed domain that uses [password hash sync](../hybrid/whatis-phs.md) or [pass-through authentication](../hybrid/how-to-connect-pta.md) as your Azure AD cloud authentication method, you must also [configure seamless SSO](../hybrid/how-to-connect-sso-quick-start.md#step-2-enable-the-feature).
151
151
152
152
### Install Microsoft Workplace Join for Windows downlevel computers
153
153
@@ -164,8 +164,8 @@ To verify the device registration state in your Azure tenant, you can use the **
164
164
When you use the **Get-MSolDevice** cmdlet to check the service details:
165
165
166
166
- An object with the **device ID** that matches the ID on the Windows client must exist.
167
-
- The value for **DeviceTrustType**must be**Domain Joined**. This setting is equivalent to the **Hybrid Azure AD joined** state on the **Devices** page in the Azure AD portal.
168
-
- For devices that are used in Conditional Access, the value for **Enabled**must be **True** and **DeviceTrustLevel**must be**Managed**.
167
+
- The value for **DeviceTrustType**is**Domain Joined**. This setting is equivalent to the **Hybrid Azure AD joined** state on the **Devices** page in the Azure AD portal.
168
+
- For devices that are used in Conditional Access, the value for **Enabled**is **True** and **DeviceTrustLevel**is**Managed**.
169
169
170
170
**To check the service details**:
171
171
@@ -178,9 +178,11 @@ When you use the **Get-MSolDevice** cmdlet to check the service details:
178
178
179
179
If you experience issues with completing hybrid Azure AD join for domain-joined Windows devices, see:
180
180
181
-
-[Troubleshoot hybrid Azure AD join for Windows current devices](troubleshoot-hybrid-join-windows-current.md)
182
-
-[Troubleshoot hybrid Azure AD join for Windows downlevel devices](troubleshoot-hybrid-join-windows-legacy.md)
181
+
-[Troubleshooting hybrid Azure Active Directory joined devices](troubleshoot-hybrid-join-windows-current.md)
182
+
-[Troubleshooting hybrid Azure Active Directory joined down-level devices](troubleshoot-hybrid-join-windows-legacy.md)
183
183
184
184
## Next steps
185
185
186
-
Learn how to [manage device identities by using the Azure portal](device-management-azure-portal.md).
186
+
Advance to the next article to learn how to manage device identities by using the Azure portal.
0 commit comments