Difference between revisions of "Microsoft Hyper-V"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
* <code>[[Start-VM]]</code>  
 
* <code>[[Start-VM]]</code>  
 
* <code>[[Get-VM]]</code>
 
* <code>[[Get-VM]]</code>
* <code>[[Enable-WindowsOptionalFeature]] -Online -FeatureName Microsoft-Hyper-V -All</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 ==
 
== Releases ==
Line 15: Line 18:
 
* <code>[[Enter-PSSession]] -VMName YOUR_VM_NAME</code>
 
* <code>[[Enter-PSSession]] -VMName YOUR_VM_NAME</code>
 
* Enable nested virtualization: <code>[[Set-VMProcessor]] -VMName YOUR_VM_NAME -ExposeVirtualizationExtensions $true</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 ==
 
== Activities ==
Line 22: Line 30:
 
* [[Vagrant]]
 
* [[Vagrant]]
 
* <code>[[sc start vmms]]</code>
 
* <code>[[sc start vmms]]</code>
 +
* [[net start vmcompute]]
 
* [[Hyper-V manager]]
 
* [[Hyper-V manager]]
 
* [[WSL]]
 
* [[WSL]]
Line 30: Line 39:
 
== See also ==
 
== See also ==
 
* {{Hyper-V}}
 
* {{Hyper-V}}
* {{Windows}}
 
  
 
[[Category:Computing]]
 
[[Category:Computing]]
 
[[Category:Hyper-V]]
 
[[Category:Hyper-V]]

Latest revision as of 13:15, 21 November 2023

Advertising: