You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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:
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 errorsEnvironment data
Visuals
No response