Found this one liner that does the trick:
Get-Cluster | Select Name, @{N="BladeCount";E={@($_ | Get-VMHost).Count}} | Export-Csv Blade-Count.csv -NoTypeInformation
Found this one liner that does the trick:
Get-Cluster | Select Name, @{N="BladeCount";E={@($_ | Get-VMHost).Count}} | Export-Csv Blade-Count.csv -NoTypeInformation