I need some help with the output of the following script so the output doesn\'t show with the ellipses (...). I tried to insert | Format-Table -Wrap -AutoSize but I
| Format-Table -Wrap -AutoSize
Either Format-List (fl) or Format-Table -auto (ft -auto) should help here.
fl
ft -auto
$services | fl
OR
$services | ft -auto