Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create a windows service that can be added/configured in remote machines so that I could call them on local machine in order to get the information (Like, Disk space, CPU utilization, on going Processes etc) from the remote machine without disrupting any ongoing processes on remote machines. How is it possible?

What I have tried:

I have tried building this simple code in c# and I am able to get the disk space of my machine in a notepad file but how do I proceed from here is something challenging. Please assist me on this or suggest me better way if possible.

Thanks!
Posted
Updated 19-Apr-18 2:11am

1 solution

Quote:
I have tried building this simple code in c# and I am able to get the disk space of my machine in a notepad file but how do I proceed from here is something challenging
The next step is writing a TCP server (it will run on the remote machine) and a TCP client (it will run on the local machine). You may find many, many examples on the web.
 
Share this answer
 
Comments
Member 13716880 20-Apr-18 7:17am    
@CPallini
Okay, but how do I deploy this windows service on remote machine?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900