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"
Tags: cloud, PowerCLI, PowerShell, vmware