smsagent.blog
  • docs.smsagent.blog
  • Custom Reporting in Microsoft Intune
    • Delivery Optimization Report
    • Windows Update for Business Custom Reporting
      • Power BI Report Walkthrough
      • Known issues / limitations
      • Change log
      • Deploy the solution
        • Create Azure Resources
        • Configure Azure Resources
        • Deploy the client-side script
        • Deploy the Azure automation runbooks
        • Configure the Power BI report
      • Adding additional language support
      • Table schema reference
    • Automating Data Exports from Microsoft Graph
      • Azure Automation account
        • Create / configure an Azure automation account
        • Grant API permissions
        • Create an Azure automation runbook
      • Azure Storage account
      • Automate Data Export to Azure Storage Account
      • Automate Data Export to Azure Monitor Logs
      • Creating / Troubleshooting Runbooks
      • Power BI
        • Connect Power BI to an Azure storage account data source
        • Connect Power BI to an Azure log analytics workspace as a data source
    • Managed Devices Report
      • Create / configure an Azure automation account
      • Grant API permissions
      • Create / configure an Azure storage account
      • Create an Azure automation runbook
      • Create a PowerBI report
      • MEM Managed Device Report template
      • Bonus! Unhealthy MEMCM Clients email report
    • Intune Assignments Report
      • Create / configure an Azure automation account
      • Grant API permissions
      • Create / configure an Azure storage account
      • Create an Azure automation runbook
      • Create a Power BI report
      • Change log
    • Patch My PC Report
      • A look at the Power BI reports
      • Change log
      • Video guides
      • Things to know
      • Create / configure an Azure automation account
      • Grant API permissions
      • Create / configure an Azure storage account
      • Create an Azure automation runbook
      • Create the Power BI report
      • Feedback
    • Windows 11 Hardware Readiness Report
    • Gathering Custom Inventory with Intune
      • Set up the Azure Resources
      • Create a Proactive remediations script package
      • Create a runbook
  • PowerShell Scripts Online Help
    • Get-AzSubscriptionActivityLog
  • Azure Solutions
    • Automated Azure Table Storage Backups
      • Change log
      • Deploy the solution
        • Create the Azure resources
        • Set the backup schedule
        • Add storage tables to the backup
        • Add role assignments to the storage account/s
        • Create a lifecycle management rule
      • Run a manual backup
      • Restore a backup
Powered by GitBook
On this page

Was this helpful?

  1. Custom Reporting in Microsoft Intune
  2. Patch My PC Report

Things to know

Some things to be aware of with the report

PreviousVideo guidesNextCreate / configure an Azure automation account

Last updated 1 year ago

Was this helpful?

  • Only apps with assignments will be reported on. Apps created by Patch My PC without assignments will not appear in the report.

  • The report only show apps in Intune created by the Patch My PC publishing service. These have a unique id stamped in the notes property of the app.

  • We use the beta version of the Microsoft Graph REST API for some of the data. This version is not general availability and is subject to change (even though we all know Microsoft use it in the Intune portal 😉).

  • Success data may not be meaningful in the report unless apps are targeted with required assignments.

  • Rather frustratingly, Intune often reports application installs more than once for any targeted device in the "device install status" reports - some with a user name and some with 'No user' - this is (sort-of) documented . This can result in multiple install entries being reported for a device in the device install reports, which can be misleading. To create a unique result set, the automation runbook includes logic to only include the latest entry for each device so there is only ever a single entry per device. Sometimes this will be with a user name and sometimes without depending on which context was the most recent one to report.

  • In an environment with a large number of apps/devices managed by Patch My PC you can expect the automation runbook for the Detailed report to take some time to complete. You will very likely get a 429 response on some of the Graph calls, but the code has retry logic to handle these.

  • The Graph export filters device install status data to include only devices that are reporting a status OTHER than "not applicable". This speeds up the Graph requests, but also means only devices that are applicable for an app will appear in the report.

here