Hi @dittoit , @Rick_C
This is a awesome first step of resolving some of the issues from the other tickets as well. It would be nice if one could build a procedure for restarting services remotely, as most of the clients that are showing of-line arenāt actually offline and still receive the commands. It is just the āRemote Controlā feature that is offline.
I have tried messing with the āStop a Serviceā Procedure under āPredefined Procedures -> Systemā, however i canāt seem to get any of those to work even against systems sitting right next to me just for testing.
If we have procedure:
import os;
result=os.popen(āwmic service spooler call StopServiceā).read();
result=os.popen(āwmic service spooler call StartServiceā).read();
print(result);
potentially it should restart. However i am not sure how the Stop procedure takes in a variable as to which procedure to stop or start. If there is a procedure coding manual/guide that would be useful.
Sascha