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