Jan 13 2020 06:29 AM
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 don´t see if a Update/Installation is in progress.
So i tried like this example: https://svdbusse.github.io/SemiAnnualChat/2019/09/14/User-Interactive-Win32-Intune-App-Deployment-wi...
But The Software is still starting installing in Non-Interactive Mode. When i locally install over powershell, with the same command its working.
You got any idea, how we can realise a Interactive Install Mode?
Best Regards
Phil
Jan 13 2020 06:32 AM
SolutionJan 21 2020 05:53 AM
Jan 21 2020 09:47 AM
How about using .bat script to customize the switches ? i have used bat script with command like setup.exe /passive or setup.exe / active etc and it seems to fulfill our requirement. But still PowerShell is the best option available there. But which is the best Practice for customization ? PS or bat Script ?@MrMueller
Jan 21 2020 10:30 AM
Jan 21 2020 11:09 AM
Apr 14 2020 05:33 AM
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...
Jan 13 2020 06:32 AM
Solution