How to create script to run service on target PC
Hello,
please help to create script on KACE. It must restart one service (see picture), if service was stopped.
2 Comments
[ + ] Show comments
Answers (2)
Answer Summary:
Please log in to answer
Posted by:
erik.ragan
10 years ago
This can be accomplished using online kscript wizard in the K1000. There is an option to start and stop services there. All you need to know is the service name.
So your script would look something like...
So your script would look something like...
Comments:
-
Thanks, I already checked and it is working - anonymous_107485 10 years ago
Remediation: Launch command prompt with a batch file that has:
@ECHO OFF
net start RMAService - h2opolo25 10 years ago