Pages

Showing posts with label get list of running services.. Show all posts
Showing posts with label get list of running services.. Show all posts

Friday 20 July 2012

Get all services which are running - PowerShell Command


Get-Service | Where {$_.Status -eq "running"}