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

How to assign Assign multiple virtual swtich to VM

In Hyper-V when we create virtual machine we can assign virtual switch to it. Is it Possible to assign two virtual switch to Hyper-V? If so How? If I understand correctly then we can create different type of virual switch. Internal…
dotnetstep
  • 17,065
  • 5
  • 54
  • 72
-1
votes
1 answer

Do I have any way to connect to a Hyper-V Server using a PowerShell command?

To connect to a Hyper-V host from Hyper-V Manager, right-click Hyper-V Manager in the left pane, and then click Connect to Server. Do I have any way to connect to a Hyper-V Server using a PowerShell command? If so please include code (example my VM…
-1
votes
2 answers

Domain controller with HyperV

just a question, is a good idea to host machines with HyperV on a DC? This is my Idea. if the answer is no, can you explain why? Thanks Have a nice day
Mariano
  • 473
  • 3
  • 12
-1
votes
1 answer

Not able to log back into my Windows machine after Hyper-v installation

I have a Windows 10 machine. Recently I have installed Hyper-V 2016 server on my machine. From then whenever I start my system I only see a blue screen with various commands. I do not see any other thing other than that. Now how can I go back to my…
navya chamidisetty
  • 341
  • 1
  • 2
  • 11
-1
votes
1 answer

Can't stop MobyLinuxVM when docker is not needed?

Running docker on Windows 10 using Hyper-V. When I stop the MobyLinuxVM from the Hyper-V manager, docker stops working. At this point, I can still get response to commands like 'docker -v' but every other command fails. For example: 'docker ps'…
Tanuj
  • 154
  • 12
-1
votes
1 answer

Cannot establish network link between host and VM on Hyper-V

I'm having trouble creating a network link between my Hyper-V host machine and its VM (both are running Windows 10). I created an virtual external switch for both the host and VM so that both can access the internet and download programs and Windows…
ShadowFox
  • 3
  • 5
-1
votes
2 answers

Cloning and Adding Hyper-V VM to Domain

I have a standalone (not clustered, but in the domain) Windows Server 2016 with Hyper-V role installed. I need to clone VMs on a daily basis, so I wrote a few small "things" using C# and PowerShell. Parallel Copy of VHD public static void…
And.Dzh
  • 45
  • 10
-1
votes
1 answer

Hyper-V: Access Host in Offline Mode

I have installed and configured Hyper-V on my Laptop with Windows 10 Professional. I have as well one VM with Ubuntu 16.04 OS. My Problem is that I do not know how to access Windows 10 host Shared Folders from the Ubuntu Guest, when it is offline /…
Bunkai.Satori
  • 4,698
  • 13
  • 49
  • 77
-1
votes
1 answer

Can I lock hyper-v virtual machine so that users won't be able to close it or minimize it

I'm working on a project for a client to install HMI application on the client servers. The client has requested to install the application inside Hyper-v virtual machine so that in case the operating system crashes then it will be easy to restore…
kadora
  • 325
  • 1
  • 5
  • 8
-1
votes
1 answer

Hyper-V not working in Windows 2012R2 Datacenter

since yesterday I had my Windows 2012R2 Datacenter server correctly running Hyper-V machines. After a windows update I'm not able to start any of the VMs and get a message that say Hypervisor not in execution. If I check from services I don't see…
paolo9785
  • 114
  • 1
  • 9
-1
votes
1 answer

Windows Server Hyper-v container with Windows Server Core as base image

Let's say I have Windows Server 2016 Desktop where I will deploy my micro services as containers. Also, let's say I choose Windows Server Core as base image for my containers. This force me to choose Hyper-v containers. Is it even resonable to run…
Thomas
  • 469
  • 6
  • 16
-1
votes
1 answer

Webadmin and php are not working correctly

I have ubuntu server 16.04 running within hyper-v on a Windows 10 computer. I am running LAMP with Apache2, MariaDB, and PHP7.0. I have installed phpmyadmin but when I attempt to call it through my browser I get text, I'm assuming that it is the…
-1
votes
1 answer

Why do you need a Hyper-V?

Ok, I know what is basically a Hyper-V is. Simple, a virtual machine. Well, good for testing application and development usage. Ok, so far so good for the understanding. and here the main question: Why do you need to install servers in a Hyper-V on…
mjb
  • 7,649
  • 8
  • 44
  • 60
-1
votes
1 answer

VM has no Internet access

I am using Windows 8.1 in my laptop and I have created a Windows Server 2012 R2 Virtual Machine using Hyper-V. I have tried to give the VM Internet access. I followed this thread, but my VM still has no Internet access. I can see the Wi-Fi is…
user217648
  • 3,338
  • 9
  • 37
  • 61
-1
votes
1 answer

getting error when trying to query root\virtualization namespace

I am trying to query virtual processor class(Win32_PerfRawData_HvStats_HyperVHypervisorVirtualProcessor) from a hyper-v server(windows 2012). Used this to query from powershell- gmic -namespace “root\virtualization”…
Venkat Teki
  • 2,233
  • 4
  • 21
  • 28