VirtualizationVMware Powercli One-Liner to List ESXi Host UUID by admin June 6, 2016 I had to list the host UUID of all the ESXi hosts in an environment recently. This is just a quick post, to show how to grab this information using… Continue Reading 0 FacebookTwitterPinterestEmail
VMware Quick Tip #2 Export VM Information From List by admin August 2, 2012 To export a list of virtual machine attributes, using a text file for input, we can use the following PowerCli code: Get-VM -Name (Get-Content c:\vmnames.txt) | Select Name,NumCpu,MemoryMB | Export-Csv… Continue Reading 0 FacebookTwitterPinterestEmail