Hi I need to copy a file (.bat/.vbs/.ps1…etc) to my endpoint servers by using software distribution wizard… Can anyone help me on this…

Hi
I need to copy a file (.bat/.vbs/.ps1…etc) to my endpoint servers by using software distribution wizard…
Can anyone help me on this…

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