Hello there,
I would like to get the group status of all service that is stopped and start with SU* or Multiplex* the problem is that the command do not return anything
Get-Service SU* Multiples* | Group Status | where {($_.name -eq "Stopped")
thanks in advance
Frank