Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arale61/get-pstree

Quick and dirty script to get process information friendly in powershell
https://github.com/arale61/get-pstree

Last synced: about 2 months ago
JSON representation

Quick and dirty script to get process information friendly in powershell

Awesome Lists containing this project

README

        

# Get-PsTree
## _Processes Tree with cmdline_

Quick and dirty script to get process information friendly in powershell

Outputs in a tree format the running processes with cmdline information.
It's a quick and dirty way that is not performing fast.

## Usage

Import the module and use it.

```powershell
cd Get-PsTree
. .\Get-PsTree.ps1
Get-Help Get-PsTree -examples
```