Import-Module ServerManager
Get-WindowsFeature
https://www.technipages.com/windows-10-install-rsat

gcm -module DISM #List available commands
Get-WindowsOptionalFeature -online | ft #List all features and status
Enable-WindowsOptionalFeature -online -FeatureName NetFx3 -Source e:\Sources\sxs
Enable-WindowsOptionalFeature -online -Microsoft-Hyper-V-Hypervisor NetFx3 -Source e:\Sources\sxs

hyper-v hypervisor not running windows 10

BUOC 1:
Get-WindowsOptionalFeature -online | ft

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

OR
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V