Can the msg command do anything else? Yes / No etc etc. If so, can you provide a link with full syntax for this command? I want to push out software that requires several applications to be closed before proceeding, so Id preferably like to ask the user to close before proceeding, also giving them the option to pass on the install. I don't want to abruptly kill these apps either (Word, Excel, Outlook etc.)
I've tried using [System.Windows.MessageBox] and [System.Windows.Forms.MessageBox] which doesn't seem to work due to PS user impersonation requirements to install with admin rights.
Any advice is appreciated.
Thank You.