Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Schedule application to install at next reboot

abnranger67

New Member
Messages
4
Reaction score
0
Points
1
Hi team, I looked but did not find if this was even possible. We were a RES One Automation (Ivanti) shop and just moved to SCCM. In RES, when you schedule a push/deployment, you are presented with a dropdown that offered options such as Immediately, After the next boot, After every boot, etc. Does SCCM have something like that when scheduling? I want to install an application, but want it to trigger when the computers come up from a reboot. Any idea if such a feature exists if not, some ideas. I suppose one way would be to use a Windows task schedule, but hopefully, I won't have to.
 
I don't think such feature exists in Configmgr. You can deploy an application as required but not specifically define to install it after reboot. I am curious to know why do you want the app to install only after the reboot?.
 
With a package you can do log on and Log off BUT I have never found them reliable. Like Prajwal, What is the end goal here?
 
I don't think such feature exists in Configmgr. You can deploy an application as required but not specifically define to install it after reboot. I am curious to know why do you want the app to install only after the reboot?.
These are devices that perform sensitive processes and tasks, so getting them in an opportune window for deployment is hard. However, I know that they have to or will reboot at some point, so the idea is to catch them at that time so that the application will install when it comes back up before they put it back into production to do its normal processes. That is one feature I leveraged a lot with Ivanti's RES Automation. As mentioned, at the time of schedule I can pick from a list of options and one was at the next reboot.
 
I'm struggling with this as well. We are moving from Desktop Authority to MECM and when SentinelOne (antivirus) is upgraded, the user is notified there is no Antivirus installed - but then never says Antivirus is now installed so they worry.

In Desktop Authority we had the ability to run scripts at logoff/shutdown/reboot and during windows startup, allowing critical apps like this to install without the user knowing.

I have been trying to use the "Only install when no user is signed in" but find that very unreliable on computers that have an automatic reboot policy.
 
Hi team, I looked but did not find if this was even possible. We were a RES One Automation (Ivanti) shop and just moved to SCCM. In RES, when you schedule a push/deployment, you are presented with a dropdown that offered options such as Immediately, After the next boot, After every boot, etc. Does SCCM have something like that when scheduling? I want to install an application, but want it to trigger when the computers come up from a reboot. Any idea if such a feature exists if not, some ideas. I suppose one way would be to use a Windows task schedule, but hopefully, I won't have to.
You can accomplish this easy enough with PowerShell. When Configuration Manager runs the deployment, have it run a pre-execution script which copies the contents of the application/package to a temporary folder, creates a scheduled task to run at next boot with an action to call the installer you copied into the temporary folder (and then deletes the temporary folder when the installation is complete). We have several installs that only run at boot. Note: you may want to bump up the default priority of the scheduled task for it to start quicker after the boot.
 

Forum statistics

Threads
7,064
Messages
27,602
Members
17,844
Latest member
Frazier

Trending content

Back
Top