PowerShell, Seguridad PowerShell foreach($proceso in Get-Process) { Get-FileHash $proceso.Path -Algorithm SHA512 } 1234 foreach($proceso in Get-Process){ Get-FileHash $proceso.Path -Algorithm SHA512}