HI guru.
Hi guys I have the following from help from here
$Results= (get-hvmachinesummary -PoolName "" | where-object{$_.base.basicstate -eq "Maintenance"})
$Results.base.name | export-csv c:\temp\files.csv-->> this last line does not bring the name but just a length and a value of integer, not the name
Can I get help.