What Does Autopilot profile Mean?
On This Page
Quick Definition
An Autopilot profile is a set of instructions that tells a new Windows computer how to set itself up for work or school. It allows IT teams to pre-configure devices so that when an employee turns on their new laptop for the first time, it automatically joins the organization’s network, installs the right apps, and applies security policies. This removes the need for IT staff to touch the device physically.
Commonly Confused With
An Autopilot profile controls the initial out-of-box experience and the device's first connection to Azure AD and Intune. A device configuration profile, on the other hand, is an Intune policy that applies settings (like BitLocker, Wi-Fi, or Windows Update) to devices after they have already been enrolled and managed. The Autopilot profile is a one-time deployment tool, while device configuration profiles are ongoing management policies.
The Autopilot profile is like the set of instructions given to a new employee on their first day. A device configuration profile is like the ongoing company policies that the employee follows every day, such as dress code or software restrictions.
An Autopilot reset wipes the device and reprovisions it using the same Autopilot profile that was originally assigned, without requiring the hardware hash to be re-imported. A factory reset (from Windows Recovery or Windows Settings) can also wipe the device but may remove the device's Autopilot registration, necessitating a fresh import of the hardware hash into Intune.
An Autopilot reset is like clearing a student's desk and reissuing the same school supplies from the same classroom. A factory reset is like destroying the entire school record and requiring the student to re-enroll with new paperwork.
User-Driven mode requires the end user to sign in with their work or school credentials during OOBE. Self-Deploying mode requires no user interaction at all; the device provisions itself automatically. Self-Deploying mode is intended for shared or unattended devices like kiosks, while User-Driven is for personal devices assigned to a specific employee.
User-Driven mode is like a hotel where you must show your ID at check-in to get your key. Self-Deploying mode is like an Airbnb where the door lock code is sent to you automatically and you walk right in.
Must Know for Exams
The MD-102 exam, titled "Microsoft 365 Endpoint Administrator," has a significant focus on Windows client deployment and management. One of the core objectives in this exam is the ability to "Deploy Windows client by using Windows Autopilot." This includes creating and managing Autopilot profiles, assigning them to devices, and understanding the entire lifecycle from hardware hash import to final provisioning. The exam expects candidates to know the different deployment modes, the prerequisites for Autopilot (such as Azure AD subscription, Intune license, and supported Windows versions), and how to troubleshoot failed deployments. Multiple-choice questions often present a scenario where a company needs to deploy 500 devices to remote workers, and the candidate must select the correct Autopilot profile settings, including whether to use User-Driven or Self-Deploying mode.
The exam also tests the integration between Autopilot profiles and other Intune features. For example, a question might ask how to prevent a user from seeing the Cortana setup page during OOBE or how to enforce BitLocker on the device immediately after Autopilot completes. The candidate needs to know that hiding specific OOBE pages is done within the Autopilot profile settings, while BitLocker enforcement is handled via an Intune device configuration profile that is applied as soon as MDM enrollment finishes. There are also questions about hybrid Azure AD join scenarios, where the device needs to join both on-premises Active Directory and Azure AD, requiring specific configurations in the profile and on the on-premises domain controller using Azure AD Connect.
Another common exam topic is the Autopilot reset feature, which allows a device to be wiped and re-provisioned while retaining the Autopilot profile. The exam may ask what happens to the user data during different types of resets. Understanding the difference between "reset this PC" and "Autopilot reset" is important. The exam covers licensing requirements. For example, Windows Autopilot itself requires no additional license beyond Windows 10/11 Pro or Enterprise, but Intune management (which is essential for applying profiles and policies) requires an Intune or Microsoft 365 E3/E5 license. The exam may present a scenario where a company has the wrong licenses and the Autopilot deployment fails.
For the MD-102 exam, candidates should also be familiar with creating and managing device groups in Azure AD and Intune, as Autopilot profiles are assigned to device groups. A typical exam simulation might require the candidate to create a dynamic device group based on a device model or enrollment profile and then assign an Autopilot profile to that group. The exam also tests the ability to monitor Autopilot deployments using the Intune admin center, particularly the deployment status and troubleshooting logs. Candidates should know how to interpret error codes and resolve common issues like TPM attestation failures (for Self-Deploying mode) or network connectivity problems. Overall, Autopilot profiles are not just a passing topic, they are a central pillar of the modern Windows deployment strategy that is heavily emphasized in the MD-102 exam.
Simple Meaning
Imagine you move into a brand new apartment. Without any help, you would have to find the rental office, get the keys, sign a lease, set up your own electricity and internet, and then arrange all your furniture. That takes a lot of time and hassle. Now imagine a service that, the moment you walk into the building, a concierge hands you a fully furnished apartment with the utilities already turned on, your Wi-Fi password taped to the fridge, and your favorite snacks in the pantry. That is what an Autopilot profile does for a new Windows computer.
An Autopilot profile is a blueprint that IT administrators create in the cloud, specifically in the Microsoft Intune portal. This blueprint includes everything the computer needs to become a secure, productive part of the company. When a new device first connects to the internet, it pulls down this profile and starts configuring itself automatically. The profile controls the out-of-box experience (OOBE) that the user sees. It can skip questions like "Do you want to use Cortana?" or "Connect to a network" because the profile already knows the answers. It then enrolls the device in the company’s management system, joins Azure Active Directory, installs company-approved software, and applies security baselines.
Think of it as a personalized welcome package. Instead of IT needing to image a hard drive, install software, and then ship the device, the device does all the work itself by downloading its own profile. This saves hours of manual labor per device and ensures that every new computer is set up exactly the same way, reducing errors and security gaps. The profile also handles user identity by linking the device to a specific person, often through their work email address. Once the setup finishes, the user sees a familiar Windows desktop with their apps and settings already in place.
Full Technical Definition
An Autopilot profile is a JSON-based configuration object hosted in Microsoft Intune (formerly part of Microsoft Endpoint Manager) that defines the deployment behavior for Windows 10 and Windows 11 devices during the initial out-of-box experience (OOBE). The profile is assigned to devices via device groups or hardware hashes and is retrieved by the Windows Autopilot client service during the first boot after the device is powered on and connected to the internet. The core components of an Autopilot profile include deployment mode, join type, user experience settings, and device name templates.
Deployment mode can be either User-Driven or Self-Deploying. In User-Driven mode, the end user goes through the OOBE and signs in with their work or school credentials. The profile handles the rest, including Azure AD join, automatic MDM enrollment into Intune, and application of compliance policies. In Self-Deploying mode, no user interaction is required. The device boots, pulls the profile, joins Azure AD, enrolls in Intune, and reaches a fully provisioned state without anyone touching the keyboard. This is often used for kiosks, digital signage, or shared devices.
The join type defines whether the device registers with Azure AD (cloud-only) or performs a hybrid Azure AD join (which also creates a computer object in on-premises Active Directory). The user experience settings allow IT to customize the OOBE by hiding pages such as privacy settings, Cortana setup, Microsoft 365 sign-in, and network connectivity, assuming the device has an Ethernet or known Wi-Fi connection. IT can also pre-assign a device name by using a template like "LAPTOP-%SERIAL%", which ensures naming consistency across the fleet.
The profile is linked to the Windows Autopilot device registration, which requires a device hash (a hardware fingerprint) imported into Intune. This hash is generated on the device using a PowerShell script or obtained from the OEM. Once the device is registered, the administrator assigns an Autopilot profile to it. When the device boots, it contacts the Autopilot deployment service running on Azure, authenticates using its hardware hash, and downloads the assigned profile. The device then applies the specified configurations, completes Azure AD join, enrolls into MDM, and triggers Intune policy and app deployments.
In practice, Autopilot profiles also interact with Windows Update rings, compliance policies, and application deployments defined in Intune. Since the profile only handles the initial rollout, ongoing management is handled by Intune’s device management features. If a profile is updated, already-provisioned devices are not automatically updated unless the device is reset and goes through OOBE again. The profile also supports language and locale settings, allowing global organizations to standardize deployment while respecting regional differences.
Real-Life Example
Think about how a hotel chain handles check-in for a VIP guest. Without an automated system, the guest would arrive, wait in line at the front desk, show identification, fill out paperwork, and then be handed a physical key. They would then have to figure out the Wi-Fi password, locate the pool, and figure out the room's rules. Now imagine a hotel where the guest receives a mobile check-in link before arrival. When they tap the link, it automatically assigns them a room, opens the door using their phone as a key, and pre-programs the television with their favorite channels. The mini-bar is stocked based on their previous preferences. The thermostat is preset to their preferred temperature. The concierge service already knows their name and arrival time.
That entire seamless, pre-programmed experience is what an Autopilot profile does for a Windows device. The user is the guest. The new laptop is the hotel room. IT is the hotel management. The Autopilot profile is the digital welcome packet that orchestrates everything before the user even walks in the door. The hardware hash is like the guest's loyalty number, it identifies the guest and pulls their preferences from the central database. When the user turns on the computer for the first time, it reaches out to the "hotel's cloud system" (Azure and Intune) and says, "Hello, I am device XYZ. I am here for user Alice."
The cloud then checks the Autopilot profile assigned to that device, which contains all the "room setup instructions." It tells the device to join the company's Azure Active Directory, which is like assigning the device to a specific company membership. It then installs the necessary software, comparable to the room automatically setting the temperature, unlocking the stocked mini-bar, and playing the guest's preferred music. Security policies are the equivalent of ensuring the deadbolt works and the alarm is armed. The entire setup happens automatically, with no need for IT to hold the device's hand. The user just signs in with their work email and password, and their fully-configured computer is ready to go. If the hotel had to do everything manually for each guest, they would need an army of staff. Similarly, Autopilot profiles eliminate the need for IT to manually image and configure each new computer, saving thousands of labor hours across a large organization.
Why This Term Matters
In an IT environment, the process of onboarding a new computer has historically been one of the most time-consuming and error-prone tasks. An IT technician would have to physically unbox the device, boot it from a USB drive containing a custom Windows image, wait for the image to apply, manually install drivers and applications, join the device to the domain, rename it, and then hand it to the end user. For a large organization deploying hundreds or thousands of devices a year, this becomes a massive drain on IT resources. Autopilot profiles solve this by eliminating the need for any manual imaging. The device can be shipped directly from the hardware vendor to the end user, and the setup happens automatically once the user connects to the internet.
This matters because it dramatically reduces the time from procurement to productivity. Instead of waiting days for IT to prepare a device, the user can receive a brand-new laptop and be working within an hour. It also ensures consistency. Since the Autopilot profile defines every aspect of the setup, from the Azure AD join type to the apps installed, every device is configured identically. This reduces support tickets caused by misconfigurations, missing software, or incorrect domain membership. Security is also enhanced because the profile can enforce BitLocker encryption, Windows Defender settings, and compliance policies immediately upon enrollment.
From a business perspective, Autopilot profiles enable a modern remote workforce. An employee living in a different city can receive a laptop from a vendor, turn it on, and join the corporate network without ever visiting an office or contacting IT. This supports global hiring, remote work, and rapid scaling. It also allows organizations to repurpose devices easily. If a device is reassigned to a new user, a factory reset triggers a new Autopilot deployment, and the device emerges configured for the new person. IT no longer needs to maintain complex imaging servers or worry about outdated reference images. The entire process is cloud-based, making it more resilient and easier to maintain.
In the context of certification, understanding Autopilot profiles is crucial for the MD-102 exam (Modern Desktop Administrator). This exam tests the candidate's ability to plan and implement Windows client deployment using modern methods. A solid grasp of how profiles work, the difference between deployment modes, and the relationship between Autopilot and Intune is essential for passing the exam and being an effective administrator in the real world.
How It Appears in Exam Questions
In the MD-102 exam, questions about Autopilot profiles typically fall into three categories: scenario-based design, configuration steps, and troubleshooting. A scenario-based question might read like this: "Contoso is deploying 200 new Windows 11 laptops to their sales team, who work remotely across the country. The laptops are shipped directly from the OEM to the employees. IT wants the employees to receive the devices, connect to the internet, and be fully configured for work without IT intervention. Which Autopilot profile deployment mode should you choose?" The correct answer is User-Driven mode, because each device is assigned to a specific user who will sign in with their work credentials. Self-Deploying mode would be wrong because that does not require user sign-in, which is used for kiosks or shared devices.
Configuration-based questions often ask about specific OOBE settings. For example, "You are configuring an Autopilot profile. Management wants to streamline the user experience and prevent users from being asked to accept the privacy settings during setup. Which setting should you configure in the profile?" The answer is to enable the "Privacy settings" hide option within the OOBE section of the profile. Another common configuration question involves device naming. "A company wants all Autopilot-provisioned laptops to have names starting with 'LAPTOP-' followed by a unique serial number. Which device name template should you use?" The correct answer is "LAPTOP-%SERIAL%." The exam may also ask about the hardware hash import process: "Before you can assign an Autopilot profile to a device, what must you first do?" The answer is to register the device using its hardware hash in Windows Autopilot (via Intune or the Microsoft Store for Business).
Troubleshooting questions are more complex. A typical question: "A user powered on their new Autopilot-provisioned device, but after entering their credentials, the setup fails and they see an error code 0x801c0006. What is the most likely cause?" This error indicates that the device cannot authenticate with the Autopilot deployment service, often because the device is not properly registered or the hardware hash is incorrect. The candidate would need to check the device's registration status in Intune. Another troubleshooting question might involve hybrid Azure AD join: "Several Autopilot devices fail to complete the hybrid Azure AD join. The Autopilot profile has been configured for hybrid join, and Azure AD Connect is synchronized. What should you verify?" The correct answer would be to ensure that the domain controller is reachable from the client device during OOBE and that the computer account creation is not blocked by organizational unit permissions.
There are also drag-and-drop or order-of-operations questions that require the candidate to put the steps of an Autopilot deployment in the correct sequence: 1. Obtain hardware hash from OEM or by running a script, 2. Import device into Intune, 3. Create and assign an Autopilot profile, 4. Create device group and assign profile, 5. Verify device registration, 6. Ship device to user. The exam will test not just the correct answers but also the ability to quickly eliminate distractors, such as confusing User-Driven with Self-Deploying or mixing up Azure AD join types.
Study MD-102
Test your understanding with exam-style practice questions.
Example Scenario
Tim works as an IT administrator for a mid-sized company called BlueWave Consulting. The company is growing and recently hired 15 new sales consultants who will all work from home. The CEO tells Tim that he wants each new employee to receive a brand-new laptop directly from the vendor, and they must be able to start working immediately without needing to come into the office or wait for IT to set up the device. Tim decides to use Windows Autopilot profiles for this deployment.
First, Tim works with the laptop vendor to ensure that the 15 laptops are shipped with Windows 11 Pro and that the vendor provides the hardware hashes for each device. Tim logs into the Microsoft Intune admin center and imports all 15 hardware hashes under the Windows Autopilot devices section. He then creates a new device group called "Sales New Hires" and adds all 15 devices to this group. Next, Tim creates an Autopilot profile titled "Sales Standard." He configures the deployment mode as User-Driven, meaning the user will see the standard Windows setup screens but with many steps simplified. He sets the join type to Azure AD joined (cloud-only) because BlueWave does not have an on-premises Active Directory. He hides the Cortana setup page, the privacy settings page, and the network connectivity page because the devices will use Wi-Fi. He also sets a device name template to "SALES-%SERIAL%" to ensure consistent naming.
Tim then assigns this profile to the "Sales New Hires" device group. After verifying that the profile is correctly assigned, he instructs the vendor to ship the laptops directly to the new employees' home addresses. When Sarah, one of the new sales consultants, receives her laptop, she unboxes it, closes the lid, and plugs it in. She presses the power button. The laptop boots and immediately recognizes that it is an Autopilot device because its hardware hash matches the one in Intune. The setup screen appears, but many of the typical questions are skipped. Sarah is prompted to select her language and keyboard layout, then asked to sign in with her work email address. She enters sarah@bluewaveconsulting.com and her temporary password. Windows then automatically joins the company's Azure AD, enrolls the device in Intune, and begins installing the required software, including Microsoft 365, the company's CRM app, and VPN client. The device also applies security policies such as BitLocker encryption and Windows Defender settings. Within 20 minutes, Sarah’s laptop is ready, and she can start working on client proposals without ever calling IT. Tim receives a notification in Intune that the deployment was successful. This entire process required zero manual work from Tim beyond creating the profile and importing the hardware hashes.
Common Mistakes
Assuming Self-Deploying mode is suitable for user-assigned devices.
Self-Deploying mode does not require user sign-in and is intended for kiosks, digital signage, or devices that operate without a specific user. For devices used by employees with a user identity, User-Driven mode is required to associate the device with the user.
Use User-Driven mode when the device needs a user to sign in with their work or school account. Reserve Self-Deploying mode only for unattended or shared scenarios.
Forgetting to import the hardware hash before assigning a profile.
A device cannot download its Autopilot profile unless it is registered in the Autopilot service using its unique hardware hash. Without registration, the device will go through the standard OOBE without any Autopilot configuration.
Always import the hardware hash (from the OEM or by running Get-WindowsAutoPilotInfo.ps1) into Intune and verify the device appears in the Windows Autopilot devices list before assigning a profile.
Configuring hybrid Azure AD join without ensuring on-premises connectivity during OOBE.
Hybrid Azure AD join requires the device to communicate with an on-premises domain controller during provisioning. If the device is in a remote location without VPN access or direct network line of sight to the domain controller, the join will fail.
For remote users who cannot access the corporate network during OOBE, use Azure AD join (cloud-only) instead of hybrid join. If hybrid join is required, set up a site-to-site VPN or use a provisioning package to join the domain after initial setup.
Believing that Autopilot profiles can update existing already-provisioned devices.
An Autopilot profile is only applied during the initial OOBE or after a factory reset. Changes to the profile do not retroactively affect devices that have already been provisioned. Ongoing policy and application management is handled by separate Intune configurations.
Make sure the Autopilot profile is correct before assigning it to devices. For post-provision changes, use Intune device configuration profiles, compliance policies, and app deployments.
Mistaking Autopilot reset for a full factory reset that requires re-registration.
An Autopilot reset wipes the device and reprovisions it using the existing Autopilot profile, without needing to re-import the hardware hash. A full factory reset (from Windows Recovery) may remove the Autopilot registration, requiring re-import.
Use the 'Autopilot reset' option from the Intune admin center or the user can trigger it from the Windows sign-in screen. This preserves the device's Autopilot registration.
Exam Trap — Don't Get Fooled
{"trap":"A question asks which licensing is required for Windows Autopilot, and the options include a specific Intune license and a Windows 10 Pro license. Many candidates incorrectly choose only the Intune license.","why_learners_choose_it":"Learners know that Intune is needed for device management and profile assignment, so they assume that is the only license needed.
They forget that the device itself must run a supported edition of Windows (Pro, Enterprise, or Education).","how_to_avoid_it":"Remember that Windows Autopilot is a feature of Windows 10/11, not of Intune. The device must have a valid Windows license (Pro or higher).
Intune is the management tool but is not the licensing requirement for the OS itself. The question often asks: 'What is required to use Windows Autopilot?' The correct answer includes a supported Windows edition AND an Intune (or Microsoft 365 E3/E5) license for management."
Step-by-Step Breakdown
Obtain the hardware hash
The hardware hash is a unique identifier for the device, derived from its hardware components (TPM, MAC address, serial number). You can obtain it by running the Get-WindowsAutoPilotInfo.ps1 PowerShell script on the device or by requesting it from the OEM. This hash is the device's 'fingerprint' that allows it to be recognized by the Autopilot service.
Register the device in Intune
Import the hardware hash into the Windows Autopilot devices section of the Intune admin center. You can do this individually or use a CSV file for bulk import. Once imported, the device appears in the Autopilot device list and is ready to be assigned an Autopilot profile.
Create an Autopilot profile
In Intune, navigate to Devices > Windows > Windows enrollment > Deployment profiles and create a new profile. Define the deployment mode (User-Driven or Self-Deploying), join type (Azure AD or Hybrid Azure AD), and customize the OOBE settings (hide privacy pages, skip Cortana, etc.). Name the profile descriptively, such as 'Standard Sales Profile.'
Assign the profile to a device group
The profile must be assigned to an Azure AD device group that contains the registered devices. You can create a dynamic group based on a device model or 'enrollmentProfileName' attribute. Once assigned, the profile is linked to the devices, and they will download it during the next boot.
Ship or hand the device to the user
The device can be shipped directly from the vendor to the user. When the user powers on the device for the first time, it connects to the internet (via Ethernet or Wi-Fi), contacts the Autopilot deployment service using its hardware hash, and downloads the assigned profile. The device then executes the profile instructions.
User completes the out-of-box experience
In User-Driven mode, the user signs in with their work or school email and password. The device joins Azure AD, enrolls in Intune, and begins applying policies and installing apps. In Self-Deploying mode, this step is automatic with no user input. At the end, the user sees the Windows desktop with all configurations applied.
Practical Mini-Lesson
To fully understand Autopilot profiles, you need to see them not as a single setting but as a system of interrelated components. The profile itself is lightweight, it primarily defines how the OOBE is customized and the type of join. However, its power comes from its integration with other cloud services. When a device processes an Autopilot profile, it effectively triggers a chain reaction: Azure AD join, MDM enrollment into Intune, and then the application of Intune policies. As an IT professional, you must ensure that the prerequisites are in place. This includes having an Azure AD tenant, an Intune license (or a bundled Microsoft 365 E3/E5), Windows 10/11 Pro or Enterprise on the device, and a supported TPM 2.0 chip if you plan to use Self-Deploying mode (which requires TPM attestation).
When configuring a profile, the decision between User-Driven and Self-Deploying mode is critical. In practice, User-Driven is the default for most organizations because it ties the device to a user identity, which enables user-based policies and application assignments. Self-Deploying is a niche but powerful option for devices that serve a single purpose, like a reception kiosk or a conference room PC. For Self-Deploying, you also need to pre-configure the device's language and region in the profile, as there is no user to select them. Another practical consideration is the device name template. Many organizations use "%SERIAL%" or "%RAND:5%" to ensure unique names. However, be aware that the serial number is read from the firmware, and some OEMs may have duplicate serials across models, though this is rare.
Troubleshooting is a key skill. If a device fails to pull its profile, the most common causes are: the device is not registered (check the Intune Autopilot device list), the device is in a different Azure AD tenant, or the device's network connection is blocked from reaching the Autopilot endpoints (like login.microsoftonline.com and azureedge.net). For Self-Deploying mode failures, TPM attestation issues are common. You can verify TPM health with the Get-Tpm PowerShell cmdlet. Another real-world issue is that the Autopilot profile might be assigned to a device group, but the device is not a member of that group. Always verify group membership after adding new devices. Also, remember that a device can only have one assigned profile at a time, but multiple profiles can exist for different deployment scenarios. For example, you might have a profile for finance laptops and another for engineering desktops. The key is to ensure that group membership accurately reflects the intended profile assignment.
Finally, be mindful of the user experience. If you hide too many OOBE pages, the user might think something is wrong because they are not seeing typical setup screens. It is a good practice to document the expected user experience and communicate it with a simple welcome email. Also, consider that applications deployed via Intune during Autopilot provisioning can take a while to install, especially on devices with slow internet. Some organizations use a 'required' app assignment to ensure critical apps are installed before the user can access the desktop, but this can extend setup time significantly. The Autopilot profile itself does not control app installation timing, but the accompanying Intune app assignments do. The key takeaway is that Autopilot profiles are the orchestrator of the first-run experience, but the full deployment success depends on the entire Intune and Azure AD ecosystem working together.
Memory Tip
Think 'AP' for 'Autopilot Profile', 'Azure AD join, Policies from Intune'.
Covered in These Exams
Current Exam Context
Current exam versions that test this topic — use these objectives when studying.
Related Glossary Terms
Two-factor authentication (2FA) is a security method that requires two different types of proof before granting access to an account or system.
802.1X is a network access control standard that authenticates devices before they are allowed to connect to a wired or wireless network.
AAA (Authentication, Authorization, and Accounting) is a security framework that controls who can access a network, what they are allowed to do, and tracks what they did.
Frequently Asked Questions
Can I use an Autopilot profile on a device that has already been set up manually?
No, the Autopilot profile is only applied during the initial out-of-box experience. If a device has already been set up, you would need to reset it (using Autopilot reset or a factory reset) and allow it to go through OOBE again to apply the profile.
Is Windows Autopilot free? Do I need a separate license?
Windows Autopilot itself is a feature of Windows 10 and 11, so no additional license is needed for the feature. However, to manage devices using Intune and to assign Autopilot profiles, you need an Intune license (or a Microsoft 365 E3/E5 license that includes Intune).
What is the difference between an Autopilot profile and a provisioning package?
A provisioning package (created with Windows Configuration Designer) is a file you can run on a device to apply settings offline. An Autopilot profile is cloud-based and requires internet connectivity. Autopilot is more modern and scalable for enterprise deployments.
Can I change the Autopilot profile after devices have been assigned?
Yes, you can edit the profile in Intune, but the changes only apply to devices that have not yet been provisioned. Already-provisioned devices are not affected unless they are reset and go through OOBE again.
Does Autopilot work with Windows 10 Home?
No, Autopilot requires Windows 10 or 11 Pro, Enterprise, or Education edition. Windows Home is not supported.
What happens if the user tries to use a local account instead of a work account during Autopilot setup?
The Autopilot profile is designed to force the use of a work or school account (Azure AD sign-in). The option to create a local account is typically hidden by the profile's OOBE settings. If the user bypasses this, the device will not complete its intended enrollment and may end up in an unmanaged state.
Summary
An Autopilot profile is a crucial component in modern Windows client deployment, enabling IT administrators to configure the first-run experience of new devices entirely from the cloud. By defining the deployment mode, join type, and user experience settings, the profile automates the process of joining a device to Azure Active Directory and enrolling it in Intune for ongoing management. This eliminates the need for manual imaging, reduces deployment time, and ensures every device is configured consistently and securely.
For IT professionals, especially those preparing for the MD-102 exam, understanding the nuances of Autopilot profiles is essential. The exam tests not only the basic configuration but also troubleshooting skills, licensing requirements, and the integration with other Microsoft 365 services. Common mistakes, such as confusing deployment modes or neglecting hardware hash registration, can lead to exam pitfalls.
By mastering the step-by-step process from importing hashes to provisioning the device, you gain a practical skill that is highly valued in modern IT environments. The key takeaway is that Autopilot profiles represent a shift from reactive, hands-on IT support to proactive, automated deployment, making them a cornerstone of endpoint administration in the cloud era.