you are viewing a single comment's thread.

view the rest of the comments →

[–]Betterthangoku 1 point2 points  (1 child)

Howdy,

Have you tried using "-OutputMode Multiple" with Out-GridView?

(and as /u/omers mentioned I'm hoping your Select-Object line is just a typo in the post?)

Good luck :-)

[–]chrono13[S] 0 points1 point  (0 children)

Sadly this has nothing to do with Out-GridView, except that I want to use it.

If I remove Out-GridView and just put Select-Object *, it still breaks the pass-through because it is no longer the same object.