Skip to content

Instantly share code, notes, and snippets.

@jkern
Created February 9, 2010 18:56
Show Gist options
  • Select an option

  • Save jkern/299520 to your computer and use it in GitHub Desktop.

Select an option

Save jkern/299520 to your computer and use it in GitHub Desktop.

Revisions

  1. @invalid-email-address Anonymous created this gist Feb 9, 2010.
    3 changes: 3 additions & 0 deletions System Processes In Powershell
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    [Systems.Diagnostics.Process]::GetProcesses()
    # is the same as
    Get-Process