Instead of viewing data in a static list, use PowerShell's grid view capability to manipulate how your data is displayed. PowerShell is well-known for its ability to display data in rows and columns.
Lastly, if the search filter contains binary data, then that data needs to be represented such that each byte of the binary data is escaped using a backslash “” followed by two hexadecimal digits. For ...