-
What's New
-
- Version 51.0 Dec. 16, 2024
- Versions 49/50.0 Nov. 14, 2024
- Version 48.0 Oct. 14, 2024
- Version 46.0 Sept. 17, 2024
- Version 45.0 Sept. 15, 2024
- Version 44.0 Aug. 31, 2024
- Version 42.0 July 23, 2024
- Version 41.0 June 17, 2024
- Version 40.0 June 8, 2024
- Version 39.0 May 13, 2024
- Version 38.0 April 17, 2024
- Version 36.0 March 22, 2024
- Version 35.0 March 11, 2024
- Version 34.0 March 4, 2024
- Show all articles ( 4 ) Collapse Articles
-
Archives
-
- Version 30.0 December 18, 2023
- Version 28.0 October 31, 2023
- Version 27.0 October 20, 2023
- Version 26.0 August 21, 2023
- Version 25.0 August 14, 2023
- Version 24.0 July 24, 2023
- Version 23.0 July 18, 2023
- Version 19.0 June 19, 2023
- Version 18.0 June 12, 2023
- Version 17.0 May 29, 2023
- Version 16.0 April 21, 2023
- Version 15.0 February 7, 2023
- Version 14.0 January 17, 2023
- Version 13.0 January 10, 2023
- Show all articles ( 4 ) Collapse Articles
-
What's New in BI for Intune v60
Copy the URL link to this section to share
Release Date: June 14, 2025
App Source Version: 1052
Version 60 brings some very exciting new features. Most notably the ability to track actions over time. We’ve added measures added new fields and measures for tracking device enrollments, OS installations, and cumulative update installations over time. This will be very handy for reporting on how many days it takes to reach compliance after updates are released, tracking the progress of migrating to Intune, and/or tracking the progress of migrating to a new OS version.
Important Notes:
Several customers have recently reported upgrade failures resulting in the loss of their custom reports. Please do not forget to backup before you upgrade!
Version 60.0 Release Details
Product Enhancements
- For “Startup Performance” data we now use the Export API instead of Graph. This will improve sync performance times.
- For “Device Enrollment Failure” data we now use the Export API instead of Graph. This will improve sync performance times.
- For “Proactive Remediation State” data we now use the Export API instead of Graph. This will improve sync performance times.
- The Custom Inventory Script for Windows has been updated to include HP warranty information. (Note: In our testing the HP API has shown to be highly unreliable so it might take a while to get inventory data back for all of your HP devices.)
- The Custom Inventory Script for Windows now caches warranty data to a .json file locally on each device so that it is no longer necessary to call the warranty API’s monthly.
New Features
- Added the ability to track device enrollments per day.
- Added the ability to track cumulative update installations per day.
- Added the ability to track Windows OS installations per day. (Note: OS Install date is updated during feature updates as well as Windows upgrades)
Bug Fixes
- Renamed “Battery Design Capacity (MWh)” to “Battery Design Capacity (mWh)” on the “Device Details” object. (Note: This is a breaking change. Please see the important notes section.)
- Renamed “Battery Full Charge Capacity (MWh)” to “Battery Full Charge Capacity (mWh)” on the “Device Details” object. (Note: This is a breaking change. Please see the important notes section.)
Semantic Model Changes
- Added “Autopilot ID” column to the “Device” object. This is the “ID” column returned by the “windowsAutopilotDeviceIdentities” API. (Note: Intune uses this as an object key, but Autopilot doesn’t use the value at all.)
- Renamed “Enrolled Date” to “Enrolled Time” on the “Device” object.
- Renamed “Enrolled Date (Days)” to “Enrolled Time (Days)” on the Device object.
- Added new “Enrolled Date” column to the “Device” object. This is used to track enrollment history per day. It’s simply the enrolled date without the exact time.
- Added “Enrolled Cumulative Count” column to the “Device” object. This is a cumulative count of devices enrolled on each day.
- Added “Update Installed Date” column to the “Update Compliance State Device” object.
- Added “Update Installed Cumulative Count” column to the “Update Compliance State Device” object. This is a cumulative count of devices that installed a given update each day.
- Added “OS Install Time” column to the “Device Details” object.
- Added “OS Install Time (Days)” column to the “Device Details” object.
- Added “OS Install Date” column to the “Device Details” object.
- Added “OS Install Cumulative Count” column to the “Device Details” object.
Important Notes
- Changes to the “Device Details” object will break the Battery page in custom reports. Replace the old column(s) “Battery Design Capacity (MWh)” and “Battery Full Charge Capacity (MWh)” with the new column(s) “Battery Design Capacity (mWh)” and “Battery Full Charge Capacity (mWh)“.
- The OS install date information requires upgrading to the latest version of the Custom Inventory script for Windows.
- $ComputerOSInstallDate=$ComputerInfo.OsInstallDate.ToUniversalTime().ToString(“yyyy-MM-ddTHH:mm:ss.fffffffZ”)
- $Inventory | Add-Member -MemberType NoteProperty -Name “OSInstallDate” -Value “$ComputerOSInstallDate” -Force
- Always backup your custom reports before upgrading!
Example Report of Cumulative Updates Installed Per Day
