
Using Select-Object with PowerShell
A couple of days ago I wanted to check which products were installed on a computer using PowerShell. And throughout my journey I discovered how we can format the output of returned data by using Select-Object with PowerShell. Take this...