Forum Discussion

arjunni0027's avatar
arjunni0027
Copper Contributor
Sep 11, 2024

Facing issue while adding app to intunes portal using Microsoft Graph API

My application is used to automate the process of adding win32 apps to intunes portal for different tenant. 
Created a blazor application with .Net 6 and imported Microsoft Graph package. While adding the app metadata to the created object of Win32LobApp inbuilt class of Microsoft Graph package, there are mandatory parameters that is required to add the app to the intunes portal. Some of the mandatory fields are not matching with the parameters that are available in intunes portal. 
Below are the mandatory fields that are there in the portal for creating Win32 app in intunes portal.

  • Name
  • Description
  • Publisher
  • Install command
  • Uninstall command
  • Operating system architecture
  • Minimum operating system
  • Rules format – Manually Configure Detection Rule
    • Rule type
    • Path
    • File or folder
    • Detection method 

      Could you suggest how all these parameters can be integrated to intues using Graph API from my .Net application.

1 Reply

Resources