Windows/Powershell/Hyper V
From r00tedvw.com wiki
Install
To Install the Hyper-V Powershell Module
PS> Install-WindowsFeature Hyper-V-PowerShell
To Install Hyper-V Manager
PS> Install-WindowsFeature RSAT-Hyper-V-Tools
If you want to Install both of the above AND Hyper-V
PS> Install-WindowsFeature Hyper-V -IncludeManagementTools