Restart computer
Question
Hi All ,
I need to restart 4000 machine with SCCM and also I need to give 3 hours buffer time to user with custom message dialogue box to restart which method I can use ?
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Hi All ,
I need to restart 4000 machine with SCCM and also I need to give 3 hours buffer time to user with custom message dialogue box to restart which method I can use ?
Answers ( 8 )
Please close this thread
https://blog.ctglobalservices.com/configuration-manager-sccm/kea/new-version-of-the-coretech-shutdown-tool/
Thanks you all . I used the tool from above link.
It is very very awesome .Please try it once 🙂
Have you checked any options in custom task sequence?
Also for above script what version of powershell you are using? Is that script supportable for that version?
– Had you tried to execute script manually? It seems you don’t have permission to Bypass the Execution Policy.
Please add details or logs that would be helpful, Else you can try to Run PS1 file with Scheduler without using the ServiceUI.
PS C:\Test> .\ServiceUI.exe -process:.\TsProgressUI.exe -NoProfile -WindowStyle Hidden -ExecutionPolicy Bypass -File CustomRestart.ps1
=======================
Matched Processes
=======================
Process Not Found: [.\TsProgressUI.exe]
=======================
Exiting with [-1]
=======================
ServiceUI.exe -process:TSProgressUI.exe %SYSTEMROOT%\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -WindowStyle Hidden -ExecutionPolicy Bypass -File CustomRestart.ps1
both the options are not working
I tested this a long time ago, It was working fine for me!!
Did you checked manually before executing through SCCM, Verifed the scheduler
I tried this script Jitesh , but somehow i am not seeing the deployment in software
center
Hello Ketan, You can use custom script to notify users, Modify according to your requirements.
https://gallery.technet.microsoft.com/scriptcenter/Custom-PowerShell-GUI-7c7fbda8