Get-WtMobileApps
Get all apps from Intune
Load apps from Tenant. This CmdLet will return all mobile apps in Intune. The raw Graph models are returned.\r\n\r\nThis is an authenticated command, so call Connect-WtWinTuner before calling this command.
Syntax
Default parameter set (default)
Get-WtMobileApps [-NameContains <String>] [-IsAssigned <Boolean>] [-Filter <String>]
Parameter | Req. | Type | Description |
---|---|---|---|
-NameContains | ❌ | String | Server-side filter on displayName contains. |
-IsAssigned | ❌ | Boolean | Server-side filter on isAssigned. |
-Filter | ❌ | String | Server-side filter on filter. This is a raw OData filter expression. |
Examples
Display all mobile apps
Get a list of all apps in this tenant, and format the result as a table.
Get-WtMobileApps | Format-table -Property Id, DisplayName, IsAssigned, OdataType