How to install the Hyper-V role in Windows Server
How to install the Hyper-V role in Windows Server
Before you are able to build a virtualized environment you will need to install and configure the Hyper-V role on your Windows 2008, Windows 2008 R2, Windows 2012 or Windows 2012 R2 server. The procedure is pretty much the same for all the above operating systems. You can install the role either through PowerShell or with the graphical Server Manager. I will demonstrate both methods.
Option 1 – PowerShell.
Launch PowerShell
- From Taskbar icon
- From Aps tiles menu
- Type PowerShell while on the tiles screen
Type Get-WindowsFeature to retrieve installed roles and features and to determine the name of the role you want to install.
Note the name of the role we want to install is Hyper-V
Type Install-WindowsFeature Hyper-v –IncludeManagementTools
Note: Adding the –IncludeManagementTools switch will add the Hyper-V graphical management tools, otherwise you will have to install the tools separately. You could also install the feature RSAT-Hyper-V-Tools to add the graphical management tools.
Ensure all windows are closed and work is saved. Type Restart-Computer.
Hyper-V is now ready to be configured.
Option 2 – Server Manager.
Open Server Manager.
There are 2 ways to add roles and features on Server Manger.
- Clicking on Add roles and features on the Dashboard.
- Selecting Add Roles and Features in the Manage drop down menu.
On the Before you begin, click Next.
On the Select installation type, click Next
On the Select destination server, select the desired server, click Next.
Note: If you have connected your Server Manager to another server you could install Hyper-V remotely to that server is you are running Windows Server 2012 or Windows Server 2012 R2.
On the Select server roles, select Hyper-V, when the Add features that are required for Hyper-V appears, click Add Features.
On the Select server roles, click Next.
On the Select features, click Next
Read the Hyper-V screen, click Next
Create Virtual Switches, if you are going to be connecting the virtual machines to the host machines external interface, you would select the Local Area Connection, click Next.
Note: At this time I am not going to connect to the external interface.
On the Virtual Machine Migration, click Next.
Note: If you need to support Live Migrations from the get go you can select Allow this server to send and receive live migrations of virtual machines. This setting can be configured post installation of Hyper-V.
On the Default Stores, modify the default locations as needed, click Next.
On the Confirm installation selections, select Restart the destination server automatically if required. Select Yes on the warning screen.
Note: Hyper-V does require a restart when installing. Before clicking on Install, ensure you save all your work and close applications. The server will restart without prompting the user to save their work.
After the server restarts logon and if needed launch Server Manager. A Installation progress screen will appear, click Close when the installation has completed.
Hyper-V is now installed and ready for configuration.
Until next time, RIDE SAFE!
Rick Trader
Windows Server Instructor – Interface Technical Training
Phoenix, AZ
You May Also Like
Windows 10 Managing, Deploying and Configuring – December 2, 2015
0 448 1In this recorded Windows 10 training webinar from December 2, 2015, Windows Server instructor Rick Trader presents the deployment and management of Windows 10 Enterprise and the new Provisioning capability in Windows 10. Learn how to manage Windows 10 deployments using System Center Configuration Manager, Mobile Device Management and Intune. Also included in his presentation … Continue reading Windows 10 Managing, Deploying and Configuring – December 2, 2015
Windows 10 Features and Navigation – December 1, 2015
0 122 1In this recorded Windows 10 webinar from December 1,2015, Windows Instructor Steve Fullmer presents the navigation and some of the new features associated with Windows 10 including Sysinternals Tools for Windows Client, Windows core concepts, exploring Process Explorer as well as some of the features that are not yet ready for prime time but will … Continue reading Windows 10 Features and Navigation – December 1, 2015
How to clone a Windows Server 2012 or 2012 R2 Domain Controller
3 1604 3One of the coolest new features in Window Server 2012 and Windows Server 2012 R2 is the ability to clone a Domain Controller. In the past, if we had virtualized Domain Controllers and we actually took a snapshot of it and then rolled back to that snapshot, it would break the logon service on that … Continue reading How to clone a Windows Server 2012 or 2012 R2 Domain Controller