paulhi
By:
|
7,500,664 downloads
|
Last Updated: 3/6/2025
|
Latest Version: 2.1.0
The ThreadJob module is now deprecated. Please use the 'Microsoft.PowerShell.ThreadJob' module instead. |
By:
|
176,672 downloads
|
Last Updated: 1/30/2020
|
Latest Version: 0.1.0
This module contains remoting tool cmdlets. Enable-SSHRemoting cmdlet: -------------------------- PowerShell SSH remoting was implemented in PowerShell 6.0 but requries SSH (client) and SSHD (service) components to be installed. In addition the sshd_config configuration file must be updated to define a PowerShell endpoint as a subsystem.... More info |
By:
|
135,729 downloads
|
Last Updated: 3/6/2025
|
Latest Version: 2.2.0
PowerShell's built-in BackgroundJob jobs (Start-Job) are run in separate processes on the local machine. They provide excellent isolation but are resource heavy. Running hundreds of BackgroundJob jobs can quickly absorb system resources. This module extends the existing PowerShell BackgroundJob to include a new thread based ThreadJob job. ... More info |