I am struggling to get my Powershell output to print out completed. The data is just what I want ... but it truncates with ...}.
Get-Datastore | Select Name, @{N="NumVM";E={@($_ | Get-VM)}}
Such as : DS-34 {apmyvdisa1, apmyvs1, apmyvdimr1, apmyfusionapp1...}
Can someone help with me with how to stop this: I've Googled and tried variations of -autosize, -wrap, out-string, etc.. - I just can't make it stop.
Thanks
Open in new window
Can you try Format-Custom? This is going to be a ton of info:
Open in new window