Forum Discussion
Enrollment Scope only AzureAD Joined
davidscharf Hi, to restrict enrollment in Microsoft Intune only to devices joined to Azure AD and prevent enrollment of devices registered to Azure AD, I would do this:
Registration Restrictions in Intune: configure restrictions to block personal devices, ensuring that only enterprise devices joined to Azure AD can enroll (assign these restrictions to the appropriate user groups.
Registration Scope in Azure AD)
Set the MDM (Mobile Device Management) scope to include only users who need to enroll joined devices in Azure AD.
Set the MAM (Mobile Application Management) scope to “None” to exclude registered devices.
Dynamic Groups: use a proper dynamic group rule: (device.deviceOSType -eq “Windows”) and (device.deviceTrustType -eq “AzureADJoined”)
This configuration will ensure that only devices joined to Azure AD can be enrolled in Intune.
Clearly as soon as you can activate Autopilot 🙂