There are some amazing Graphical User Interfaces (GUIs) that exist out in in the community that do a wide variety of things.
Figure 2: The Out-GridView cmdlet causes PowerShell data to be displayed in the GUI. There are several different ways that you can interact with the grid view output. You can sort a particular column ...
Add parameters to enable you to pass default filters to Out-GridView windows for when they are first shown. For example, if I was ...
Read-CMLogfile -path $path |Where-Object {$_.Type -ge ([LogType]::($LogLevel).value__)} |Sort-Object DateTime | Out-GridView ...