Thursday, November 6, 2008

Determining Hyper-V version

Hi again,
In my last post I informed you about the version of Hyper-V. But how to check it?
It is as simple as executing a command line in elevated command prompt:
wmic datafile where name="c:\\windows\\system32\\vmms.exe" get version
This sill give you the version. And here is also a brief list of versions:

Version Version Released on
Beta 1 (Windows Server 2008 Built-in) 6.0.6001.17101 December 13, 2007
Release Candidate 0 6.0.6001.18004 March 19, 2008
Release Candidate 1 6.0.6001.18010 May 21, 2008
Release to Manufacturing (RTM) 6.0.6001.18016 June 26, 2008

Thanks to this post.

Cheers,

No comments: