Skip to content

Commit 1a5a24d

Browse files
authored
Merge pull request #78758 from SanDeo-MSFT/patch-11
Update hybrid-azuread-join-managed-domains.md
2 parents 21643b5 + 8eadde3 commit 1a5a24d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Hybrid Azure AD join requires the devices to have access to the following Micros
6464
- `https://device.login.microsoftonline.com`
6565
- `https://autologon.microsoftazuread-sso.com` (If you are using or planning to use Seamless SSO)
6666

67-
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 to do device registration with Azure AD. If you are encountering issues with configuring and managing WPAD, go to [troubleshooting automatic detection](https://docs.microsoft.com/previous-versions/tn-archive/cc302643(v=technet.10).
67+
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 to do device registration with Azure AD. If you are encountering issues with configuring and managing WPAD, go to [troubleshooting automatic detection](https://docs.microsoft.com/previous-versions/tn-archive/cc302643(v=technet.10)).
6868

6969
If you are not using WPAD and need to configure proxy settings on your computer, you can do so starting with Windows 10 1709, by [configuring WinHTTP settings using a group policy object (GPO)](https://blogs.technet.microsoft.com/netgeeks/2018/06/19/winhttp-proxy-settings-deployed-by-gpo/).
7070

@@ -143,7 +143,7 @@ Additionally, you need to enable **Allow updates to status bar via script** in t
143143

144144
To successfully complete hybrid Azure AD join of your Windows down-level devices in a managed domain that is using [Password Hash Sync (PHS)](https://docs.microsoft.com/azure/active-directory/hybrid/whatis-phs) or [Pass Through Authentication (PTA)](https://docs.microsoft.com/azure/active-directory/hybrid/how-to-connect-pta) as your Azure AD cloud authentication method, you must also [configure Seamless SSO](https://docs.microsoft.com/azure/active-directory/hybrid/how-to-connect-sso-quick-start#step-2-enable-the-feature).
145145

146-
### install Microsoft Workplace Join for Windows down-level computers
146+
### Install Microsoft Workplace Join for Windows down-level computers
147147

148148
To register Windows down-level devices, organizations must install [Microsoft Workplace Join for non-Windows 10 computers](https://www.microsoft.com/download/details.aspx?id=53554) available on the Microsoft Download Center.
149149

@@ -157,7 +157,7 @@ To verify the device registration state in your Azure tenant, you can use the **
157157

158158
When using the **Get-MSolDevice** cmdlet to check the service details:
159159

160-
- An object with the **device id** that matches the id on the Windows client must exist.
160+
- An object with the **device ID** that matches the ID on the Windows client must exist.
161161
- The value for **DeviceTrustType** must be **Domain Joined**. This is equivalent to the **Hybrid Azure AD joined** state on the Devices page in the Azure AD portal.
162162
- The value for **Enabled** must be **True** and **DeviceTrustLevel** must be **Managed** for devices that are used in conditional access.
163163

0 commit comments

Comments
 (0)