That is exactly what the powershell app deployment toolkit was originally designed for (based on my potentially flawed memory). Do exactly that. When deploying an application, present the interactively logged in user with visual clues that something was happening. optionally allow for deferring of the install, and/or warning that "some things will be closed prior to install", etc. etc. It's gotten more complex since the inception--but it will do:
yes: would like to install an application whether or not a users is logged on Yes: with suppressing the user interaction if a user is logged on. PADT allows the user to get dialogues, as defined by your configuration for the PADT deployment for that app. If you haven't yet done so, I suggest you download the PADT and simply experiment with it, to see what it can do for you. On Thu, Apr 21, 2016 at 10:01 AM, Séguin, Mario (BAC/LAC) < [email protected]> wrote: > Hi sherry, > > > > Thanks for the link, very useful but maybe my question wasn’t cleared > enough. > > > > I would like to install an application whether or not a users is logged on > with suppressing the user interaction if a user is logged on. Currently if > we choose install for system and whether or not a user is logged on, we > don’t have the ability to check the Allow users to view and interact with > the program installation but with a Package we can still do it. > > > > Does anyone know a work around for this problem, because we don’t want to > wait for user to log on for the patch installation but we need to ask them > to close apps if the patch installation starts when they are logged on. > > > > thanks > > > > *Application* > > > > > > > > *Package* > > > > > > *From:* [email protected] [ > mailto:[email protected] <[email protected]>] *On > Behalf Of *Sherry Kissinger > *Sent:* April 21, 2016 9:32 AM > *To:* [email protected] > *Subject:* Re: [mssms] Application deployment to system > > > > Check out http://psappdeploytoolkit.com/ > > > > On Thu, Apr 21, 2016 at 8:02 AM, Séguin, Mario (BAC/LAC) < > [email protected]> wrote: > > Hi all, > > > > Is it possible in SCCM 2012 to still allow user interaction when an > application is deployed to a System whether a user is logged on or not. > > > > > > thanks > > > > > > > > > -- > > Thank you, > > Sherry Kissinger > > > My Parameters: Standardize. Simplify. Automate > Blogs: http://www.mofmaster.com, http://mnscug.org/blogs/sherry-kissinger, > http://www.smguru.org > > > > -- Thank you, Sherry Kissinger My Parameters: Standardize. Simplify. Automate Blogs: http://www.mofmaster.com, http://mnscug.org/blogs/sherry-kissinger, http://www.smguru.org
