Members of staff use personally owned Windows 11 laptops that are Microsoft Entra registered, and they sign in to Microsoft 365 with a work account. A Windows compliance policy in Microsoft Intune already states a minimum operating system build and requires BitLocker, and a Conditional Access policy requiring a compliant device is ready to be switched on. The registered laptops currently report no compliance state whatsoever. What has to be in place before that compliance policy can report a state for them?
- AThe compliance policy has to be assigned to a dynamic device group whose rule selects registered devices, because a policy assigned to a user group is never evaluated on a personally owned laptop.
- BThe Conditional Access grant has to be changed to require a Microsoft Entra hybrid joined device, because a personally owned laptop is unable to report a compliance state under any configuration.
- CThe laptops have to be enrolled in Microsoft Intune, because registration creates a device identity while a compliance state is produced by a managed device evaluating a policy assigned to it. Correct
- DThe laptops have to be moved from Microsoft Entra registered to Microsoft Entra joined, because a compliance policy in Microsoft Intune evaluates only devices that are joined to the tenant.
Why A is wrong: Tempting because targeting is a common cause of a policy not applying, but compliance policies can be assigned to user groups as well as device groups, and no assignment reaches a device that Intune does not manage.
Why B is wrong: Wrong because a personally owned laptop can be enrolled and can report compliance, and requiring the hybrid joined state would refuse these laptops outright rather than let them meet the stated requirements.
Why C is correct: Correct because a compliance policy is delivered to and evaluated on a device that Intune manages, so a registered but unenrolled laptop has an identity in the directory and nothing reporting against the policy.
Why D is wrong: Tempting because joining is the corporate pattern, but compliance evaluation depends on Intune enrolment rather than on the join type, and joining a personally owned laptop changes how its owner signs in to Windows.