HYPERV Server wont restart

Creation date: 9/1/2026 7:38 AM    Updated: 9/1/2026 7:38 AM   hyperv
RDP into node HYPERV2,3,4 open PowerShell (15)

$g = (Get-VM HURCO-SERVERNAME).Id.Guid
Get-CimInstance Win32_Process -Filter "Name='vmwp.exe'" |
  Where-Object CommandLine -like "*$g*" |
  ForEach-Object { Stop-Process -Id $_.ProcessId -Force }