Get-NMMDeviceApp¶
Gets installed applications on a device.
Syntax¶
Description¶
The Get-NMMDeviceApp cmdlet retrieves applications installed on an Intune-managed device.
Beta API
This cmdlet uses the v1-beta API.
Parameters¶
-AccountId¶
The NMM account ID.
| Type | Int32 |
| Required | True |
| Pipeline Input | True (ByPropertyName) |
-DeviceId¶
The Intune device ID.
| Type | String |
| Required | True |
| Pipeline Input | True (ByPropertyName) |
Examples¶
Example 1: Get installed apps¶
Outputs¶
PSCustomObject[]
| Property | Type | Description |
|---|---|---|
| appName | String | Application name |
| version | String | Installed version |
| publisher | String | App publisher |
| installState | String | Installed, Pending |