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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top