Intune graph API - Windwos 10 discovered apps.

AsAdmin 396 Reputation points
2021-10-04T13:52:18.69+00:00

Can i query windows10 discovered apps using graph API and export in excel for all win10 devices in my tenant, without using powerBI?

137435-image.png

Microsoft Security | Intune | Application management
Microsoft Security | Intune | Other
0 comments No comments
{count} votes

Answer accepted by question author
  1. Crystal-MSFT 54,201 Reputation points Microsoft External Staff
    2021-10-05T01:27:31.373+00:00

    @AsAdmin , Based on my research, we can export the Intune discovered apps information via Apps > Monitor > Discovered apps > Export. To export the report via Graph APIs, we can follow the steps below:

    1. Use the POST HTTP method on our request. { "reportName": "DetectedAppsAggregate", "filter": "", "select": [], "format": "csv", "snapshotId": "" } 137565-image.png
    2. Use the id field to query the status of the export with a GET request: 137524-image.png
    3. Then we can download the compressed CSV from the url field.

    https://learn.microsoft.com/en-us/mem/intune/fundamentals/reports-export-graph-apis

    Hope it can help.


    If the response is helpful, please click "Accept Answer" and upvote it. Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.