VMware Cloud Community
chandrab22
Contributor
Contributor
Jump to solution

Host version of all hosts in a Cluster or vCenter

Hi Guys,

Our environment got multiple hosts in multiple clusters. I am trying to get a report which include list of Host names in a cluster or vCenter server & ESXi version of each host.

Could you please suggest me the best way to get this report either through vSphere client of Power CLI command

Regards,

0 Kudos
1 Solution

Accepted Solutions
schepp
Leadership
Leadership
Jump to solution

Hi,

with PowerCLI it's a simple call:

Get-VMHost | Select Parent,Name,Version,Build

Tim

View solution in original post

0 Kudos
4 Replies
Ram8
Enthusiast
Enthusiast
Jump to solution

Hi,

Try to use RVTools. This tool will get a complete report of your Virtual Infrastructure. If you need to pull a simple Excel sheet from vSphere client, click on your vCenter/Cluster and select Hosts Tab on the Right side. On the vSphere client, select File tab --> Export and choose the file type as .xls to save it at a desired location in .xls format.

Thanks,

Ram.

0 Kudos
schepp
Leadership
Leadership
Jump to solution

Hi,

with PowerCLI it's a simple call:

Get-VMHost | Select Parent,Name,Version,Build

Tim

0 Kudos
chandrab22
Contributor
Contributor
Jump to solution

Thanks Tim, its very helpful

Do you know a website or Blog which got some common and useful commands list  

0 Kudos
jrmunday
Commander
Commander
Jump to solution

There are so many awesome sites out there, but these come to mind immediately;

http://www.lucd.info/

http://www.virtu-al.net/

http://rvdnieuwendijk.com/

Also, don't forget about the community;

VMware vSphere™ PowerCLI

Cheers,

Jon

vExpert 2014 - 2022 | VCP6-DCV | http://www.jonmunday.net | @JonMunday77
0 Kudos