Is there a way to imediatly install an application to an enroled VM through Intune?
To set a little bit of context
We are testing if the application installs on VM that was automatically created by us and reporting the successful installation of the app in a central DB. All the steps involved are done programmatically
We want to do the same test with applications that are in Intune.
The questions are:
1. If I know the application ID from Intune, can I immediately initiate an installation of the app to a VM? This triggering can be done from the VM itself or from an Intune API, whatever is easier to be done.
2. I would like to know if the application installation was successful or not? So for this I have to know that there was an installation attempt and what was the result of this attempt?