Format-Table
Windows
How to avoid truncated output and show full output without the three horizontal ellipsis dots in PowerShell
# no GUI, no problem; if GUI then have a look at Out-GridView
# show full output in PowerShell without three dots indicating truncated content
Get-WhateverWithLongOutputValues | Format-Table -AutoSize -Wrap