-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues.
- Refer to the FAQ.
- Refer to Differences between Windows PowerShell 5.1 and PowerShell.
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 SingleFurthermore 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 errorsEnvironment 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.0Visuals
No response
Metadata
Metadata
Assignees
Labels
No labels
