PowerShell, Procesos PowerShell $dll = "user32.dll" Get-Process | where {$_.Modules -match $dll} 12 $dll = "user32.dll"Get-Process | where {$_.Modules -match $dll}