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

Answers ( 2 )

    0
    2022-05-09T19:42:36+05:30

    Thanks..!

  1. 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

    Best answer

Leave an answer

Sorry, you do not have permission to answer to this question .