In order to be able to easily detect which of a group of security products is installed on a machine, I would like to be able to filter the Powershell Get-Service
output by the Company Name attached to the service, but that information is not included in the Get-Service
output. I've also tried using a Get-WmiObject
query in place of Get-Service
and still no Company Name.
I know the information is available somehow because Process Explorer shows it.