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/
I_am_Rajesh
Jan 21, 2020Brass Contributor
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
Thijs Lecomte
Jan 21, 2020Bronze Contributor
I prefer to not use a bit file and configure the switches in INtune, that way you can easily change them.