Nested Hyper V VM configuration

Pubblicato il: 25 maggio 2020
sul canale di: mfp's corner
56
2

Nested Hyper-V VM configuration (Hyper-V feature enabling inside an Hyper-V VM)

Please run the PowerShell command as administrator

1) Set-ExecutionPolicy RemoteSigned

2) Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All -NoRestart

3) Install-WindowsFeature RSAT-Hyper-V-Tools -IncludeAllSubFeature

4) Install-WindowsFeature RSAT-Clustering -IncludeAllSubFeature

5) Install-WindowsFeature Multipath-IO

6) Restart-Computer

Run the below command in the Host Server to resolve the 'cannot start one of the hyper-v component ....' error.
Before running this command the VM where you enabled nested hyper-v should be in shutdown state

Set-VMProcessor -VMName "NESTED VM NAME" -ExposeVirtualizationExtensions $true


In questa pagina del sito puoi guardare il video online Nested Hyper V VM configuration della durata di ore minuti seconda in buona qualità , che l'utente ha caricato mfp's corner 25 maggio 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 56 volte e gli è piaciuto 2 spettatori. Buona visione!