```powershell Get-Service | Where-Object { $_.Status -eq 'Running'} Get-Service -Name * Get-Service -Name <service> ```