microsoft / Microsoft365DSC

Manages, configures, extracts and monitors Microsoft 365 tenant configurations
https://aka.ms/M365DSC
MIT License
1.58k stars 496 forks source link

IntuneDeviceAppManagement: New resource proposal #4585

Open eclipse313 opened 6 months ago

eclipse313 commented 6 months ago

Description

All resources of type deviceAppManagement are missing. In particular, the option to manage mobile apps to ensure app installation on the end devices is missing. An example Graph-API PowerShell command is New-MgDeviceAppManagementMobileApp.

Proposed properties

For me, the mobile app is currently the most important and the only thing I currently need. Note: Despite the name mobileApp, this can also be used to configure Windows apps. The implementation of the assignments is also necessary so that the apps can also be assigned.

Special considerations or limitations

The Graph API is currently still in the beta version.

eclipse313 commented 6 months ago

It looks like @NikCharlebois has already suggested implementing this in 2021. However, I can't find any further actions on this (see #1437).

GeldHades27355 commented 5 months ago

+1. We deploy ~35 default apps to our clients' tenants (Windows, Android and iOS). This would allow us to automate so much more.

ricmestre commented 5 months ago

I still have #2996 opened for this.

eclipse313 commented 2 months ago

Do you @NikCharlebois have an update for us on this? Or can someone else take care of it. Unfortunately I don't have the PowerShell skills to implement the feature in a push request myself.

eclipse313 commented 1 month ago

Does anyone have an update? How can we contribute?