One thing that never seems to stated is that you don’t need to use the full criteria when searching for something. As an example I wanted to know the COM related services running on a system Get-Service | where {$_.DisplayName -like "*com*"} supplies… Read the full text.