Task failed. Failed to expand object. Error: Object was not found Change VM ID VEEAM database. In my case I
Continue readingCSV IO Paused during Back-up
Finally there are hotfixes for the annoying CSV IO Paused during the back-up. The issue mostly occurs when multiple CSV
Continue readingRun SCOM Discovery task manually
Sometimes it takes up to 24 hours to discover a new component or new installed role. If there is no
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 readingError: Failed to determine SCVMM Server version. The credentials provided have insufficient privileges on NO_PARAM.
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 reading