Filter By

Package Types

Operating System

Categories

Trust Information

By: | 53,399 downloads | Last Updated: 8/19/2021 | Latest Version: 0.9.0

Utility to discover & kill processes that have open handles to a file or folder

By: | 8,769 downloads | Last Updated: 1/4/2025 | Latest Version: 0.5.0

Exposes the Windows Process creation Win32 functions in PowerShell.`nSee https://github.com/jborean93/ProcessEx for more info

By: | 8,394 downloads | Last Updated: 1/14/2022 | Latest Version: 1.5.1

IIS Helper Functions

By: | 5,730 downloads | Last Updated: 3/24/2023 | Latest Version: 1.1.0

A set of functions for checking, testing and reporting memory usage using WMI and performance counters.

By: | 7,507 downloads | Last Updated: 6/5/2017 | Latest Version: 1.0.0.0

Compare two computers configurations by comparing services, software, drivers, process or hotfix between those computers.

By: | 3,471 downloads | Last Updated: 7/13/2023 | Latest Version: 1.3.0

The Show-ExitProcessRequest function displays a form that requests the user to save and close a specified process. You may specify just a display name but if you include a process name then it will attempt to terminate that process at the end. The function allows the user to continue or optionally permit them to cancel the process closure, if no pr... More info

By: | 1,154 downloads | Last Updated: 2/1/2023 | Latest Version: 0.1.1

Interact with a running process using standard input/output.

By: | 1,017 downloads | Last Updated: 3/26/2020 | Latest Version: 1.0.4

The Get-UserProcess cmdlet gets current user processes on a local computer.

By: | 365 downloads | Last Updated: 8/31/2025 | Latest Version: 2.0.2

This module writes the process tree.

By: | 433 downloads | Last Updated: 8/5/2019 | Latest Version: 0.0.0.4

The RedirectConsoleAppOutput module allows to redirect standard output and standard error of Windows console application as an object in memory. That is its diference from the Start-Process cmdlet which redirects output to file only. If redirecting output to file is enough for your purposes, you don't need this module. The module exports two fun... More info

By: | 429 downloads | Last Updated: 11/9/2025 | Latest Version: 1.1.7

An experimental PowerShell module for Linux nerds. A bit Debian/Cinnamon focused, but no reason to limit this. Because: why not?

By: | 212 downloads | Last Updated: 7/3/2023 | Latest Version: 0.2.0

Provides a faster replacement for PowerShell `&` and `Start-Process`.

By: | 92 downloads | Last Updated: 6/28/2024 | Latest Version: 1.6

Transform .csv log files into visualisations. Procmap will map the process and child process of your log from Trend Micro .csv output into DrawIO map. Although this was primarily designed to be used for Trend Micro, procmap can be used for any log file as long as you follow the header rules.

By: | 37 downloads | Last Updated: 2/20/2026 | Latest Version: 1.1.0

Interactive process killer with fzf and window title support. Merc your processes with style.

By: | 18 downloads | Last Updated: 3/15/2026 | Latest Version: 0.1.0

Navigate Windows process tree as a PowerShell drive (Windows only). A CLI alternative to Process Explorer. Provides cd/dir navigation through parent-child process hierarchy, virtual folders for Modules, Threads, Services, and Network connections, detailed process properties via Get-Item, and process kill via Remove-Item.

By: | 8 downloads | Last Updated: 4/14/2026 | Latest Version: 1.0.0

Windows process management toolkit — process monitoring, resource analysis, hung process detection, and process tree visualization

By: | 9 downloads | Last Updated: 4/18/2026 | Latest Version: 1.0.0

Real-time process monitoring and resource tracking — Part of the Dargslan Windows Admin Tools collection. More at https://dargslan.com

By: | 8 downloads | Last Updated: 4/18/2026 | Latest Version: 1.0.0

Find and terminate processes by name, PID, or resource usage — Part of the Dargslan Windows Admin Tools collection. More at https://dargslan.com

By: | 8 downloads | Last Updated: 4/18/2026 | Latest Version: 1.0.0

Monitor system processes, CPU and memory usage — Part of the Dargslan Windows Admin Tools collection. More at https://dargslan.com

By: | 4 downloads | Last Updated: 4/2/2026 | Latest Version: 1.0.0

通过 SSH localhost 让 sshd(Session 0 的 SYSTEM 服务)以当前用户身份创建进程, 再用 WMI Win32_Process.Create 绕过 sshd 的 Job Object 使进程独立存活。 进程运行在 Session 0,远程桌面登出后不会被终止。 原理: 1. SSH 连接 localhost → sshd 运行在 Session 0,故 SSH 会话继承 Session 0 2. SSH 会话内通过 WMI 创建进程 → 进程由 wmiprvse.exe 派生,脱离 sshd Job Object 3. SSH 断开后 WMI 创建的进程不受影响,持续运行在 Session 0 首次使用自动生成 SSH 密钥并配置免密登录。 若 sshd ... More info