How to get OS Version of Remote Server?

  • Thread starter Thread starter Robert Barish
  • Start date Start date
R

Robert Barish

This code here "Environment.OSVersion.ToString()" will return the current machines OS Version. Is there a way, possibly with a performance counter, to get the OS Version of a Remote Server?
 
And how would I use WMI to do this?
This code here "Environment.OSVersion.ToString()" will return the current machines OS Version. Is there a way, possibly with a performance counter, to get the OS Version of a Remote Server?
 
Back
Top