Hello,
@{N="Datastore";E={($_ | Get-Datastore | %{$_.Name}) -join","}}
Hello, AGFlora-
You can change the calculated property for the Datastore property to be like:
@{N="Datastore";E={($_ | Get-Datastore | %{$_.Name}) -join","}}
This will make a comma-separated list of datastores names on which the VM and its disks reside, and should work for VMs that reside on any number of datastores. That do it for you?