Skip to content

Out-GridView filtering doesn't work on ARM #25683

@magic-happenz

Description

@magic-happenz

Prerequisites

Steps to reproduce

Hello,

since I have an ARM based environment I noticed that PowerShell is not able to filter when using 'Out-Gridview.
Simple to reproduce:

$a = "1","2","3"
$a | out-gridview -OutputMode Single

Image

Furthermore when you try to add criteria the window just closes and the session is stuck.

Expected behavior

When inserting something into the `Filter` field it should filter on that value.

Actual behavior

The filter is just ignored and the results do not change. When trying to add criteria the window is closed and the session stuck.

Error details

No errors

Environment data

Name                           Value
----                           -----
PSVersion                      7.5.1
PSEdition                      Core
GitCommitId                    7.5.1
OS                             Microsoft Windows 10.0.26100
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Visuals

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions