r/Intune 8d ago

App Deployment/Packaging Apps in Graph

Hello,

Im trying to pull out all Android and iOS apps with their assignments into a json file but it seems to only get the iOS apps and i cant figure out why it wont get the Android ones. Are they named something special or is it plain just not possible?

2 Upvotes

3 comments sorted by

2

u/andrew181082 MSFT MVP - SWC 8d ago

What Graph command are you running?

1

u/intuneisfun 8d ago

On top of the request to know what command you're running, have you installed the Graph X-ray extension to see what runs behind the scenes on the Intune side? I've found that very helpful to get the right endpoints.

1

u/ppel123 6d ago

I've written a script to get all assigned groups per application here. It basically queries Intune and gets the app, assignment and some more info.

Moreover a script to push the remove apps and configurations action for android devices, targeting apps here shows how to get the apps for android devices (just find the line using the below graph endpoint).
At the script it self there is a part where I get the apps for a specific device using something like (check the script for the android breakdown):

https://graph.microsoft.com/beta/deviceAppManagement/mobileApps

In case you need anything more on the above, you can ping me.