Posts

Showing posts from April, 2019

BRING DISK ONLINE ON HYPER-V 2016 CORE

Image
BRING DISK ONLINE ON HYPER-V 2016 CORE  login into the Hyper-V core server  Type "powershell" in cmd Type "get-disk" Select those disk which you want to bring online  Type "set-disk -Number 1 -IsOffline $false"

Window Server 2016 Hyper-V Nested-Virtualization on Virtual Box LAB

Image
Window Server 2016 Hyper-V Nested-Virtualization on Virtual Box LAB   Enable Hyper-V feature in Window server 2016   Enable-WindowsOptionalFeature –Online -FeatureName Microsoft-Hyper-V –All -NoRestart Install-WindowsFeature RSAT-Hyper-V-Tools -IncludeAllSubFeature Optional :- Install-WindowsFeature RSAT-Clustering -IncludeAllSubFeature Install-WindowsFeature Multipath-IO Restart-Computer 2. Enable Nested feature in Hyper-V 2016 Virtual Machine Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true In My Lab : testVM created on HyperV server which is hosted in VirtualBox