Sometimes SCVMM Cannot refresh a VM and returns this error code. Don’t know why this happens, maybe during a refresh
Continue readingCategory: Virtual machine manager
ID: 2912 | Details: Service unavailable (503) (0x801901F7) | NO_PARAM NO_PARAM
During the deployment of a new resource or adding a new resource there is a possibility that you can face
Continue readingRemove Hyper-v node from SCVMM Failed: Error(25333)
In some situations (hardware failures etc.) it’s not possible to remove the Hyper-v cluster node nicely out of SCVMM. When
Continue readingMonitor 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 readingCompact Dynamic VHDx file
There are many ways to compact a VHDx file. It can be done using SCVMM, Hyper-V manager or even diskpart.
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 readingHyper-v VM migration with VMM Powershell
Somethimes you need to bulk migrate some Hyper-v virtual machines. This is not possible with the VMM gui. In this
Continue reading