VEEAM communicates with the VMM Console to get the Hyper-v topology and other VM information. After installing UR6 on our
Continue readingError: Could not load file or assembly ‘EMC.WinApps.Fx.Adapter.HostSystem.WindowsHostSystem.VdsUtils
You get this error when you deselect some features in the ESI Setup: System.IO.FileNotFoundException: Could not load file or assembly
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 readingMSMQ errors in ClusterLog
What is MSMQ: You can use MSMQ for Application communication across heterogeneous networks and systems that may be temporarily offline.
Continue readingStart VEEAM Job Task Scheduler
The VEEAM job scheduler is really basic. It’s not possible to schedule a job on different times in a week
Continue readingGet folder size on Cluster Shared Volume (CSV) Hyper-v
In VMM or Failover cluster manager there is no way to view the total size of the directory’s on the
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 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 readingGet Hyper-v snapshot with Powershell
List Hyper-v VM Snapshots. With this PowerShell command you can search for snapshots on a Hyper-v node.
1 2 |
#Get VMSnapshots Hyper-v host Get-VM -computername hpvhost | Get-VMSnapshot |
List all
Continue readingExtend Cluster shared volume (CSV) Hyper-v
The first step is to extend the lun on your storage device. Then, look into your failover cluster manager to
Continue reading