Sometimes when you shutdown virtual machine from scvmm it can cause vm guest to stop responding and status show stopping. you can’t do any operation to the related vm.
you will need to stop processes related to that specific vm to be able to use it again.
to fix and solve this scvmm stopping status, do the followng :
- login as user with administrator access to the host where that specific virtual machine installed
- launch powershell
- issue the command : Stop-VM -Name “your vm name” -TurnOff -Force
- “your vm name” is the same as vm name that is being displayed in your SCVMM
That’s it, your vm status should changed from stopping to stopped in your system center virtual machine manager.