Filter By

Package Types

Operating System

Categories

Trust Information

By: | 206,448 downloads | Last Updated: 10/14/2025 | Latest Version: 1.0.6

PSDates provides you all the tools you need when working with dates and times in PowerShell. It contains function to help you find specific date formats, get certain dates based on other dates (first/last day of the month or year, patch Tuesday, etc). I also has functions for working with timezones, unix time, WMI time, crontabs.

By: | 133,173 downloads | Last Updated: 10/3/2023 | Latest Version: 3.1.9

This PowerShell module contains functions for managing WMI Namespaces, Classes and Instances.

By: | 50,349 downloads | Last Updated: 6/5/2022 | Latest Version: 1.0.5

Module to manage WMI Filter

By: | 3 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