Within our organisation, users dont have the rights to install applications, and we use SCCM to install applications under the system context, which works fine for the most part.
But iv just created an installation package for something which needs to close some running applications prior to running, so have used the Show-InstallationWelcome cmdlet, alas when i deploy this, it successfully kills the running applications, but the user doesnt see the prompt, or have the ability to defer (as has been specified in the welcome prompt).
In our old cmd scripts, we used to throw the msg.exe command with it set to all sessions, is there a way to get the InstallationWelcome to do the same ?