Filter By

Package Types

Operating System

Categories

Trust Information

By: | 2,176,832 downloads | Last Updated: 1/11/2024 | Latest Version: 2.0.0

SplitPipeline - Parallel Data Processing in PowerShell

By: | 83,522 downloads | Last Updated: 4/21/2016 | Latest Version: 2.2.2

Provides Invoke-Parallel <scriptblock> that runs the scriptblock in parallel in separate runspaces

By: | 1,336,604 downloads | Last Updated: 1/29/2020 | Latest Version: 1.1

A handy function for creating a temporary array ($blah) from a list of arbitrary data (i.e. email addresses), useful for running a loop against. After loading the function (or adding to your PowerShell profile), execute the function by typing 'blah' then pasting in a list of data that you want to perform a common command against. For example, from... More info

By: | 72,871 downloads | Last Updated: 9/29/2019 | Latest Version: 2.0.0

Provides the Invoke-Concurrent cmdlet, which can run a set of ScriptBlocks concurrently, up to a configurable maximum concurrency level.

By: | 1,650 downloads | Last Updated: 6/1/2020 | Latest Version: 1.56

This script executes all commands in a .sql script file in all databases present in the specified SQL instance. It has the ability to produce a single output file in any of multiple supported formats (CSV, TAB delimited, Pipe delimited, XLSX, JSON, XML) or pump the data to a single table in a specific server in a specific database.

By: | 1,402 downloads | Last Updated: 3/19/2025 | Latest Version: 1.2.3

Parallel processing of pipeline input with multithreading, extending ForEach-Object -Parallel to PowerShell 5.1 with added features.

By: | 61,288 downloads | Last Updated: 4/23/2020 | Latest Version: 2.4

commands taken from articles published at https://powershell.one

By: | 32,668 downloads | Last Updated: 4/13/2023 | Latest Version: 2.13.2

This module contains various helper functions

By: | 23,303 downloads | Last Updated: 10/24/2017 | Latest Version: 1.1.3.1

A collection of utilities to help automate administration tasks on a local host.

By: | 3,027 downloads | Last Updated: 8/28/2019 | Latest Version: 1.15

Install, configure and Update MMA-Agent If parameters not informed, the script read from registry: HKLM:\SOFTWARE\JA\KA-01034<Key same name of parameters> Normally, I call from a central point to run on all servers objects from AD: ================== Example ====================== $AllServers = Get-ADComputer -Filter 'operatingSystem -like "*Serv... More info

By: | 6,043 downloads | Last Updated: 11/20/2024 | Latest Version: 0.1.25

PdfLexer is a powershell pdf manipulation library for Powershell 7+. https://github.com/pdflexer/pdflexer

By: | 300 downloads | Last Updated: 11/14/2019 | Latest Version: 0.0.2.0

Provides functions (cmdlets) to monitor changes in modules in developer folder. Updated module will be updated via command Import-Module $modName -Force. How to use. Add the following code in your project entry point file. function monitorChangesInModules($dir) { startDirMonitor $dir if ($updatedModules) { ... More info

By: | 1,490 downloads | Last Updated: 7/14/2019 | Latest Version: 1.0.2.27

short, helpful cmdlets

By: | 1,431 downloads | Last Updated: 4/8/2024 | Latest Version: 1.2.1

Extension of the standard WriteProgress, which simplifies control, automates its functionalities and extends its capabilities, including support for in-pipeline placement. Functionalities of this module include: - Updating progress bars directly from pipeline (without having to use ForEach-Object). - Keeping track of current iteration automati... More info

By: | 1,197 downloads | Last Updated: 11/24/2019 | Latest Version: 2.0.0.0

PowerShell 7.0.0 Preview 5 and Microsoft.PowerShell.GraphicalTools Module Developed by The PowerShell Team over at Microsoft, Is what made me make the Permanent switch to PowerShell Core and ditch the desktop version. My Module WinpeOutGridView is my first real module i wrote to come up with a real solution for what i was un able ... More info

By: | 87 downloads | Last Updated: 12/30/2023 | Latest Version: 0.5.0

A logging class suitable for use with ForEach-Object -Parallel -AsJob

By: | 229 downloads | Last Updated: 12/29/2023 | Latest Version: 2.2

PSScanner is made for IT administrators to scan corporate network, showing IP address, hostname, current logon user and serialnumber for all connected computers. It is a WPF application written in Powershell; it depents on PSParallel module for multi-threaded scan. # ┌─────────────────────────────────────────┐ │ ______ ___ ___________________... More info

By: | 172 downloads | Last Updated: 12/27/2019 | Latest Version: 0.3.0

Offers functions to perform GIT operations to multiple clonde GIT repositories

By: | 28 downloads | Last Updated: 3/1/2024 | Latest Version: 0.0.1

ForEach-Object with a pipeline Index ($PSIndex), see: https://github.com/PowerShell/PowerShell/issues/13772