`Out-ConsoleGridView` Prevents `Test-Connection` Running
See original GitHub issueI’ve tested it on both Windows 10 (19041.113) and MacOS (10.15.3):
- PowerShell 7.0 GA
- Microsoft.PowerShell.ConsoleGUITools 0.3.0
- Run
Test-Connection 8.8.8.8
, it works; - Run
gci | Out-ConsoleGridView
, close it and runTest-Connection 8.8.8.8
, it doesn’t work,CTRL
+C
can’t terminate it; - Close the window directly, and re-open the terminal;
- Run
Test-Connection 8.8.8.8
, it works; - Run
gci | Out-ConsoleGridView
, close it and rungci
, it works; - Run
Test-Connection 8.8.8.8
, it doesn’t work,CTRL
+C
can’t terminate it;
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Run multiple test-connection for one gridview output
How can I use multiple Test-Connection cmdlets and put them all in one Out-GridView , or is there another solution to what I'm...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think the fix is important to have in 7.0 servicing because users us WinForms. Please vote in referenced PR.
It was announced that it’s a LTS release, so I think this bug will be fixed somehow in the coming releases. 🤔