How can I make a script that will reboot POS PC's only, @ 3am?
I'm relatively new to scripting and Kace1000 - So any and all help would be greatly appreciated. Thank you,
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
jknox
9 years ago
You would need a label that identifies the POS systems and apply that label to them. This could be a manual label or a smart label.
Once you have that, you could run a kscript that reboots the systems. The label you created would target the script to the specific POS systems.
If your POS systems run Windows, it can be as simple as running "shutdown.exe /r". There is a built in example of this in the K1000 that you could duplicate and modify under the name "Shutdown a Windows system".
Once you have that, you could run a kscript that reboots the systems. The label you created would target the script to the specific POS systems.
If your POS systems run Windows, it can be as simple as running "shutdown.exe /r". There is a built in example of this in the K1000 that you could duplicate and modify under the name "Shutdown a Windows system".
Comments:
-
I always recommend adding the /f option just in case you have a dialog box or error pop-up. - htomlinson 9 years ago