Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 372 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 372 Bytes

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.

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