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 Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
961 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,225 questions
0 comments No comments
{count} votes

Accepted answer
  1. Crystal-MSFT 49,436 Reputation points Microsoft Vendor
    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 Answers by the question author, which helps users to know the answer solved the author's problem.