I was recently working with a receive connector that truncated the results of the remote IP ranges.

If you run the following command it will prevent truncation of results:
1 2 3 |
$FormatEnumerationLimit =-1 |
Now the same command returns the complete list.

This would be true for the results of anything in Powershell where the returned value has been truncated.