Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arale61/get-pstree
- Owner: arale61
- Created: 2022-04-27T19:33:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T20:41:04.000Z (over 2 years ago)
- Last Synced: 2024-10-13T10:21:00.045Z (3 months ago)
- Language: PowerShell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```