Questions tagged [hyper-v]

Hyper-V is the Microsoft Windows hypervisor starting in Windows Server 2008 R2 and also running on Hyper-V Server 2008, Hyper-V Server 2012, Windows Server 2012, and as an optional component of Windows 8.

The Hyper-V role lets you create and manage virtualized computing environments. Hyper-V is built into recent Windows operating systems as an optional feature and includes two independent components:

  1. The management components for managing Hyper-V hosts.
    Management tools include Hyper-V Manager for virtual machine management, Virtual Machine Connection for interactive connections to the virtual machine UI, and Hyper-V-specific cmdlets for Windows PowerShell.

  2. The virtualization platform for running virtual machines.
    Platform tools include the hypervisor, WMI provider, and other necessary virtualization components such as the virtual machine bus (VMbus), virtualization service provider (VSP) and virtual infrastructure driver (VID).

If you want to run and manage virtual machines on your machine you will need to enable both the platform and management tools. Very few people enable one without the other.

If you use Server Manager to install the Hyper-V role, the management tools are included unless you specifically exclude them. If you use Windows PowerShell to install the Hyper-V role, the management tools are not included by default. To install the tools, use the parameter –IncludeManagementTools. For instructions about installing the Hyper-V role, see Install Hyper-V and Configure a Virtual Machine.

Hyper-V Documentation:

1517 questions
-1
votes
1 answer

I can not deploy windows 11 in hyper-v

Can i setup a virtual machine with windows 11? I tried it but it wont work. It doesn't have the right requirements but i gave the machine 12gb ram. 150 gb ssd. 4 cores processor. So I don't think that's the problem. Anyone that can help me?
doctor
  • 1
  • 2
-1
votes
1 answer

Why am I getting error on running docker ps command

I have installed docker version 20.10.7 on my Windows 10 machine. But when I run docker ps command I am getting the following error: error during connect: This error may indicate that the docker daemon is not running.: Get…
Heer
  • 15
  • 6
-1
votes
1 answer

How to acquire Windows 10 Host IP from an ubuntu HyperV Virtual Machine

I have a server running on my windows machine and a hyper-v ubuntu VM I am trying to test the frontend from my VM but I want to make requests to windows 10 host, how can I get the host's IP?
chatzich
  • 1,083
  • 2
  • 11
  • 26
-1
votes
1 answer

IDE on Host Windows Machine, Project on RHEL Hyper V

Fresh out of uni, so a lot of the basic practical stuff is new to me. I apologize in advance. I just got started at a company and the company laptop I received is running windows 10, but all of the company projects are intended to run on RHEL. I was…
-1
votes
1 answer

Can't reach nodes in host LAN from ICS Internet Connection Sharing client VM in Windows

Currently I have an Ubuntu VM that is set up with an internal network virtual switch, that is connected via ICS Internet Connection Sharing with the host's Ethernet connection. This puts the VM on a 192.168.137.xxx internal NAT IP address and I…
biotecher
  • 159
  • 4
  • 14
-1
votes
1 answer

Creating Hyper-V VM fails with failed to load a library error

I am trying to create a Ubuntu 18 VM with Hyper-V under Windows 10 Enterprise. In particular, I want to increase the disk space. I get an error pop-up box with the following message. Failed to load a library required by Hyper-V Manager. To resolve…
-1
votes
1 answer

DHCP server not working properly windows server 2012

Hyper-V #Setup *main physical PC is using the IP address (192.168.2.2) *Installed Windows Server 2012 R2 *DC is using (192.168.2.13 – 255.255.255.0) via external switch *Guest PCs (Windows 7 pro x64) *Firewall is off for Guest *Guest has already…
-1
votes
2 answers

Hyper-v issue with docker after enabling hyper-v

I disabled hyper-v for a reason then enabled it again. But docker could not start saying "Cannot enable hyper-v service". I did disabled and re-enable hyper-v in windows, it did not work. I did enable virtualization in bios, it did not work. So,…
-1
votes
1 answer

Rename Vm Computer name using Bulk

I have Text file with number of local VM names in Hyper-v : newname IL-SRV IL-TST IL-MGN IL-BBT This is the names in my hyper-V environment , And i would like to change their computer name by using Powershell and bulk I'm using this…
user9142877
-1
votes
1 answer

how to share USB Passthrough with no mass storage on hyper-v

I have setup a Windows 10 hyper-v running on Windows server 2019 Client Hyper-V to be able to continue using a discontinued application for a short period of time. I understand that this requires USB Passthrough, but can't seem to find anything more…
-1
votes
1 answer

RDP from external PC to Hyper-V guest VM

I have a problem configuring RDP. This is the situation: PC1 (host): Windows 10 Pro with Hyper-V The guest-VM is Windows 10 Enterprise I also have another PC in the WLAN, a FritzBox router and an external PC in the internet. The routers external IP…
jamacoe
  • 519
  • 4
  • 16
-1
votes
1 answer

Hyper-v Machine shuts down unexpectedly, Hyper-V log shows an Error:"DM operation add for the virtual machine"

This cause me a big production problems, please help me. one virtual machine shutted down unexpectly. The Hype-v log shows: DM operation add for the virtual machine 'XXXXName' failed with error: Unspecified error (0x80004005) (Virtual machine ID…
-1
votes
1 answer

Comparison between Hyper-V and PowerShell vShpere

May I know what is the comparison between these 2 softwares. Hyper-V and PowerShell vSphere. I know that Hyper-V is only used in Microsoft. And PowerShell vSphere can be used in most OS. But I wish to compare these two softwares in Microsoft…
user448402
  • 159
  • 1
  • 18
-1
votes
1 answer

Cannot Access LDAPS from webbrowser on Hyper V virtual machine

We have an test environmnet where the physical AD server is set up for LDAPS connections and a Hyper V virtual machine running the webserver with our AD management web app loaded up. We have set up the x509 certs on both the physical AD server and…
-1
votes
1 answer

How to run Linux containers on Windows - Error while running .\docker.exe pull ubuntu

I was stuck on step 6 following this official Ubuntu tutorial on how to run Linux containers on Windows. I was unable to pull the Ubuntu image with .\docker.exe pull ubuntu I was getting error trying to run that command: Docker: “no matching…
Hrvoje
  • 13,566
  • 7
  • 90
  • 104