Intune-App-Deploy
Intune-App-Deploy copied to clipboard
[Feature Request] YAML - Support all settings available in Graph JSON
This is a great start against automating packaging and deployment of Win32 packages but:
- A lot of settings available for Win32 in GUI and JSON is missing.
- The ability to run scripts for detection and requerements
- Return codes
- Icon
- etc.
Will take a look when I got time, If I can add this I'll share the code.
- Maybe we simply could reuse JSON from Graph after a Win32 has been manuallyc reated? As an option at least.
lifting the JSON data from Graph is 100% the way to go - the missing functionality you have mentioned is simply due to time constraints on my end. All of the things there are missing, however, are relatively simple to implement and would be a great chance to contribute!