More MAC Address Mayhem – SLES Edition

Remember this? No? Well, go back and read it. I can wait. … Done? Good. The gist of the last post, was that if you cloned, or copied a Ubuntu VM from one host to another, the UUID changes. That UUID is the basis for part of the generated MAC address, which then changes, causing
-> Continue reading More MAC Address Mayhem – SLES Edition

New Script – Get VM or ESX Host UUIDs (get-uuid.ps1)

UUIDs are wonderful! Really. They’re just not all that easy to get to, at least not when you need more than a few of them at a time. That is where this script comes in: # get-uuid.ps1 # # Takes either a VMHost or VM object from the pipeline, returns the corresponding UUID. Begin {
-> Continue reading New Script – Get VM or ESX Host UUIDs (get-uuid.ps1)