PowerShell - Cmdlets and Pipeline
Why does this command fail?
Get-Service | Select-Object -Property Name, Status, | Where-Object { $_.Status -eq 'Running' }