Hi @Lucas Silva , the join type of devices can vary depending on their current state and the configuration of your environment. To force all devices to be hybrid Azure AD joined, you can follow these steps:
Ensure that you have properly configured hybrid Azure AD join for your environment. You can refer to the hybrid Azure AD join implementation plan.
- For devices that are currently Azure AD registered, you need to unjoin them from Azure AD, which puts them in the on-premises workgroup or new state. Then, follow the steps to join them to the on-premises domain and configure hybrid Azure AD join.
- For devices that are currently on-premises domain joined, you can use Azure AD Connect or AD FS to join them to Azure.
- For devices that are on-premises workgroup joined or new, you can use Windows Autopilot to join them to hybrid Azure AD. Otherwise, the device needs to be on-premises domain joined before hybrid Azure AD join.
- Make sure to configure client-side registry settings for SCP on your domain-joined computers using a Group Policy Object (GPO).
After completing these steps, all devices should be hybrid Azure AD joined, and you can apply Conditional Access policies accordingly.
Please note that the process of changing the device state might take some time, and you may need to wait for the devices to sync with Azure AD.
If you still have devices that are Azure AD registered, you can use Conditional Access policies with device filters to target specific device properties. This way, you can apply policies to devices based on their attributes, such as operating system, manufacturer, or model.
For more information on how to configure device filters in Conditional Access policies, you can refer to the Filter for devices as a condition in Conditional Access policy.
Please let me know if you have any questions and I can help you further.
If this answer helps you please mark it as "Verified" so other users can reference it.
Thank you,
James