Format-Table
Windows
How to avoid truncated output and show full output without those dots (...) in PowerShell
# no GUI, no problem; if GUI then have a look at Out-GridView
Get-WhateverWithLongOutputValues | Format-Table -AutoSize -Wrap
# no GUI, no problem; if GUI then have a look at Out-GridView
Get-WhateverWithLongOutputValues | Format-Table -AutoSize -Wrap