Register with Autopilot

The Register with Autopilot step adds the current computer to the Autopilot service (for Autopilot v1) or to the Intune list of corporate device IDs (for Autopilot v2). Multiple options can be configured:

With Autopilot v1, a group tag can be configured (not applicable for v2) and the step can be instructed to wait for the profile assignment to complete. For either version, the device can be added to a specified Entra ID group.

If the device is already enrolled in Windows Autopilot (v1) or a corporate identifier already exists (v1), no additional actions will be performed for the device.

This requires configuring Microsoft Graph API access.

This step must be run in the Full OS, it will not work while in WinPE.

Simple Implementation Test

To test this step in a task sequence, once the requirements in Graph as linked to above are complete, create a new task sequence: Add -> Select from Template -> Autopilot pre-provisioning

circle-info

The "Register with Autopilot" step does not require this template. It can be added to any task sequence where it is still running in the Full OS to do additional steps. Just make sure the step is added into the Full OS part of the task sequence.

  • Either update the Apply OS step or replace it with the Apply OS from cloud and configure. In this example I replaced it and configured

    • Apply operating system from cloud

      • Set Continuation Method to "Use Audit mode"

  • Add a step in the "Full OS" section of the Task Sequence

    • Register with Autopilot

      • Optional, add the group tag

During the Task Sequence, the log will show it first is importing the ID, then loop until it confirms it has been imported

Once confirmed it imported (status = complete), it will then loop waiting for the profile assignment to be assigned.

It will eventually report back status = assignedInSync and the step will end

After the task sequence completes successfully the device will be waiting at the Autopilot logon page:

Last updated