PowerShell - Cmdlets and Pipeline
What will be the output of this command?
Get-Process | Where-Object { $_.Handles -gt 1000 } | Select-Object -First 1 | Select-Object -ExpandProperty Name