Powershell v3-5: Out-Grid View Truncated Data
问题 I'm working on a PS script (v5 on the machine I'm using) that uses Invoke-WebRequest to grab information from a web address and returns the results. When attempting to pipe my output to Out-GridView with more than 9 results, the column containing data lists "..." on the 10th line. I've tried doing several types of joins, and am just wondering if I need to have my result in a specific type to avoid having this effect (hashtable maybe?) Checking MS forums has only yielded results about joining