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.
Import the module and use it.
cd Get-PsTree
. .\Get-PsTree.ps1
Get-Help Get-PsTree -examples