how can i Get remote system memory and os information

  • Thread starter Thread starter harikrishna sirimalla via .NET 247
  • Start date Start date
H

harikrishna sirimalla via .NET 247

(Type your message here)
hi ,
I am trying to get remote machine memory information ,but partially success .I need to get remote machine file system type, OS information and processor information
please help me .
 
I am trying to get remote machine memory information ,but partially
success.
I need to get remote machine file system type, OS information and
processor
information

And what have you tried so far?

You should look into WMI. In .NET it's represented by the System.Management
namespace.
 
Back
Top