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
0
votes
1 answer

Add Host Server to SCVMM Server

When I try to add a host server to a scvmm server i got this message Access has been denied while contacting the server . Verify that the specified user account has administrative privileges on . Verify that DCOM access, launch, and activation…
Hassan
  • 311
  • 1
  • 17
0
votes
1 answer

Gem Install Connection Issues in Hyper-V

I have a Windows Server 2010 VM running via Hyper-V. I can connect to individual gems with a web browser from within the VM, however when I run gem install for any gem, the connection times out with the error I've pasted below. The image is using…
RobVious
  • 12,685
  • 25
  • 99
  • 181
0
votes
1 answer

Compile a minimal Linux 3.5 Kernel for Hyper-V

I'm looking for to compile a minimal linux 3.5 kernel for Hyper-V. The "selecting" hyper-v drivers part is quite easy. However, how to remove unnecessary modules/drivers and improve performance.
Bigreat
  • 1
  • 1
  • 2
0
votes
1 answer

Restore and back up of vm in azure

I want to take the backup and restore vm in azure.I could able to get the backup of vm as xml file, store it in the local machine and restore it back to windows azure successfully. But now my requirement is to take the backup of a vm from windows…
0
votes
1 answer

How To Check / UnCheck "Allow Numa Spanning" for Hyper-V Host Via Powershell

Is there a way to Check / UnCheck "Allow Numa Spanning" for Hyper-V Host Via Powershell
PowerShell
  • 1,991
  • 8
  • 35
  • 57
0
votes
1 answer

How to get the location of a VM on Hyper-V server using powershell

My Hyper-V server has vms divided in different logical drives. E.g.: D drive of server contains 4 vms, E drive contains 3 vms. I know the name of the drive on Hyper-V server (ex: D:), how can i get the names of the virtual machines in that drive. I…
0
votes
1 answer

How to branch a virtual server in Hyper-V?

We use Hyper-V extensively in our development environment. Each developer has a virtual server that they own and then we have a bunch of build, test, R&D, and staging virtual servers. Is there any documented or best practice way to duplicate a…
Eric Schoonover
  • 47,184
  • 49
  • 157
  • 202
0
votes
1 answer

Checking several Hyper-V Hosts for a specific VM in Powershell

I am writing a script to administer Hyper-VMs using the PowerShell Management Library for Hyper-V. Since we are using several Hyper-V Hosts and our VMs can change their host for performance reasons or other reasons I need a script that finds out…
Senfbrot
  • 41
  • 4
-1
votes
0 answers

Unable to remotely access my Guest Operating System via my Smartphone with Microsoft Remote Desktop android app

whenever I try to connect with my Guest Operating System, using my Microsoft Remote Desktop android app, I got this error massage : Unable to connect We couldn't connect to the remote PC because the PC can't be found. Please provide the…
-1
votes
0 answers

Hyper-V Replication Initial Rep No Progress / No Errors

I am trying to enable replication of a VM between two new identical servers running Win Server 2022. I am able to get through config and begin initial replication, replication health says normal but there is no progress nor any errors. Nothing is…
nick
  • 789
  • 1
  • 11
  • 27
-1
votes
1 answer

Cloud-init error when installing VM with cloud config file

I created a cloud-init file and validated it using the following command: cloud-init schema --config-file source-files/server/user-data After including my cloud config file in an Ubuntu 22.04 ISO file, I modified other files in Ubuntu to make it…
kursattokpinar
  • 119
  • 1
  • 8
-1
votes
1 answer

EAI_AGAIN failing to build expo inside of docker container

Long time lurker, first time poster so please forgive me if there's some incorrect etiquette in my post. Here is where everything is currently, I would appreciate some assistance in getting past this failure to build with expo. Dockerfile at the…
shelraye
  • 1
  • 1
-1
votes
1 answer

How to use windows sandbox on ryzen 5 processor

So, my goal is to use windows sandbox on my machine. How can I make this work? In my BIOS, SVM is enabled. But when trying to install/activate windows sandbox via "Turn Windows features on or off" it just gives the error tooltip: "Windows Sandbox…
POe
  • 95
  • 4
-1
votes
2 answers

Obtain the DNS name of a VM from the Hyper-V host its running on using PowerShell

Using PowerShell, can I obtain the DNS hostname of a virtual machine if I only have access to the Hyper-V host running the VM? I know I can get the IP of the VM and perform a reverse DNS lookup but I do not have access to the network/DNS servers…
FrankU32
  • 311
  • 1
  • 3
  • 18
-1
votes
1 answer

Hyper-V: Connect Xdebug debugger running on guest to debugging client on host

Using Vagrant, I am running a Ubuntu box with PHP-FPM and Xdebug 2 in Hyper-V. The network I am using is Hyper-V's default switch. From my host, I can connect to the Ubuntu box using SSH and the web server is also accessible using the VM's IP…
Subsurf
  • 1,256
  • 1
  • 17
  • 28