can anybody tell how to get system properties of a remote computer in a network ?
i would like write a code in c#
|
can anybody tell how to get system properties of a remote computer in a network ? i would like write a code in c# |
|||||||||
|
|
It's hard to tell from your post what you're looking for, but this might be it: EDIT Added link to WMI in .NET reference pages. |
|||||||||||
|
|
Microsoft System Center Operations Manager (SCOM) periodically collects performance metrics from remote systems, and provides has a set of .NET APIs. It's overkill if you have just a few boxes, but it can be a good central solution if you'd like to monitor 20+ boxes. |
|||
|
|
|
WMI Code Creator will do most of the work for you, if you intend to use WMI. |
|||
|
|