Skip to content

Commit cb91d62

Browse files
Peer review feedback.
1 parent 1c55776 commit cb91d62

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

articles/active-directory/devices/hybrid-azuread-join-managed-domains.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@ ms.collection: M365-identity-device-management
1919
---
2020
# Tutorial: Configure hybrid Azure Active Directory join for managed domains
2121

22-
In this tutorial, you learn how to configure hybrid Azure Active Directory (Azure AD) join for Active Directory domain-joined devices in a managed environment.
22+
In this tutorial, you learn how to configure hybrid Azure Active Directory (Azure AD) join for Active Directory domain-joined devices. This method supports a managed environment that includes both on-premises Active Directory and Azure AD.
2323

2424
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 managing device identities in Azure AD. Use one of the following methods:
2525

2626
- Azure AD join
2727
- Hybrid Azure AD join
2828
- Azure AD registration
2929

30+
This article focuses on hybrid Azure AD join.
31+
3032
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.
3133

3234
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.
@@ -45,7 +47,7 @@ In this tutorial, you learn how to:
4547
- The credentials of a global administrator for your Azure AD tenant
4648
- The enterprise administrator credentials for each of the forests
4749

48-
This tutorial assumes that you're familiar with these articles:
50+
Familiarize yourself with these articles:
4951

5052
- [What is a device identity?](overview.md)
5153
- [How To: Plan your hybrid Azure Active Directory join implementation](hybrid-azuread-join-plan.md)
@@ -54,7 +56,7 @@ This tutorial assumes that you're familiar with these articles:
5456
> [!NOTE]
5557
> Azure AD doesn't support smartcards or certificates in managed domains.
5658
57-
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).
59+
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), 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).
5860

5961
Beginning with version 1.1.819.0, Azure AD Connect includes a wizard to configure hybrid Azure AD join. The wizard significantly simplifies the configuration process. The wizard configures the service connection points (SCPs) for device registration.
6062

@@ -69,14 +71,14 @@ Hybrid Azure AD join requires devices to have access to the following Microsoft
6971

7072
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)).
7173

72-
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/).
74+
If you don't use WPAD, you can configure proxy settings on your computer 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/).
7375

7476
> [!NOTE]
7577
> 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.
7678
77-
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.
79+
If your organization requires access to the internet via an authenticated outbound proxy, 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, configure outbound proxy authentication by using machine context. Follow up with your outbound proxy provider on the configuration requirements.
7880

79-
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.
81+
Verify the device can access the above Microsoft resources under the system account by using the [Test Device Registration Connectivity](https://gallery.technet.microsoft.com/Test-Device-Registration-3dc944c0) script.
8082

8183
## Configure hybrid Azure AD join
8284

@@ -102,7 +104,7 @@ To configure a hybrid Azure AD join by using Azure AD Connect:
102104

103105
![Device options](./media/hybrid-azuread-join-managed-domains/azure-ad-connect-device-options.png)
104106

105-
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**:
107+
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**.
106108

107109
1. Select the **Forest**.
108110
1. Select an **Authentication Service**.
@@ -156,7 +158,7 @@ The installer creates a scheduled task on the system that runs in the user conte
156158

157159
## Verify the registration
158160

159-
To verify the device registration state in your Azure tenant, you can use the **[Get-MsolDevice](/powershell/msonline/v1/get-msoldevice)** cmdlet in the [Azure Active Directory PowerShell module](/powershell/azure/install-msonlinev1?view=azureadps-2.0).
161+
Verify the device registration state in your Azure tenant by using **[Get-MsolDevice](/powershell/msonline/v1/get-msoldevice)**. This cmdlet is in the [Azure Active Directory PowerShell module](/powershell/azure/install-msonlinev1?view=azureadps-2.0).
160162

161163
When you use the **Get-MSolDevice** cmdlet to check the service details:
162164

0 commit comments

Comments
 (0)