Adding the Hyper-V administrative components. You can also add this role via PowerShell. These few lines will query to see what Hyper-V administrative components (the features) are added and then install the administration tool and the PowerShell extension for Hyper-V. The lines are below:
Get-WindowsFeature Hyper-V*
Install-WindowsFeature Hyper-V-Tools
Install-WindowsFeature Hyper-V-PowerSHell
Comments are closed