Update the DNS Suffix on your cluster of ESX hosts using PowerCLI
Using PowerCLI, you can quickly update the DNS Suffix on the hosts in your cluster using this short one-liner.
get-cluster "LabManager" | get-vmhost | get-vmhostnetwork | set-vmhostnetwork -searchdomain "one.lab.org", "two.lab.org"
Eric Sarakaitis
Virtualization Engineer at CBTS
I'm Eric, I love to cook, sing, garden and enjoy cold beverages!
Latest posts by Eric Sarakaitis (see all)
Tags: cloud, PowerCLI, PowerShell, vmware
