I found a bug in the creation of VM networks. I received the error: VMM is unable to process one of the provided parameters for the cmdlet (New-SCVMSubnet): Cannot convert ‘System.Object[]’ to the type ‘Microsoft.SystemCenter.VirtualMachineManager.LogicalNetworkDefinition’ required by parameter ‘LogicalNetworkDefinition’. Specified method is not supported ID: 12416 I created a Network site called “ABC” on my […]
Tag: Virtual Machine
Set custom property’s on VM creation
It seems like you cant set custom property’s on VM creation, you will encounter these problems if you use a powershell function to deploy a VM like below and you want to set a custom property in the same function. Function CreateVM { #Create unique Guid as JobGroupID $JobGroupID = [Guid]::NewGuid().ToString() $VMTemplate = Get-SCVMTemplate | […]
VMM Crash – Error 802
Encountered some strange behaviour within VMM. Situation: I created a VM Template “VMTemplate – Windows Server 2012 Datacenter” from a server called “VM – Windows Server 2012 Datacenter”. The VM Template disk is stored in a folder on the library share. When I delete the folder (or safely move to a folder outside the library) […]