microsoftgraph / powershell-intune-samples

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.
MIT License
1.37k stars 659 forks source link

Added Win32_Application_Update.ps1 #157

Open nimrof opened 4 years ago

nimrof commented 4 years ago

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

ghost commented 4 years ago

CLA assistant check
All CLA requirements met.