Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Created May 3, 2017 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanmedd/c5a9613670028f7c89e24a99824bb24b to your computer and use it in GitHub Desktop.
Save jonathanmedd/c5a9613670028f7c89e24a99824bb24b to your computer and use it in GitHub Desktop.
Get-Service-Where2
Get-Alias Where
CommandType Name Version Source
----------- ---- ------- ------
Alias where -> Where-Object
PS C:\> Get-Service | Where {$_.Status -eq 'running'}
Status Name DisplayName
------ ---- -----------
Running AdobeARMservice Adobe Acrobat Update Service
Running AppHostSvc Application Host Helper Service
Running Appinfo Application Information
Running AudioEndpointBu... Windows Audio Endpoint Builder
Running Audiosrv Windows Audio
Running BFE Base Filtering Engine
Running BITS Background Intelligent Transfer Ser...
Running BrokerInfrastru... Background Tasks Infrastructure Ser...
Running Browser Computer Browser
Running CDPSvc Connected Devices Platform Service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment