Dienstag, 29. Januar 2013

Bios Version Hyper-V

If you want to figure out on which Hyper-V Plattform your VM is running 2008 R2 or Windows Server 2012 , you can use this litte Powershell Lines.

This is important if you deploy Systems with a 3rd Party Software in an heterogeneous environment like vmware, hyper-v V2 or hyper-v V3. So you have to check the VENDOR ID and the BIOS ID to figure out the underlaying hypervisor plattform.

Hyper-V Bios Versions:
VIRTUAL - 3000919 Hyper-V 2008 R2 V2
VIRTUAL - 9001114 Hyper-V 2012 beta
VIRTUAL - 5001223 Hyper-V 2012 V3

Powershell:
$BIOS = Get-WmiObject Win32_bios
$BIOS.Version



Keine Kommentare:

Kommentar veröffentlichen