haavarstein/intune-dashboard — explained in plain English
Analysis updated 2026-05-18
See which apps are failing to install across a device fleet and why
Find low-RAM or low-storage devices that should not receive a feature update
Diagnose Intune log files with AI-powered error analysis
Export lists of devices for targeted upgrades or exclusion groups
| haavarstein/intune-dashboard | 1tdspg-26/front-aula5-1sem | catowabisabi/heso-ai-orchestrator | |
|---|---|---|---|
| Stars | 18 | 18 | 18 |
| Language | HTML | HTML | HTML |
| Setup difficulty | easy | easy | moderate |
| Complexity | 3/5 | 1/5 | — |
| Audience | ops devops | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Runs entirely in the browser with no server, some tabs need Microsoft Defender Plan 2 or E5 licensing to show data.
Intune Dashboard is a browser based tool that helps IT administrators get a clearer picture of the software and hardware across the devices managed by Microsoft Intune, Microsoft's cloud device management service. Instead of digging through Microsoft's own admin portals, you open this dashboard in a web browser without installing anything on a server. It runs as a static site hosted on GitHub Pages. The dashboard has four main tabs. The Local tab lets you drop in a CSV file exported from a Windows registry to see installed software, with smart filtering that hides system components and merges duplicate 32-bit and 64-bit entries. The Intune tab signs in with your Microsoft account and pulls live data through the Microsoft Graph API, covering six areas: Installed apps, Failed Install, Required Install, Required Uninstall, Hardware inventory, and Vulnerabilities. Within the Intune tab, you can see which apps failed to install and why, which required apps are missing from devices, a full inventory of installed apps with the groups they are assigned to, and hardware details like RAM, storage, and Windows version, useful for planning device refreshes or checking Windows 11 readiness. The Vulnerabilities tab and a related Drift and Compliance view pull software vulnerability and version-drift data from Microsoft Defender, but these require a higher-tier Defender or Microsoft 365 E5 license to work. The Analyze tab accepts Intune log files, such as install agent or MSI verbose logs, and can send them to Claude for an AI-powered diagnosis of what went wrong. The Settings tab is where you enter a Claude API key if you want to use that optional AI feature. An IT admin dealing with failed app deployments, planning a Windows 11 rollout, or trying to find underpowered devices before a feature update would find this dashboard useful. The project is built with HTML and JavaScript, with no backend server required.
A browser-based dashboard for visualizing and troubleshooting Microsoft Intune device and app data, with optional AI log analysis.
Mainly HTML. The stack also includes HTML, JavaScript, Microsoft Graph API.
No license information is provided in the README.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.