Open Powershell Enter command: Install-WindowsFeature -Name Hyper-V -IncludeAllSubFeature -Restart Server will install Hyper-V and automatically restart.
powershell
.\Setup.exe /m:install /role:m /IacceptExchangeServerLicenseTerms /InstallWindowsComponents /targetdir:”D:\ \Program Files” /MdbName:DB01 /DbFilePath:”E:\DB\DB01\DB01.edb” /LogFolderPath:”F:\DB\DB01″
dism /online /enable-feature /featurename:NetFx3 /All /Source:e:\sources\sxs /LimitAccess
icacls C:\Users\Test*.* /T /grant administrators:F
Get-NetConnectionProfile Set-NetConnectionProfile -InterfaceIndex 10 -NetworkCategory Private
Get-NetAdapterBinding -ComponentID ‘ms_tcpip6’ | disable-NetAdapterBinding -ComponentID ms_tcpip6 -PassThru or Disable-NetAdapterBinding -Name “Adapter Name” -ComponentID ms_tcpip6
Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False