I would like to run a PowerShell command to get a lot of details from all the pools on one screen. On my previous post, he recommended a cmdlet called get-pool. However, on this latest CLI download: Download VMware PowerCLI 6.5 Release 1, there does not seem to be a get-pool available. Did I download the wrong thing?
Command to Display the pools with selected fields in table form:
Get-pool | select DisplayName,Pool_ID,Enabled,MinimumCount,MaximumCount,HeadroomCount,Persistence,Pooltype,Protocol | FT -AutoSize