Steps (Current HTML5 vSphere Client)
- Log in to the vSphere Client (typically at
https://<vcenter-fqdn>/ui). - Click into Hosts and Clusters in the left-hand inventory tree.
- Select the VMs tab in the middle panel to see the full VM list for the selected object.
- Select the VMs you want to export (or select all), right-click, and choose Export OVF Template for a full per-VM export, or use the list’s built-in Export List icon (usually near the top-right of the VM table) for a quick CSV of the visible columns.
- Choose which columns/fields you want included if using the list export, or configure the OVF export options if exporting full VM definitions.
- Save the resulting file to your machine — you’ll then have a complete export of your selected VM fields ready for reporting, auditing, or capacity planning.
A Faster Option for Larger Environments
If you’re regularly pulling this kind of report rather than doing a one-off export, PowerCLI’sGet-VM | Export-Csv is worth setting up instead — it’s scriptable, can be scheduled, and lets you pull exactly the properties you want (CPU, memory, datastore, IP address, guest OS, and so on) in one pass rather than relying on the UI’s column selection each time.
Resources
- VMWare
- VMware Remote Console (VMRC) Silent Installation Guide (2026)
- How to Change the Hostname of a VMware ESXi Host (2026)
- Browse our Home Lab Essentials picks on Amazon
Discover more from TechyGeeksHome
Subscribe to get the latest posts sent to your email.