Filter By

Package Types

Operating System

Categories

Trust Information

By: | 41,820 downloads | Last Updated: 4/26/2020 | Latest Version: 0.22

Write-ProgressEx extends the functionality of the standard cmdlet. Write-ProgressEx is a powershell advanced function that provide a simple way to show ProgressBars, PercentComplete and SecondsRemaining.

By: | 19,890 downloads | Last Updated: 4/30/2016 | Latest Version: 1.1

Inline Progress Bar for PowerShell

By: | 1,432 downloads | Last Updated: 12/11/2019 | Latest Version: 1.0.0.1

An easier Write-Progress

By: | 1,278 downloads | Last Updated: 3/13/2026 | Latest Version: 1.0.0

xProgress provides throttled, automatically timed progress bars for PowerShell scripts and modules. It solves two problems: performance (Write-Progress is expensive to call on every iteration) and complexity (managing calculations, parent/child relationships, and timer state). Supports calculated and explicit progress intervals, nested parent/child... More info

By: | 1,484 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: | 155 downloads | Last Updated: 3/22/2023 | Latest Version: 1.0.1

Helper functions to make setting up progress bars to track progress simple and straightforward