This repository of PowerShell sample scripts show how to access Intune service resources. They demonstrate this by making HTTPS RESTful API requests to the Microsoft Graph API from PowerShell.
It works exactly like Win32_Application_Add.ps1 with one exception, it needs one extra parameter appId.
appId is the application id of the application that will be updated
It works exactly like Win32_Application_Add.ps1 with one exception, it needs one extra parameter appId. appId is the application id of the application that will be updated
It is heavily based on Win32_Application_Add