Forum Discussion
Windows App Bulk Assignment
- Jun 27, 2022
Hi DGMalcolm,
It is not possible via the Intune portal, but you can perform your assignment via the graph api.Their are multiple ways to achieve your goal. You can use a PowerShell script. For example this script
https://tech.nicolonsky.ch/intune-mobile-app-assignment-bulk/
Or directly in the graph api via the following url:
https://graph.microsoft.com/beta/deviceAppmanagement/mobileApps/{AppID}/Assignments
And to automate task via the graph api, you can use power automate or a logic app.
hopefully this will help you.
kind regards,
rene
Hi DGMalcolm,
It is not possible via the Intune portal, but you can perform your assignment via the graph api.
Their are multiple ways to achieve your goal. You can use a PowerShell script. For example this script
https://tech.nicolonsky.ch/intune-mobile-app-assignment-bulk/
Or directly in the graph api via the following url:
https://graph.microsoft.com/beta/deviceAppmanagement/mobileApps/{AppID}/Assignments
And to automate task via the graph api, you can use power automate or a logic app.
hopefully this will help you.
kind regards,
rene