Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Get-service | Group Status

$
0
0

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


Viewing all articles
Browse latest Browse all 6937

Trending Articles