In SCVMM there is no option to send a mail when a job is completed. This can be archived with
Continue readingTag: VMM
Delete VM From VMM Database
Firtst, try to remove the VM with the VMM Powershell module:
1 2 |
$vm=Get-SCVirtualMachine -Name "your machine name" Remove-SCVirtualMachine -VM $vm -Force |
If this was not succesvol you can try
Continue readingList all Hyper-v snapshots with the VMM PowerShell Module
There is no place where you can find an overview from all Hyper-v snapshots in the VMM Gui. In this
Continue reading