A Windows Autopilot device preparation policy is planned so that a set of applications and configuration profiles reaches a new device while it is still being provisioned. The policy names a Microsoft Entra security group for enrollment time grouping. What does naming that group achieve?
- AIt builds a dynamic device group whose membership rule matches the Autopilot group tag recorded for the device, so the device is picked up the next time that rule is evaluated across the tenant.
- BIt gives the person signing in membership of the named group for the length of provisioning, so the policies assigned to that group as user targeted settings apply before the desktop is handed over.
- CIt takes the place of the status page shown during provisioning, so the device is held at that stage until the apps assigned to the named group have reported an installed state back to Intune.
- DIt adds the device to the named group as part of enrolment, so the apps and policies assigned to that group are targeted at the device during provisioning rather than after membership catches up later. Correct
Why A is wrong: Tempting because group tags and dynamic rules are the older way of sorting Autopilot devices, but waiting for a rule to be evaluated is the delay this feature exists to remove, and the group named here is an assigned one.
Why B is wrong: Tempting because provisioning does end with a user signing in, but the grouping acts on the device object rather than the user, and no temporary membership is granted to an account.
Why C is wrong: Tempting because blocking on app installation is genuinely part of the provisioning experience, but that behaviour is configured separately, and the grouping decides only what is targeted at the device.
Why D is correct: Correct. Intune places the device in the named group while enrolment is running, which makes anything assigned to that group applicable to the device in time for the provisioning stage to install and apply it.