Run cat file on remote using c#
1st Method:
2nd Method:
https://www.codeproject.com/kb/cs/remote_process_using_wmi_.aspx
3rd Method:
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "psexec \\my_remote_server -u my_domain\my_username -p " & password & " my_bat.bat"