Event banner
Grouping, targeting, and filters: recommendations in Microsoft Intune
Event Ended
Wednesday, Oct 26, 2022, 07:30 AM PDTEvent details
This session talks about the grouping, targeting, and filters to introduce the concepts and show the common customer scenarios. The focus is to provide solid recommendations and best practices so tha...
Heather_Poulsen
Updated Dec 27, 2024
Anthony9394
Oct 26, 2022Copper Contributor
When can we have filter or dynamic rule to identify existing Hybrid AD Join PC (so we can exclude or include them for some assignment). We register all device for Autopilot so using Deployment Profile as the filter does not work because our Hybrid AD join device also has a deployment profile assigned. What is the workaround to have a dynamic group of just Hybrid AD Join device?
- Scott DuffeyOct 26, 2022
Microsoft
You can build a dynamic device group based on AAD Join type (TrustType). Check out the AAD doc on this here: https://learn.microsoft.com/en-us/azure/active-directory/enterprise-users/groups-dynamic-membership#rules-for-devices Join type is also on our filters backlog.- Anthony9394Oct 26, 2022Copper ContributorTHANK YOU. The TrustType attribute for dynamic rule probably just gets added recently? We did not see that before but THANK YOU, I will give that a try
- Greg SteinOct 26, 2022Brass ContributorI think they mentioned that a $null value was coming soon? And also something for Join type? I have been experimenting with this to accomplish a similar need " (device.enrollmentProfileName -eq " ") and (device.deviceOwnership -eq "Corporate")"