Out-Gridview quick filter searches not allowing spaces

500 views Asked by At

I'm using Out-GridView for PowerShell. Everything seems to work out fine, with the notable exception that Quick Filter searches do not allow for spaces to be typed in between multiple words. Unfortunately this is exactly what is advertised on its docs.microsoft utility website:

Search for multiple words. To search for multiple words in the table, type the words separated by spaces. Out-GridView displays rows that include all the words (logical AND).

I've tried loading Out-GridView with a few variations (such as the standard Get-Process) but nothing seems to work. Does anyone have any ideas on how to fix it?

Edited: I actually discovered that it was due to the differences between running Gridview through PowerShell and PowerShell ISE; the problem only manifested when I was running it through ISE. Face-plant worthy.

0

There are 0 answers