In some situations (hardware failures etc.) it’s not possible to remove the Hyper-v cluster node nicely out of SCVMM. When
Continue readingTag: SCVMM 2012 R2
Monitor VMM Job using PowerShell
In SCVMM there is no option to send a mail when a job is completed. This can be archived with
Continue readingGet duplicate MAC Address PowerShell VMM
Duplicate mac addresses can result in strange situations in your environment, losing connections etc. This is a simple script to
Continue readingSet VM Cloud and User Role with VMM PowerShell
When you install Azure Pack you need to add a cloud and userole on each VM. Manually this is a
Continue readingError: VMM Host not responding
First of all check if your VMM SA Account is member of the local administrators group on each Hyper-v node.
Continue readingDelete 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 readingRemove Temporary Template SCVMM
When you manually remove a .VHD file from the library, is it possible that you cannot remove the template from
Continue readingVMM Cannot find the device or this device is not valid for a boot device.
This error occurs when you rollout a Generation 2. Issue occurs because the Bootmgfw.efi file is set as the first
Continue reading