Export the list of virtual machines to a CSV file
Here is the script to collect vmware virtual machines details and export to an excel (.csv) using vSphere PowerCLI commands. This will help Vmware administrator to take a report of Memory, CPU usage, Data store, HDD space allocation, Host server, Guest OS etc.. here we are using command “get-vm” and “Select-Object” to filter the properties [...]











