Admins Experience: Deploy Hybrid Azure AD-joined devices by using Intune and Windows Autopilot
Published Jan 27 2020 12:11 PM 31K Views
Microsoft

Hi everyone, today we have a post by Intune Support Engineer Mingzhe Li. In this post, Mingzhe takes a look at Deploying Hybrid Azure AD-joined devices by using Intune and Windows Autopilot from an Admins perspective. This is a must-read if you’re planning to implement this feature.  This is a two part series, see the End-User Experience below:

 

End-User Experience: Deploy Hybrid Azure AD-joined devices by using Intune and Windows Autopilot  

=====

 

The purpose of this post is to provide an easy, end-to-end guide on setting up hybrid Azure AD joined devices using Windows Autopilot with Microsoft Intune. When working on this topic as a Support Engineer, many customers ask me for a simple tutorial with as many screenshots as possible. Furthermore, my customers would like to know more about the technical workflow of the enrollment process and what log files to investigate. In response to that, I decided to write this article with the hopes that it will help you too and make getting this setup as easy as possible.

 

This article will describe how to set up the enrollment infrastructure e.g. how to install the Intune Connector for Active Directory, how to set the correct permissions on Active Directory and how to upload devices into the Intune Autopilot Portal etc. The audience of this article will be for IT admins. There is a separate article describing the end-user experience.

 

Setting up the infrastructure

Before we start with setting up the infrastructure, make sure that we are meeting all the pre-requisites which are described here:

https://docs.microsoft.com/en-us/intune/enrollment/windows-autopilot-hybrid

Once you confirmed that your landscape fulfills the pre-requirements according to above article, we need to activate the Auto MDM enrollment in Active Azure Directory.

Activate Auto MDM enrollment

Make sure that Auto-enrollment is activated for those users who are going to enroll their devices.

 

HADJAuto1.png

 

Now, we shall install the Intune Connector for Active Directory. The main responsibility of the connector is to automatically join the device into the on-premise Active Directory domain during the enrollment.

 

Install Hybrid Autopilot connector

Logon to your Intune portal and navigate to:

 

HADJAuto2.png

 

Add a new connector, download and install the connector on a Windows 2016 server or higher which is managed by your Active Directory:

 

HADJAuto3.png

Start the installation of the downloaded file ODJConnectorBootstrapper. For troubleshooting the installation, we can check the event viewer logs Windows logs -> Application:

 

HADJAuto4.png

 

After the installation finished, click on ‘Configure now’ and sign-in with Global Admin account or Intune Admin account. The account also must have a valid Intune license. This will make sure that the connector is properly managed by your Intune tenant.

 

HADJAuto5.png

 

Once the sign-in is completed, the connector should come-up on your Intune portal after a couple of minutes:

 

HADJAuto6.png

 

If you are unable to sign-in, you can turn off IE Enhanced Security Configuration. If you have a web-proxy, make sure the proxy is bypassed according to https://docs.microsoft.com/en-us/intune/enrollment/autopilot-hybrid-connector-proxy.

 

Configure your Active Directory

Now, we must make sure that the machine on which the Intune connector is installed, can create computer objects in the Active Directory. Logon to your Domain Controller and run DSA.msc. Create a new OU which includes all hybrid-joined devices using Windows Autopilot and click on ‘delegate control’:

 

HADJAuto7.png

 

Click on ‘Add’:

 

HADJAuto8.png

 

Add Computers to Object Types:

 

HADJAuto9.pngHADJAuto10.png

 

Now enter the name of the Server where the connector is installed:

 

HADJAuto11.png

 

Follow the instructions and select Create a custom tasks to delegate:

 

HADJAuto12.png

 

Configure according to below settings:

 

HADJAuto13.png

 

HADJAuto14.png

 

 

Finish the configuration.

 

Create device group on Intune portal

Logon to your Intune portal and create a new dynamic device group (in our example Autopilot_Test) on the Intune portal:

 

 

 

HADJAuto15.png

The membership rule should be:

device.devicePhysicalIDs -any _ -contains "[ZTDId]"

 

 

This group will include all devices uploaded into the Intune Autopilot portal so that we can deploy the Autopilot enrollment profile and the domain join profile at a later point in time.

 

Upload your devices to the Intune Autopilot portal

After we have created the device group, we need to obtain the hardware hash from the device to be enrolled. The hardware hash will usually be provided by the hardware vendor. Alternatively, you can also run below Powershell commands on the device. A csv file will be created and stored into the directory C:\HWID.

 

md c:\\HWID

Set-Location  c:\\HWID

Set-ExecutionPolicy  -Scope  Process  -ExecutionPolicy  Unrestricted

Install-Script  -Name  Get-WindowsAutoPilotInfo

Get-WindowsAutoPilotInfo.ps1  -OutputFile  AutoPilotHWID.csv

 

Import the csv file to the Intune Autopilot portal:

 

HADJAuto16.png

 

HADJAuto17.png

 

The import can take up to 15 minutes.

 

 

Once the device is successfully synched, a new entry will come up in the portal:

HADJAuto18.png

 

This device entry should also come-up in Azure AD:

HADJAuto19.png

 

 

The device group we previously created will be populated automatically with the synched devices:

HADJAuto20.png

 

 

In case the device appears in the Intune Autopilot portal after synching but not in the Azure AD device list, make sure that the same device is not already registered/joined within the current Azure AD tenant or within any other Azure AD tenants.

 

 

Create Autopilot profile

Once we have confirmed that the device group is successfully populated with the synched Autopilot devices, we can start to create the Autopilot enrollment profile:

 

HADJAuto21.png

 

 

HADJAuto22.png

 

For example, you can set settings as below:

 

HADJAuto23.png

 

Deploy the profile to the dynamic device group you created:

 

HADJAuto24.png

 

 

Wait until the device appears under the enrollment profile so that we can confirm that the device is assigned to the profile:

 

HADJAuto25.png

 

This can take up to 10 minutes.

 

 

Create domain join profile

Afterwards, we need to create the domain join profile and deploy it to our Autopilot devices. The domain join profile will include parameters such as your domain name and the definition of the OU you created for Autopilot devices. During the enrollment process, the information included in the domain join profile will be exported into a BLOB file and processed by the Intune connector. The Intune connector will add the device into the on-prem Active Directory domain based on the information stored in the BLOB file.

 

 

Navigate to:

 

HADJAuto26.png

 

 

Fill the values with the required information:

 

HADJAuto27.png

 

 

Computer name prefix: This parameter defines the prefix for each computer enrolled with Autopilot into Intune. If the prefix is set as Mingzhe-, the device would look as below once enrolled into Intune:

 

HADJAuto28.png

 

 

Domain name: Provide the full domain name here.

 

Organizational unit: This should include the distinguished name of the Autopilot OU. In our example, we previously created the OU Hybrid_Autopilot. We can get the distinguished name of this OU here:

 

HADJAuto29.png

 

 

 

 

 

 

 

 

 

 

HADJAuto30.png

 

 

 

 

 

 

 

 

 

 

Save the profile and deploy it to your Autopilot device group:

 

HadJAuto31.png

 

Configure hybrid Azure Active Directory join

 

As the device will be hybrid Azure Active Directory joined during the enrollment, we need to configure required settings on your Azure AD Connect server. A how-to guide can be found in below links:

 

If you have a federated environment:

https://docs.microsoft.com/en-us/azure/active-directory/devices/hybrid-azuread-join-federated-domain...

 

If you have a managed environment:

https://docs.microsoft.com/en-us/azure/active-directory/devices/hybrid-azuread-join-managed-domains

 

We have now completed all steps to enable the Windows Autopilot process on the target.

 

Mingzhe Li 

Intune Support Engineer

11 Comments
Iron Contributor

Nice article.

Could you extend this to a scenario where you have both hybrid AD joined and cloud native enrolled devices in the same tenant?

And how this effect the co-management setup for the hydrid AD joined devices?

How would you make the distinction between both types when building the dynamic groups?

 

Thanks for Sharing with the Community :cool:

Microsoft

@Matthias Vandenberghe Very valid point here. We are currently testing best practice to compine hybrid Autopilot and co-management. Once we come up with our testing results, it will be shared either in this blog or in our official docs. Will keep you guys posted.

Steel Contributor

Fantastic work, thank you for this.

Iron Contributor

@Mingzhe_Li , thanks.

Currently we are also testing this and ran already in some problems. Like we have several types of devices, ones only joined via intune and already installed with autopilot, and then we have Hybrid ad joined devices.

When enabling co-management, without shifting workloads yet, we see some strange effect like the ESP presenting... even-though we are not launching the autopilot process.... so the ESP shouldn't even be shown as the device is already joined, installed and managed...

 

Therefor, it would be nice to indeed see some best practices on this topic

Brass Contributor

I am still stuck on the provisioning. Also I dont know where to find the diagnostics data, because there is a "View diagnostics data" button but no data in the folder.

 

Update: Problem solved- there was still the legacy intune enrollment application registered. After removal it worked.

Copper Contributor

Thank you for sharing

Copper Contributor

@BreezeMSFT Hi, I have done and followed the exact steps in setting up the hybrid profile. But with current lockdown situation I am attempting the Windows autopilot from home without access to domain controller. Any tips on it if this will work?

Please note I need to setup an infrastructure for new company with 60 x laptop users. My traditional domain controller is a virtual machine in my Azure tenant. I don't have any on prem footprint.

Also, another issue I am having is the laptop doesn't connect to Autoclient service after connecting to home wifi. Instead of 'Welcome to Microsoft Services' page' I get the 'Sign in to Microsoft account'

 

any inputs or help is highly appreciated. 

Brass Contributor

As far as I know from the documentation its required to have an connection for the very first deployment on an AutoPilot device.

If there is no DC connection with an Hybrid deployment it will hang and fail.

You need to have an Network/VPN or something else to the DC

Brass Contributor

Would be good to have this document updated with information regarding the recently released option for Hybrid Join "Skip AD connectivity check"

 

How does it work, what happens if the DC is not contactable, what happens if the machine is deployed and the DC becomes available?

 

Is there a Hybrid Join recovery process which happens in the background or manually should the device be able to contact a line of site DC after being deployed.

 

Look forward to seeing the updated information.

 

Thanks

Hi @torquetechit_tonyd, thanks for the feedback. We've passed your feedback to the blog author, but in the interim, here are a couple of blogs from @Michael Niehaus that may help answer a few questions:

Windows Autopilot user-driven Hybrid Azure AD Join: Which VPN clients work?

Windows Autopilot user-driven Hybrid Azure AD Join over the internet using a VPN

 

Hope this helps! ^MS

Version history
Last update:
‎Jan 30 2020 03:40 PM
Updated by: