How could I pause the task sequence execution for 5 min
Question
I would need to pause the execution of task sequence for 5 mins before reboot and need to display a message saying the system will get rebooted in 5 mins. Can someone help me please
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
I would need to pause the execution of task sequence for 5 mins before reboot and need to display a message saying the system will get rebooted in 5 mins. Can someone help me please
Answers ( 2 )
Thanks..!
Add a PowerShell script run task in the Task Sequence to wait for 5 minutes on the specific condition https://www.anoopcnair.com/run-powershell-script-step-sccm-task-sequence/
This will help to Pause the SCCM task Sequence for 5 minutes.
Start-Sleep -Seconds 300