Welcome to MSDN Blogs Sign in | Join | Help

October 2004 - Posts

starting a process on a remote machine

Uses your existing credentials, of course, but I wanted to pass along in case others could use this: ManagementClass processClass = new ManagementClass ( "\\\\" + remoteServer + "\\root\\CIMV2:Win32_Process" ); ManagementBaseObject inParams = processClass.GetMethodParameters(
Posted by jmanning | 4 Comments
 
Page view tracker