I am developing a C# application from which I need to execute a process in a Unix machine remotely. How I can do this with either PsExec or Windows Management Instrumentation.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Both WMI and PSExec rely on Windows-specific APIs and services. Look at Secure Shell (ssh) instead. See C# Library for SSH and Telnet or SSh client in C# .net for C# libraries for using SSH.