PowerShell PowerShell function dameid($id,$numero){ Get-Process | sort id | where id -GT $id | select -First $numero } dameid 11108 5 12345 function dameid($id,$numero){ Get-Process | sort id | where id -GT $id | select -First $numero} dameid 11108 5