For Enabling Hyper-v roles: Enable-WindowsOptionalFeature Online -FeatureName Microsoft-Hyper-V -All -NoRestart
-For enabling Hyper-v tools: Install-WindowsFeature RSAT-Hyper-V-Tools -IncludeAllSubFeature
For enabling Cluster features: Install-WindowsFeature RSAT-Clustering -IncludeAllSubFeature