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?