Hi
I can't seem to get the following to export to a csv file:
get-folder $folder | get-vm | %{ $_.Name; ($_ | get-datastore | selectName).Name } | Export-Csvtest.csv-NoTypeInfo For some reason unknown to me it will only export to a text file. Thanks