How to run a Hyper V VM from the command prompt

How to run a Hyper V VM from the command prompt

Run and connect to a Hyper V virtual machine without Hyper V manager from the command prompt or with a shortcut using a simple powershell script  Commands: Get-VM to get the names of the VMs PS script: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Force start-vm...