PowerShell: Out-GridView for displaying data
I often don't feel like typing in long filters in PowerShell for large amounts of data. I have therefore gotten into the habit of filtering the data afterwards. The PowerShell CMDLet "Out-GridView" makes this process much easier. With "Out-GridView", data can be displayed in table form and sorted in different ways. This function is particularly useful if you want to get a quick overview. Read more