paulhi 

By: | 5,462,221 downloads | Last Updated: 12/20/2019 | Latest Version: 2.0.3

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

By: | 777,046 downloads | Last Updated: 1/27/2022 | Latest Version: 1.1.2

This module provides a convenient way for a user to store and retrieve secrets. The secrets are stored in registered extension vaults. An extension vault can store secrets locally or remotely. SecretManagement coordinates access to the secrets through the registered vaults. Go to GitHub for more information about the module and to submit iss... More info

By: | 327,042 downloads | Last Updated: 1/27/2022 | Latest Version: 1.0.6

This PowerShell module is an extension vault for the PowerShell SecretManagement module. As an extension vault, this module stores secrets to the local machine based on the current user account context. The secrets are encrypted on file using .NET Crypto APIs. A password is required in the default configuration. The configuration can be change... More info

By: | 58,377 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: | 24,288 downloads | Last Updated: 6/7/2021 | Latest Version: 2.1.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