VMware Cloud Community
Techyy
Contributor
Contributor

Tool to get all VMs Hard Disk Detials

Hi all,

can you please let me know any tool or script that i can get all the Hard-disk details of all virtual machine from vcenter.

Thanks

4 Replies
schepp
Leadership
Leadership

Hi,

take a look at the RVTools: http://www.robware.net/

They give you many info about all kind of stuff.

If that's not enough, you might want to dig into the PowerCLI and write a script to fit your needs.

Or just use vCheck or parts of it: http://www.virtu-al.net/vcheck-pluginsheaders/vcheck/

Tim

Swatisingh88
Enthusiast
Enthusiast

We use RVTools for fetching such information. Its very useful.

Nithy07cs055
Hot Shot
Hot Shot

Either use vcheck scripts. Or Get-vm commands to retrieve all the details.

Rvtools provide you a raw details off all VM with minimal efforts.

Thanks and Regards, Nithyanathan R Please follow my page and Blog for more updates. Blog : https://communities.vmware.com/blogs/Nithyanathan Twitter @Nithy55 Facebook Vmware page : https://www.facebook.com/Virtualizationworld
Reply
0 Kudos
Kisan_VMware
Enthusiast
Enthusiast

Hi,

This information can be fetched through powercli, check the below article for more details

Get-HardDisk - vSphere PowerCLI Cmdlets Reference

Reply
0 Kudos