Weblog Joey Dekker
Sometimes when SCVMM F***s up and you are left with double entries of VM's seperated over your cluster one is OK and the other Failed or Missing. Here is what to do:
Continue reading Comments (1) Aug 27th, 2010 @ 8:40 am CEST
Our daughter Yinthe Milou is born check Onskind.com for the pictures.
Comments (0) Aug 6th, 2010 @ 8:54 pm CEST
Ever needed to change the owner on a bunch of virtual machines (VMs) where the OWNER value is set to UNKNOWN? Ofcourse we're lazy so doing it one by one is not an option. There’s a PowerShell command that we can use to suite our needs:
Get-VM -VMMServer "vmm server FQDN" | where {$_.Owner -eq "Unknown"} | Set-VM -Owner "domainaccount"Comments (0) Jul 29th, 2010 @ 8:26 am CEST