So what comes after the …

If you're like me, you constantly find yourself running powershell scripts and one or more array never returns the full list, it adds that pesky … whether or not you try the FT -wide – autosize or FL and you never get the whole list.

 

This truncation of long output is the function of an enumeration limit in PowerShell.   You can fix this with …

$FormatEnumerationLimit =-1