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.
NameDescriptionPublisherInstall commandUninstall commandOperating system architectureMinimum operating systemRules format – Manually Configure Detection RuleRule typePathFile or folderDetection method
Could you suggest how all these parameters can be integrated to intues using Graph API from my .Net application.
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.NameDescriptionPublisherInstall commandUninstall commandOperating system architectureMinimum operating systemRules format – Manually Configure Detection RuleRule typePathFile or folderDetection method Could you suggest how all these parameters can be integrated to intues using Graph API from my .Net application. Read More