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
Anupshetty
Oct 26, 2022Copper Contributor
Is there a way to reverse engineer and find what apps/policies/profiles are deployed to a group?
AlAnderson
Oct 27, 2022Copper Contributor
You can accomplish this with PowerShell and the Graph module. There are scripts out there if you search for them, search for get-intunedevicecompliancepolicy. The one I found searched for ALL Apps, Compliance Policies, Configuration Profiles, and Admin Templates in ALL AAD groups. It does NOT find things like Baselines and Update Policies, but maybe that functionality has since been added. I modified the script I found into several other scripts targeting a single AAD group or single configuration object type.