Skip to content

Instantly share code, notes, and snippets.

@jacksoneyton
Created April 22, 2016 20:55
Show Gist options
  • Save jacksoneyton/85035e283fc19cbcf27d593ed7f90579 to your computer and use it in GitHub Desktop.
Save jacksoneyton/85035e283fc19cbcf27d593ed7f90579 to your computer and use it in GitHub Desktop.
Get DLL's of running process
Get-Process $processname | select -ExpandProperty modules| Format-Table -Wrap -AutoSize -property company, filename| out-string -width 1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment