While you can get the uuid of your hosts 1 by 1https://<HOST>/mob/?moid=ha%2dhost&doPath=hardware%2esystemInfobut when you have a lot of hosts that is a little time consuming to do that.This script from http://thephuck.com/scripts/script-to-pull-host-uuid-for-vmware-powercli/has the ability to get all the uuids from the hosts you have.Thanks Luke Huckaba!Worked great Usage is like this:Get-VMHostUUID.ps1 -vmhosts ("host1","host2","host3")orGet-VMHostUUID.ps1 -vc vcenterserver -container cluster1/folder/dc/etcparam([string]$vc = "vc",...
Tuesday, August 6, 2013
Subscribe to:
Posts (Atom)