Windows Server Core
Core
open power shell type
powershell
in command prompt of windows server core.now list the vms type
get-vm
to get all the commands related to hyperv
get-command -module hyper-v
to get system information type
systeminfo
Powershell direct
to enter into guest vm via powershell direct command enter.
Enter-PSSession -VMName VM1
Exit-PSSession