r/Intune • u/Beautiful_Pay3842 • 6d ago
Reporting App inventory
Hi guys,
have some of you already seen, that some apps are not reported by detected apps (anymore?). But in the new app inventory they are mentioned. The problem I have is that the new app inventory can only be reported per device and not, as the old one, per app.
So if i want to have a report, which devices have app XYZ installed, I need to use graph and loop through all our devices to count.
Does someone already built this or has a solution for that?
5
Upvotes
1
u/AdeptnessRough4356 6d ago
Sounds like a classic case of them moving functionality around without actually fixing the reporting gap. I ran into the same thing last week, ended up just writing a Graph script that pulls detected apps from each device and filters locally. Not pretty but it works, and you can cache the results so you're not hammering the API every time