Skip to content
Advertisement

Powershell for Linux: Workaround for missing “out-gridview”?

In Aug 2016, Microsoft’s Powershell went open-source.

However, there is no “out-gridview” option yet. The autocompletion feature shows these Out* options

JavaScript

Note that there is no Out-Gridview at this time. Did I overlook a feature, commandlet that can do something similar? Sometimes I’d ike to have my tabular data displayed in a sortable GUI Window (for showing something to windows users who are not used to command line windows).

My powershell

JavaScript

Advertisement

Answer

There is now. https://devblogs.microsoft.com/powershell/out-gridview-returns/

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement