Hello-
Hmm. Using the Join() method of the .NET String class should also work. Like:
@{N="Datastore";E={[string]::join(",", ($_ | Get-Datastore).Name)}}
Does that not get it, too?
Hello-
Hmm. Using the Join() method of the .NET String class should also work. Like:
@{N="Datastore";E={[string]::join(",", ($_ | Get-Datastore).Name)}}
Does that not get it, too?