PowerShell PowerShell foreach ($fichero in ((Get-Process).Modules.FileName | group).name) { Get-FileHash $fichero } 1234 foreach ($fichero in ((Get-Process).Modules.FileName | group).name){ Get-FileHash $fichero}