Forum Discussion

shambari's avatar
shambari
Copper Contributor
May 03, 2024
Solved

Trouble install mobileApp of type win32 on device using intune APIs

I'm working on integrating my company's portal with Intune APIs to manage application installations. I've successfully retrieved a list of applications from our company portal using the following API...
  • SebastiaanSmits's avatar
    May 03, 2024

      

    There is no install command for apps using the Graph API. This is also not the way applications are 'installed' from Intune. Apps are distributed using assignments. So when you assign an app to a group the installation will occur as long as the user or device is member of the group. 

     

    You can use the IntuneWin32App module and assign an Entra group to a Win32 app using the script add-IntuneWin32AppAssignmentGroup 

    ------

    Please click Mark as Best Response & Like if my post helped you to solve your issue.

    This will help others to find the correct solution easily. It also closes the item.

    If the post was useful in other ways, please consider giving it Like.

     

    shambari

Resources