Hi , you can create you own fixlet using below sample batch script. through this you can run any command on endpoints.
action uses wow64 redirection false
delete __appendfile
delete clientrestart.bat
appendfile @ECHO OFF
appendfile net stop besclient
appendfile net start besclient
move __appendfile clientrestart.bat
wait cmd.exe /C clientrestart.bat