Hello..
I am trying to code up a tool that I can install as a service on a remote client. I want the tool to have a GUI locally that is accessible by the system tray, and also have the ability to be queried remotely and return configuration data from the remote machine.
I understand that I will have to use some form of remoting for this, but am not really sure if you can send a series of commands to a remote .NET service? or how this can be done??
For instance, the service is required to obtain information about the machine config, that the user may not have access to read.
I want to be able to query the service remotely to return information about that client (i.e - Users logged on, Running Processes, Hotfixes/Software installed) Can anyone point me in the right direction please??
I am trying to code up a tool that I can install as a service on a remote client. I want the tool to have a GUI locally that is accessible by the system tray, and also have the ability to be queried remotely and return configuration data from the remote machine.
I understand that I will have to use some form of remoting for this, but am not really sure if you can send a series of commands to a remote .NET service? or how this can be done??
For instance, the service is required to obtain information about the machine config, that the user may not have access to read.
I want to be able to query the service remotely to return information about that client (i.e - Users logged on, Running Processes, Hotfixes/Software installed) Can anyone point me in the right direction please??