Hyper-V

Introduction to Hyper-V

Hyper-V implements isolation of virtual machines in terms of a partition. A hypervisor instance has to have at least one parent partition, running a supported version of Windows Server (2008 and later). The virtualization stack runs in the parent partition and has direct access to the hardware devices. The parent partition then creates the child partitions which host the guest OSs. A parent partition creates child partitions using the hypercall API.

Hyper-V INSTALLATION

To verify compatibility, open up PowerShell or a command prompt (cmd.exe) and type systeminfo. If all listed Hyper-V requirements have a value of Yes, your system can run the Hyper-V role. If any item returns No, check the requirements listed in this document and make adjustments where possible.

Required Configuration : The Hyper-V role can be enabled on these versions of Windows 10:

The Hyper-V role cannot be installed on:

Hardware Requirements Although this document does not provide a complete list of Hyper-V compatible hardware, the following items are necessary:

The following items will need to be enabled in the system BIOS:

VMBus

Some manipulation to explore VMBus

Export and Share Hyper-V Virtual Machines

With Hyper-V Manager

Import et export de machines virtuelles avec Hyper-V

With PowerShell

Import/Export of virtual machine with PowerShell

Example : Get a Windows 10 development environment in a virtual Machine

Download a virtual machine for VMWare, Hyper-V, VirtualBox or even Parallel.

Références :

BACK