App Library
The App Library provides a centralized inventory of all applications managed through Microsoft Intune. Browse, search, and manage apps across platforms from a single view.
App Inventory
- Total Apps — All apps added to the Intune tenant
- Assigned — Apps with at least one group assignment
- Required — Apps configured for automatic deployment
- Available — Apps published in Company Portal
App List
| Column | Description |
|---|---|
| App Name | Display name of the application |
| Type | Win32, MSI, Store, M365, iOS, Android, macOS, Web Link |
| Publisher | App vendor or developer |
| Platform | Target operating system |
| Version | Current app version |
| Assigned | Number of groups assigned |
| Installed | Count of successful installations |
App Types
Microsoft Store Apps
Apps deployed silently from the Store. License types: Online License (requires connectivity) and Offline License (deploy without sign-in).
Win32 Apps
Traditional Windows desktop applications packaged with the Content Prep Tool. Supports install/uninstall commands, detection rules, requirements, dependencies, and supersedence.
Windows MSI Line-of-Business
Simple MSI installer packages. Best for straightforward installations.
Microsoft 365 Apps
Office suite deployment with update channel, architecture, and language configuration.
Web Links
Shortcuts to web applications on Start menu or home screen.
iOS/iPadOS Apps
App Store apps with VPP licensing, LOB .ipa files, and web clips.
Android Apps
Managed Google Play apps including public, private, and web apps.
macOS Apps
DMG, PKG, Mac App Store apps, and Office for Mac.
Filtering and Search
- Platform — Windows, macOS, iOS, Android
- App Type — Store, Win32, LOB, Web Link
- Assignment Status — Assigned, Unassigned
- Publisher — Filter by vendor name
- Search — App name or publisher keyword
Installation Status
- Installed — Successfully installed
- Pending — Queued or in progress
- Failed — Installation failed
- Not Applicable — Device does not meet requirements
API Reference
GET /api/devices/apps— List all appsGET /api/devices/apps/:id— Get app detailsGET /api/devices/apps/:id/status— Get installation statusDELETE /api/devices/apps/:id— Remove app