Weblog Joey Dekker
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"Jul 29th, 2010 @ 8:26 am CEST
This article hasn't been commented yet.
Write a comment
* = required field