Apr 25 2008 10:03PM GMT
Posted by: Michael Khanin
Microsoft Windows
How to figure out what OS Edition is running on Server 2008?
Posted by: Michael Khanin
We can do this via WMI.
The command line is:
wmic path win32_operatingsystem get OperatingSystemSKU / value
The value Should be converted to hex and then mapped to the list at:
http://msdn2.microsoft.com/en-us/library/ms724358. aspx




