Hyper-V

How to Install Hyper-V Windows Server 2019

Install Hyper-V Server 2019, in this article, I will explain how to install Hyper-V on Windows Server 2019. We can install Hyper-V in Windows Server using Server Manager, and PowerShell command. Download Windows Server 2019 from Microsoft Website.

Install Hyper-V from Server Manager

1- Open the Server Manager & then click on Add roles and features

server manager

2- Add role and features wizard, and click the next button

add roles and features wizard

3- Choose Role-based or feature-based installation option and then on click next

role based and feature based

4- Choose a server from the pool and then click next

add roles and features server pool

5- Select the Hyper-V role

install hyper-v add roles and features server

6- Select the add features button to install required features

install hyper-v add required feature

7- Click next

install hyper-v add roles and features

8- Install Hyper-V, Add roles and feature wizard Features option we can view the hyper-V management tools, also we can select the different selection of management tools if required

install hyper-v management tools

9- Click Next

add roles and features install hyper-v

10- Choose a physical Ethernet adapter to host a Hyper-V virtual switch and then click next

add roles and features virtual switches

11- Install Hyper-V, the Live Migration security control, these settings are shown only apply to Shared Nothing Live Migration and not clustered Live Migrations. Select the required option and then click next, if required you change this option later.

install hyper-v switch migration

12- Select the storage location for virtual machines and virtual hard disks, or leave it as default path and you can change it later. Click next

install hyper-v default stores

13- Install Hyper-V, Review the options that you have select and optionally you can export them. Click on Install

add roles and features confirmation

14- Hyper-V roles successful installed and then click the close button

add roles and features installation progress

15- Click tools and then click on Hyper-V Manager

server manager

16- Hyper-V Manager

hyper v manager

Install Hyper-V with PowerShell

17- PowerShell is the easiest way to install Hyper-V on Windows Server.
Open the Windows PowerShell and run the below command.

Install-WindowsFeature -Name Hyper-V -IncludeManagementTools

install windows features powershell

18- Hyper-V roles installation in progress

start installation powershell

19- We can install Hyper-V with automatic system restart also using below command

Install-WindowsFeature -Name Hyper-V -IncludeManagementTools -Restart

install windows features powershell

Install Hyper-V with DISM

Run the Windows PowerShell and then run the below command and we need to restart after the successful installation

dism /Online /Enable-Feature /FeatureName:Microsoft-Hyper-V /All

Read more: How to Install Hyper-V Core 2019.

Jamil Parvez

Jamil Pervez works as a Network Administrator, based in Kuwait with a Primary focus on Microsoft technologies. Microsoft Certified MCSE, MCTP, MCITP, CCNP, CCIP, CCVP with 20 years of experience in administering Windows Servers, Exchange, VMWare, Veeam B&R, Veritas BackupExec.

Related Articles

2 Comments

Leave a Reply

Back to top button