Hope this is the one which you are looking for
https://social.msdn.microsoft.com/Forums/en-US/de7144bc-4042-4e79-a50f-83ce48167adf/how-to-connect-to-remote-computer-with-c-and-wmi?forum=Vsexpressvcs
https://msdn.microsoft.com/en-us/library/mt703458(v=vs.85).aspx
https://kishordgupta.wordpress.com/2011/02/03/controlling-pc-and-remote-access-via-lan-in-c/
http://www.c-sharpcorner.com/article/monitoring-remote-log-remotely-using-wmi-in-C-Sharp-and-net/
http://www.c-sharpcorner.com/article/monitoring-remote-log-remotely-using-wmi-in-C-Sharp-and-net/
https://bytes.com/topic/c-sharp/answers/857912-how-connect-remote-pc-using-c-start-stop-windows-services
RakeshPosted May 12, 2017, 3:31 PM
Shankar,
You can make use of "Socket.Connect Method (IPAddress, Int32)" to establish a connection to a remote host using an IP Address..
Khaja MoizuddinPosted May 12, 2017, 1:40 PM
Khaja MoizuddinPosted May 12, 2017, 1:24 PM