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
Copy file name to clipboardExpand all lines: articles/active-directory/active-directory-device-registration-on-premises-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ There are many different ways to communicate this URL to your users. For example
160
160
### Join a Windows 7 device by using Azure Active Directory device registration
161
161
To register Windows 7 domain-joined devices, you need to deploy the [device registration software package](https://www.microsoft.com/download/details.aspx?id=53554).
162
162
163
-
For instructions about how to use the package, see [Windows Installer packages for non-Windows 10 computers](device-management-hybrid-azuread-joined-devices-setup.md#windows-installer-packages-for-non-windows-10-computers).
163
+
For instructions about how to use the package, see [Windows Installer packages for non-Windows 10 computers](devices/hybrid-azuread-join-manual-steps.md#windows-installer-packages-for-non-windows-10-computers).
164
164
165
165
## Verify that registered devices are written back to Active Directory
166
166
You can view and verify that your device objects have been written back to your Active Directory by using LDP.exe or ADSI Edit. Both are available with the Active Directory administrator tools.
Copy file name to clipboardExpand all lines: articles/active-directory/devices/hybrid-azuread-join-manual-steps.md
+18-13Lines changed: 18 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: How to configure hybrid Azure Active Directory joined devices | Microsoft Docs
3
-
description: Learn how to configure hybrid Azure Active Directory joined devices.
2
+
title: Configure hybrid Azure Active Directory joined devices manually | Microsoft Docs
3
+
description: Learn how to manually configure hybrid Azure Active Directory joined devices.
4
4
services: active-directory
5
5
documentationcenter: ''
6
6
author: MarkusVi
@@ -14,18 +14,23 @@ ms.workload: identity
14
14
ms.tgt_pltfrm: na
15
15
ms.devlang: na
16
16
ms.topic: article
17
-
ms.date: 03/15/2018
17
+
ms.date: 07/31/2018
18
18
ms.author: markvi
19
-
ms.reviewer: jairoc
19
+
ms.reviewer: sandeo
20
20
21
21
---
22
-
# How to configure hybrid Azure Active Directory joined devices
22
+
# Tutorial: Configure hybrid Azure Active Directory joined devices manually
23
23
24
-
With device management in Azure Active Directory (Azure AD), you can ensure that your users are accessing your resources from devices that meet your standards for security and compliance. For more details, see [Introduction to device management in Azure Active Directory](device-management-introduction.md).
24
+
With device management in Azure Active Directory (Azure AD), you can ensure that your users are accessing your resources from devices that meet your standards for security and compliance. For more details, see [../Introduction to device management in Azure Active Directory](../device-management-introduction.md).
25
25
26
26
If you have an on-premises Active Directory environment and you want to join your domain-joined devices to Azure AD, you can accomplish this by configuring hybrid Azure AD joined devices. This article provides you with the related steps.
27
27
28
28
29
+
30
+
> [!TIP]
31
+
> If using Azure AD Connect is an option for you, see [Select your scenario](hybrid-azuread-join-plan.md#select-your-scenario). By using Azure AD Connect, you can simplify the configuration of hybrid Azure AD join significantly.
32
+
33
+
29
34
## Before you begin
30
35
31
36
Before you start configuring hybrid Azure AD joined devices in your environment, you should familiarize yourself with the supported scenarios and the constraints.
@@ -187,10 +192,10 @@ In the script above,
187
192
188
193
-`$verifiedDomain = "contoso.com"` is a placeholder you need to replace with one of your verified domain names in Azure AD. You will have to own the domain before you can use it.
189
194
190
-
For more details about verified domain names, see [Add a custom domain name to Azure Active Directory](active-directory-domains-add-azure-portal.md).
195
+
For more details about verified domain names, see [Add a custom domain name to Azure Active Directory](../active-directory-domains-add-azure-portal.md).
191
196
To get a list of your verified company domains, you can use the [Get-AzureADDomain](/powershell/module/Azuread/Get-AzureADDomain?view=azureadps-2.0) cmdlet.
For more details about verified domain names, see [Add a custom domain name to Azure Active Directory](active-directory-domains-add-azure-portal.md).
341
+
For more details about verified domain names, see [Add a custom domain name to Azure Active Directory](../active-directory-domains-add-azure-portal.md).
337
342
338
343
To get a list of your verified company domains, you can use the [Get-MsolDomain](/powershell/module/msonline/get-msoldomain?view=azureadps-1.0) cmdlet.
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-reference-node.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ The following table shows the Node.js version used by each major version of the
267
267
| Functions version |Node.js version |
268
268
|---|---|
269
269
|1.x|6.11.2 (locked by the runtime) |
270
-
|2.x|>=8.4.0with current LTS8.9.4recommended. Set the version by using the WEBSITE_NODE_DEFAULT_VERSION [app setting](functions-how-to-use-azure-function-app-settings.md#settings).|
270
+
|2.x| _Active LTS_ and _Current_ Node.jsversions (8.11.1 and 10.6.0recommended). Set the version by using the WEBSITE_NODE_DEFAULT_VERSION [app setting](functions-how-to-use-azure-function-app-settings.md#settings).|
271
271
272
272
You can see the current version that the runtime is using by printing `process.version` from any function.
0 commit comments