When using PowerShell, did you ever wish to have a function to pipe structured data to visualize it.
PowerShell has a great built-in function for that: Out-GridView.
You can even filter the rows in the grid.
When using PowerShell, did you ever wish to have a function to pipe structured data to visualize it.
PowerShell has a great built-in function for that: Out-GridView.
You can even filter the rows in the grid.