Network Administrator Knowledgebase

Apr 25 2008   10:03PM GMT

How to figure out what OS Edition is running on Server 2008?



Posted by: Michael Khanin
Microsoft Windows

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

Comment on this Post

Leave a comment: