Virtual Machine won’t shut down, stop, reboot, or respond to anything. It is in a warning state and claims you can’t do anything to it in its current state and has been like that for 10 hours. Errors were in the Hyper-V-VMMS with IDs 32086, 32022, and 19050.
Step 1 was to kill off the current process so it would be ‘off’.
(gwmi -q "SELECT * FROM Msvm_ComputerSystem WHERE ElementName = '<Server-Name>'" -n root\virtualization).ProcessID
into powershell. Replace the <Server-Name> with the right server name. It will output the ID.Step 2 Is to start the VM