PowerShell PowerShell foreach ($fichero in Get-Process | select name,path) { Write-Host $fichero.name, (Get-FileHash $fichero.Path).Hash } 1234 foreach ($fichero in Get-Process | select name,path){ Write-Host $fichero.name, (Get-FileHash $fichero.Path).Hash}