PowerShell PowerShell function hashear($ruta){ Get-FileHash $ruta } Get-Process | select Path | %{ hashear $_.Path } 1234567 function hashear($ruta){ Get-FileHash $ruta} Get-Process | select Path | %{ hashear $_.Path}