
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...




![Check if System.Object[] contains a value (Updated)](https://dev.alkanesolutions.co.uk/wp-content/uploads/2023/12/check-if-system.object-contains-a-value-updated.png)



