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
solved 0
Configuration Manager 2 weeks 2022-05-09T16:16:43+05:30 2022-05-09T16:16:43+05:30 2 Answers 22 views Beginner 0
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