Welcome to my first post, im going to kick things off firstly introducing Microsoft Intune Autopilot. If you are new to Windows Autopilot, this setup guide should help you in setting up Windows Autopilot in Endpoint Manager from scratch.
I always wanted to publish a Windows Autopilot setup guide for people who are getting into Microsoft Intune. With this guide anyone who wants to test Autopilot can start off and all this can be done in your lab. If you have a physical device with TPM 2.0 or VM would be sufficient.
Windows Autopilot is reliable way to deploy Windows and is being currently used by many large organizations. We also see Microsoft improving Autopilot by adding more improvements to it. Windows Autopilot can help you deploy Windows 10 or later with least admin interaction.
In this post, I will cover the Intune Autopilot basics, process overview, Autopilot prerequisites, and then I will show you how to set up and configure Autopilot in Microsoft Intune. You can also use this guide to get started with Intune Autopilot Deployment.
A Microsoft Entra ID P1 or P2 subscription or Premium trial subscription for automatic MDM enrollment also a Microsoft Intune subscription.
According to Microsoft, Intune Autopilot is a cloud based solution used to provision and pre-configure company owned devices, getting them ready for productive use. Autopilot (Microsoft Autopilot) can be used to reset, repurpose, and recover devices. The Autopilot solution enables an IT department to achieve the above with little to no infrastructure to manage, with a process that’s easy and simple.
The following is requirement for Intune Autopilot.
When dealing with autopilot in production, you provide delegated access to VAR/Supplier (Value-Added Reseller) so they can upload HWID to the businesses Intune tenant where you can dynamically assign provisioning profile.
This uploads the endpoint hash directly to intune portal
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned
Install-Script -Name Get-WindowsAutopilotInfo -Force
Get-WindowsAutopilotInfo -Online
Raw
When you are prompted to install the NuGet Provider, choose Yes.
After running the commands and logging into MS Graph with appropiate permissions to upload device hash.
You will see gathering details for device with serial number: and waiting for 1 of 1 to be imported (beware if you choose csv path with multiple device hash number will be greater)
If everything successful you will see 1 devices imported successfully.
You will see the device serial number appear in endpoint portal
Device > Enrollment
Profile status will be unassigned as you wont have any profiles created do not confuse yourself from my example
Click Members and add the Autopilot VM to the group. Hit Select and then create the group.
Do not choose Self-Deploy for deployment mode if you are labbing this using a VM
On the Create profile page, provide unique name for the Autopilot profile. Let convert all targeted devices to Autopilot be set to No. Click Next.
Device name template will be different in production matching company agreed naming convention
On the Assignments page, Select groups to include. Click the PCN - Blog - AP (group name you have created for the example) group, and then click Select. Click Next to continue.
Click Create to create a Autopilot deployment profile.
After you created the deployment profile, go back to devices > enroll devices and take a look at the status of your Windows VM. The status updates from Updating to Assigned. If you see the status as Assigned, proceed with next step.
Now it’s time to visit our Windows VM and check the Windows Autopilot setup in action. Before you proceed ensure the following prerequisites are met.
Configures the Windows device.
Configures your account.
Click OK to use Windows Hello with your account.
Approve the signing request using MS Authenticator
In order to secure this device, setup a PIN to access the device without using your actual O365 account password.
You have successfully set the PIN now. Click OK and this completes the Windows Autopilot Setup.
You also will be able to see the device in endpoint manager.