Inventory, Reports, and Uploads
Operational dashboards for day-to-day management: what is deployed, how deployment quality trends over time, and how packaging jobs are progressing.
Inventory
- Route:
/dashboard/inventory - Search, sort, and grid/list view for Intune Win32 apps
- App details panel includes assignment information and intent types (Required, Available, Uninstall)
- Endpoints:
GET /api/intune/apps,GET /api/intune/apps/[id]
Assignment Intents
When configuring app assignments before deployment, IntuneGet supports four intents: Required, Available, Uninstall, and Update Only. The Update Only intent assigns the app as required but adds a requirement rule so that only devices where the app is already installed receive the update. See the Unmanaged Apps documentation for details.
Reports
- Route:
/dashboard/reports - Date range presets: 7, 30, 90, 365 days
- Summary cards, trend chart, top apps, and recent failures
- CSV export support
- Endpoints:
GET /api/analytics,GET /api/analytics/export
Uploads
- Route:
/dashboard/uploads - Active/completed/failed views for packaging lifecycle states
- Auto-refresh while active jobs are present
- Cancel/dismiss and force-redeploy actions
Operational Notes
Inventory and report routes require bearer auth. Upload list reads currently use query-based user scoping in the route handler.