Forum Discussion
MrMueller
Jan 13, 2020Copper Contributor
Intune - Win32 - Interactive Deployment
Hello, in our Company, we got Intune. We use the PSADT (PowershellAppDeploymendToolkit) to install Software. Now we have the problem, that Intune is installing in Non-Interactive Mode. The User do...
- Jan 13, 2020Hi
I have done it in the past & blogged about it.
Could you take a look at this?
https://365bythijs.be/2019/09/19/installing-visio-onto-an-existing-office-installation-with-psadt-and-intune/
MrMueller
Copper Contributor
Hi,
In use a Script, which is detecting if a Software is open or not. If it opened the installation will be nonSilent. If the Program closed (no user using it) it will be installed silent.
In Intune i use the powershell.exe -executionpolicy bypass -file „./detection.ps1“
This is working fine for us.
In use a Script, which is detecting if a Software is open or not. If it opened the installation will be nonSilent. If the Program closed (no user using it) it will be installed silent.
In Intune i use the powershell.exe -executionpolicy bypass -file „./detection.ps1“
This is working fine for us.
Sebastian cerazy
Apr 14, 2020Brass Contributor
Is that the "best" we got to do interactive installs?
Belive me, I would love everything to be silent and just work.
But (especially in education) one will get quite few random install that are either totally NON-silent, or half-baked semi-silent
There is nothing I can do with them, but run in System context, but allow user interaction (so the prompts can be followed)
With SCCM is was so easy...