Difference between revisions of "Microsoft Hyper-V"

From wikieduonline
Jump to navigation Jump to search
 
(38 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Draft}}
+
[[wikipedia:Hyper-V]] ([[2008]])
 +
* [[Windows 10 Enterprise]], [[Pro]], or Education
  
 +
== Commands ==
 +
* <code>[[Start-VM]]</code>
 +
* <code>[[Get-VM]]</code>
 +
* <code>[[Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All]]</code>
 +
* <code>[[Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All]]</code>
 +
* <code>[[Get-WindowsOptionalFeature]] -Online -FeatureName Microsoft-Hyper-V</code>
 +
* [[DISM]] /Online /Enable-Feature /All /FeatureName:[[Microsoft-Hyper-V]]
 +
 +
== Releases ==
 +
* [[Hyper-V 2019]]
 +
* [[Hyper-V 2016]]
 +
* [[Hyper-V 2012]]
 +
 +
== Related commands ==
 +
* <code>[[Enter-PSSession]] -VMName YOUR_VM_NAME</code>
 +
* Enable nested virtualization: <code>[[Set-VMProcessor]] -VMName YOUR_VM_NAME -ExposeVirtualizationExtensions $true</code>
 +
* <code>[[vmconnect]]</code>
 +
 +
== Errors ==
 +
* [[Verify that the Virtual Machine Management service on the computer is running]]
 +
* [[Check that the Virtual Machine Management service is running and that you are authorized to connect to the server]]
 +
 +
== Activities ==
 +
* Install <code>[[open-vm-tools]]</code> in your Ubuntu virtual machine to enable enhanced sessions and copy and paste with host.
 +
 +
== Related terms ==
 +
* [[Vagrant]]
 +
* <code>[[sc start vmms]]</code>
 +
* [[net start vmcompute]]
 +
* [[Hyper-V manager]]
 +
* [[WSL]]
 +
* <code>[[C:\Users\Public\Documents\Hyper-V\Virtual Hard Disks\]]</code>
 +
* [[Preboot Execution Environment (PXE)]]
 +
* Quick create includes image for [[Ubuntu]]
  
 
== See also ==
 
== See also ==
* {{KVM}}
+
* {{Hyper-V}}
* {{virtualization}}
 
* {{Windows}}
 
  
 
[[Category:Computing]]
 
[[Category:Computing]]
 +
[[Category:Hyper-V]]

Latest revision as of 13:15, 21 November 2023

Advertising: